Skip to content

Commit

Permalink
Update for CUDA 12.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adibbley committed Oct 1, 2024
1 parent f1d7abf commit e547d98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "libcublas" %}
{% set version = "12.6.1.4" %}
{% set version = "12.6.3.3" %}
{% set cuda_version = "12.6" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
Expand All @@ -18,9 +18,9 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/{{ name }}/{{ platform }}/{{ name }}-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 78c4e88a3eddfc6ad7108541a76cb8f80b7c4028d90b9e5d5adc00db47370b88 # [linux64]
sha256: f79d5f965dc6912b8abb50d20d93032d79bd96dacd65d8649ca750e863ac9185 # [aarch64]
sha256: 00096575f17339b7bf7ef7d8477337cb090206a47f710bb97ec5859604d0b8da # [win]
sha256: 82e62a45a622922615a5b0f49462bb47e434a307a6857a9c1505df607c1b80df # [linux64]
sha256: 1d184ca49c315ffef887e949edd3ac40fa14cf6b52c66ac96875b36009e81be1 # [aarch64]
sha256: 05ae7a77008ce0ad3be214d128d8bdb23b88387408e7bdf318a0f01c54841806 # [win]

build:
number: 0
Expand Down

0 comments on commit e547d98

Please sign in to comment.