Skip to content

Commit

Permalink
Update for CUDA 12.4.0 (#5)
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 5, 2024
2 parents 3171c8a + 9bcb2e0 commit 36ddb5c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 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.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "cuda-opencl" %}
{% set version = "12.3.101" %}
{% set version = "12.4.99" %}
{% set lib_version = "1.0.0" %}
{% set cuda_version = "12.3" %}
{% set cuda_version = "12.4" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "windows-x86_64" %} # [win]
{% set target_name = "x86_64-linux" %} # [linux64]
Expand All @@ -15,8 +15,8 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_opencl/{{ platform }}/cuda_opencl-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: e984ff10ee56651869b24dc74f80c404b2526abdaa16235d6edfff3d9f58b0fa # [linux64]
sha256: fa854efbb672785d07aa4e680312d9dc43da1d315aa8cfe403d9f25cd4291020 # [win]
sha256: 18162e65bee18072c3f561a8a00396b5d621ca7b88baa528237e3ab3607c577b # [linux64]
sha256: 4fe3c68b83a2e8667e48557c5e74c54ea87cd309484c0a0e39513abe02255edd # [win]

build:
number: 0
Expand Down

0 comments on commit 36ddb5c

Please sign in to comment.