Registry / other / cuda-api-wrappers

cuda-api-wrappers

JSON →
library0.8.1vcpkgunverified

Header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem

vcpkg install cuda-api-wrappers
INSTALL
IMPORT
SIG · CUDA-API-WRAPPERS
C
cuda-api-wrappers
othercppv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cuda/api.hpp
#include <cuda/api.hpp>

Get the current CUDA device name

#include <cuda/api.hpp> #include <iostream> int main() { auto device = cuda::device::current::get(); std::cout << "Device: " << device.name() << '\n'; return 0; }
Debug
Known issues
gotchaRequires CUDA Toolkit and compatible GPU
fix
Install CUDA Toolkit and ensure a CUDA-capable GPU is available
affects: *
Upgrade
Version history
0.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

cuda-api-wrappers — pip install cuda-api-wrappers · libregistry