Updated version of cuda-api-wrappers from 0.6.9 to 0.7.1 (#40612)

This commit is contained in:
Eyal Rozenberg 2024-08-26 10:49:46 +03:00 committed by GitHub
parent ebcac5ebe2
commit 060c2708a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO eyalroz/cuda-api-wrappers REPO eyalroz/cuda-api-wrappers
REF "v${VERSION}" REF "v${VERSION}"
SHA512 c6e9e2ce6e1007f314b953b30ff1981e7fd426a9a5bdd45930dd71bdf8ea240120640504c0bf11c62e52bf7302d49c853e40b03983772bacf9ceec4980e532b3 SHA512 5281557d05faa95f25a509a03d331ecf60b881cfbe0d80f560a9a1be1957d5b3b7a9afa99e1ffb35175f30b357fea3103058665f56bcecea55df9efa23179619
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "cuda-api-wrappers", "name": "cuda-api-wrappers",
"version": "0.6.9", "version": "0.7.1",
"description": "Header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem", "description": "Header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem",
"homepage": "https://github.com/eyalroz/cuda-api-wrappers", "homepage": "https://github.com/eyalroz/cuda-api-wrappers",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -2093,7 +2093,7 @@
"port-version": 13 "port-version": 13
}, },
"cuda-api-wrappers": { "cuda-api-wrappers": {
"baseline": "0.6.9", "baseline": "0.7.1",
"port-version": 0 "port-version": 0
}, },
"cudnn": { "cudnn": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e1c89070ea5d1eb68494361a8e3c88fa4a15de77",
"version": "0.7.1",
"port-version": 0
},
{ {
"git-tree": "8841506763b79b5ff664faf93faf3919ffb5b06f", "git-tree": "8841506763b79b5ff664faf93faf3919ffb5b06f",
"version": "0.6.9", "version": "0.6.9",