[cuda-api-wrappers] Updated version from 0.7.1 to 0.8.0 (#42837)

This commit is contained in:
Eyal Rozenberg 2024-12-23 17:59:18 +02:00 committed by GitHub
parent b760423c4f
commit 248d650320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
cuda-api-wrappers provides CMake targets:
find_package(cuda-api-wrappers CONFIG REQUIRED)
target_link_libraries(main PRIVATE cuda-api-wrappers::rtc cuda-api-wrappers::nvtx cuda-api-wrappers::runtime-and-driver)
target_link_libraries(main PRIVATE cuda-api-wrappers::rtc cuda-api-wrappers::nvtx cuda-api-wrappers::runtime-and-driver cuda-api-wrappers::fatbin)

View File

@ -1,6 +1,6 @@
{
"name": "cuda-api-wrappers",
"version": "0.7.1",
"version": "0.8.0",
"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",
"license": "BSD-3-Clause",

View File

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

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "11274aecf51310841c0165bc3d3b6c77525dd38e",
"version": "0.8.0",
"port-version": 0
},
{
"git-tree": "e1c89070ea5d1eb68494361a8e3c88fa4a15de77",
"version": "0.7.1",