Skip to content

Commit

Permalink
Merge pull request #6 from adibbley/cuda-12.3.2
Browse files Browse the repository at this point in the history
Update for CUDA 12.3.2
  • Loading branch information
adibbley authored Jan 24, 2024
2 parents b0d055f + 9dea988 commit 873d806
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 15 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

14 changes: 7 additions & 7 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.2.142" %}
{% set lib_version = "2023.2.2" %}
{% set cuda_version = "12.2" %}
{% set version = "12.3.101" %}
{% set lib_version = "2023.3.1" %}
{% set cuda_version = "12.3" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
Expand All @@ -19,10 +19,10 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/{{ platform }}/cuda_cupti-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e # [linux64]
sha256: 74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c # [ppc64le]
sha256: d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12 # [aarch64]
sha256: 5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6 # [win]
sha256: 082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360 # [linux64]
sha256: f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46 # [ppc64le]
sha256: a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c # [aarch64]
sha256: fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027 # [win]

build:
number: 0
Expand Down

0 comments on commit 873d806

Please sign in to comment.