Skip to content

Commit

Permalink
Update for CUDA 12.4.0 (#7)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Mar 6, 2024
2 parents b11d4ae + 17539f7 commit 0baebd2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

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

5 changes: 3 additions & 2 deletions build-locally.py

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

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cuda-profiler-api" %}
{% set version = "12.3.101" %}
{% set cuda_version = "12.3" %}
{% set version = "12.4.99" %}
{% set cuda_version = "12.4" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
Expand All @@ -18,10 +18,10 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/{{ platform }}/cuda_profiler_api-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 0fc298c934a3081cd5f52d57286b25db81f14b2a370342313b40b157578a3e35 # [linux64]
sha256: 46081476f70995881d8afa3b541c33f10c13bf53a0510de738a6368735a6a94d # [ppc64le]
sha256: 0e803fdb13a1201ed4c5202c3c82a7aa0590c65b9075383e9dabe02d4d01e372 # [aarch64]
sha256: 9eb456ec5d7c7b7e0b0eeac5c7624380ce249774b4e261eda621881aeb04b5b9 # [win]
sha256: 62e2d50c2a688779e01be1743754b65fefee1197b07a21798ec3e936af971d91 # [linux64]
sha256: 544acb804b1191efaeb821be649390e33c55ac8639639ecbea4483e75ddfbcfd # [ppc64le]
sha256: 733544bc46044825073db3eb84e204aa538503d13b6783218735b9e059447dc6 # [aarch64]
sha256: 9039b3113ff79589e9c9e8ee0dfd7069aec1965b426e2c5f77f1f78d7b6c5358 # [win]

build:
number: 0
Expand Down

0 comments on commit 0baebd2

Please sign in to comment.