cuda-api-wrappersv0.8.2
- Updated
Header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem
- Project website: https://github.com/eyalroz/cuda-api-wrappers
#Usage
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 cuda-api-wrappers::fatbin)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
sewon jeon
Cheney Wang
Eyal Rozenberg
SunBlack