Skip to content

Commit

Permalink
[cuda-api-wrappers] Updated version from 0.7.1 to 0.8.0 (#42837)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz authored Dec 23, 2024
1 parent b760423 commit 248d650
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/cuda-api-wrappers/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cuda-api-wrappers/usage
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion ports/cuda-api-wrappers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@
"port-version": 13
},
"cuda-api-wrappers": {
"baseline": "0.7.1",
"baseline": "0.8.0",
"port-version": 0
},
"cudnn": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cuda-api-wrappers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "11274aecf51310841c0165bc3d3b6c77525dd38e",
"version": "0.8.0",
"port-version": 0
},
{
"git-tree": "e1c89070ea5d1eb68494361a8e3c88fa4a15de77",
"version": "0.7.1",
Expand Down

0 comments on commit 248d650

Please sign in to comment.