Skip to content

Commit

Permalink
Merge pull request #8 from adibbley/cuda-12.4.1
Browse files Browse the repository at this point in the history
Update for CUDA 12.4.1
  • Loading branch information
adibbley authored Apr 5, 2024
2 parents 0baebd2 + ed77b90 commit 1575dc4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 7 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -8,3 +12,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 7 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ BUILD:
- aarch64-conda_cos7-linux-gnu
arm_variant_type:
- sbsa
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -14,3 +18,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-aarch64
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 7 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -8,3 +12,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
target_platform:
- linux-ppc64le
zip_keys:
- - c_stdlib_version
- cdt_name
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion .scripts/run_win_build.bat

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cuda-profiler-api" %}
{% set version = "12.4.99" %}
{% set version = "12.4.127" %}
{% set cuda_version = "12.4" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
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: 62e2d50c2a688779e01be1743754b65fefee1197b07a21798ec3e936af971d91 # [linux64]
sha256: 544acb804b1191efaeb821be649390e33c55ac8639639ecbea4483e75ddfbcfd # [ppc64le]
sha256: 733544bc46044825073db3eb84e204aa538503d13b6783218735b9e059447dc6 # [aarch64]
sha256: 9039b3113ff79589e9c9e8ee0dfd7069aec1965b426e2c5f77f1f78d7b6c5358 # [win]
sha256: fa11c08e39ab35453e07dd5012adc0767408955431fc4acdf64ca4cdd7692646 # [linux64]
sha256: 71b6102a07676635ec9fd0a34250bbe1c646e5e72d79e57e9072fef411f0d52f # [ppc64le]
sha256: aaab63b12aba7278c4d72072dc71bbdb7773137af5428c7bb0414496ae78632a # [aarch64]
sha256: 8c0c81125d2f0ef6f42bc46723f2c5565863731cf3a3de3ea3e738ea2d7a938f # [win]

build:
number: 0
Expand Down

0 comments on commit 1575dc4

Please sign in to comment.