mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[cuda-api-wrappers] Updated version from 0.7.1 to 0.8.0 (#42837)
This commit is contained in:
parent
b760423c4f
commit
248d650320
@ -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 5281557d05faa95f25a509a03d331ecf60b881cfbe0d80f560a9a1be1957d5b3b7a9afa99e1ffb35175f30b357fea3103058665f56bcecea55df9efa23179619
|
SHA512 14df77c3d613500e57f223fb692b04ea89c6b6b4ba9ecc1b58059e1b2970acaa8986cb55f3f090d305a3fe6136a83d2a8cf0bb88e02be691456fcef1b1867ef9
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cuda-api-wrappers provides CMake targets:
|
cuda-api-wrappers provides CMake targets:
|
||||||
|
|
||||||
find_package(cuda-api-wrappers CONFIG REQUIRED)
|
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)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cuda-api-wrappers",
|
"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",
|
"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",
|
||||||
|
@ -2125,7 +2125,7 @@
|
|||||||
"port-version": 13
|
"port-version": 13
|
||||||
},
|
},
|
||||||
"cuda-api-wrappers": {
|
"cuda-api-wrappers": {
|
||||||
"baseline": "0.7.1",
|
"baseline": "0.8.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cudnn": {
|
"cudnn": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "11274aecf51310841c0165bc3d3b6c77525dd38e",
|
||||||
|
"version": "0.8.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "e1c89070ea5d1eb68494361a8e3c88fa4a15de77",
|
"git-tree": "e1c89070ea5d1eb68494361a8e3c88fa4a15de77",
|
||||||
"version": "0.7.1",
|
"version": "0.7.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user