Skip to content

Commit

Permalink
Merge pull request #3 from adibbley/cuda-12.2.2
Browse files Browse the repository at this point in the history
Update for CUDA 12.2.2
  • Loading branch information
jakirkham authored Dec 18, 2023
2 parents e5fe668 + 7403ba9 commit 7f42112
Showing 1 changed file with 6 additions and 6 deletions.
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-nvdisasm" %}
{% set version = "12.1.105" %}
{% set cuda_version = "12.1" %}
{% set version = "12.2.140" %}
{% set cuda_version = "12.2" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
Expand All @@ -14,10 +14,10 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/{{ platform }}/cuda_nvdisasm-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9 # [linux64]
sha256: 1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213 # [ppc64le]
sha256: 9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c # [aarch64]
sha256: 32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216 # [win]
sha256: ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449 # [linux64]
sha256: 67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103 # [ppc64le]
sha256: 38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77 # [aarch64]
sha256: 8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01 # [win]

build:
number: 0
Expand Down

0 comments on commit 7f42112

Please sign in to comment.