Update cuda-samples to v12.5 (#4773)

pull/4777/head
ruki 4 months ago committed by GitHub
parent 8aacf084b3
commit 3f0221f83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/c/cuda-samples/xmake.lua

@ -7,6 +7,7 @@ package("cuda-samples")
add_urls("https://github.com/NVIDIA/cuda-samples/archive/refs/tags/$(version).tar.gz", add_urls("https://github.com/NVIDIA/cuda-samples/archive/refs/tags/$(version).tar.gz",
"https://github.com/NVIDIA/cuda-samples.git") "https://github.com/NVIDIA/cuda-samples.git")
add_versions("v12.5", "5c40cc096706045b067ec5897f039403014aa7a39b970905698466a2d029b972")
add_versions("v12.4.1", "01bb311cc8f802a0d243700e4abe6a2d402132c9d97ecf2c64f3fbb1006c304c") add_versions("v12.4.1", "01bb311cc8f802a0d243700e4abe6a2d402132c9d97ecf2c64f3fbb1006c304c")
add_versions("v11.8", "1bc02c0ca42a323f3c7a05b5682eae703681a91e95b135bfe81f848b2d6a2c51") add_versions("v11.8", "1bc02c0ca42a323f3c7a05b5682eae703681a91e95b135bfe81f848b2d6a2c51")
add_versions("v12.3", "a40e4d3970185f38477dd8b5bdbd81642b04648d8b812af914333b8f83355efe") add_versions("v12.3", "a40e4d3970185f38477dd8b5bdbd81642b04648d8b812af914333b8f83355efe")

Loading…
Cancel
Save