Skip to content

Commit

Permalink
Merge pull request #4 from adibbley/cuda-12.1.1
Browse files Browse the repository at this point in the history
Update for CUDA 12.1.1
  • Loading branch information
jakirkham authored Dec 14, 2023
2 parents d1f990e + b0609c8 commit 1c22b58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "cuda-cupti" %}
{% set version = "12.0.90" %}
{% set lib_version = "2022.4.0" %}
{% set cuda_version = "12.0" %}
{% set version = "12.1.105" %}
{% set lib_version = "2023.1.1" %}
{% set cuda_version = "12.1" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
Expand All @@ -19,13 +19,13 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/{{ platform }}/cuda_cupti-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 3c93a6a8c5eab3a56c1a0a514c0ac7d374807c70a9551155f089588b6c5e1d10 # [linux64]
sha256: bbabb508eb4fb0f9d98ac3ab4a40d0278de41cef95139c1bfe6436b716dd6cfc # [ppc64le]
sha256: 33b3b06cf9838fa3289c7e40f143a8f58b941ccad93f9d0640a29bb83aa2152e # [aarch64]
sha256: b65a34a3715e3ef2b835bdd36c43b21c20800325be1eda1e84ad4d80ee837c92 # [win]
sha256: 397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363 # [linux64]
sha256: 197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365 # [ppc64le]
sha256: ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46 # [aarch64]
sha256: 15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163 # [win]

build:
number: 2
number: 0
binary_relocation: false
skip: true # [osx]

Expand Down Expand Up @@ -188,4 +188,4 @@ about:

extra:
recipe-maintainers:
- adibbley
- conda-forge/cuda

0 comments on commit 1c22b58

Please sign in to comment.