Skip to content

cuda-api-wrappersv0.8.2

Updated

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

#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.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • sewon jeon's avatarsewon jeon
  • Cheney Wang's avatarCheney Wang
  • Eyal Rozenberg's avatarEyal Rozenberg
  • SunBlack's avatarSunBlack

#Changelog

  • 9ee80af[cuda-api-wrappers] Update to 0.8.2 (#50802)
  • de1cc5c[cuda-api-wrappers] Update to 0.8.1 (#48627)
  • 248d650[cuda-api-wrappers] Updated version from 0.7.1 to 0.8.0 (#42837)
  • 060c270Updated version of cuda-api-wrappers from 0.6.9 to 0.7.1 (#40612)
  • 0c019c6[cuda-api-wrappers] Updated version from 0.6.7 to 0.6.9 (#38506)
  • 67e366d[cuda-api-wrappers] Update to 0.6.7 (#36145)
  • 607aac2[cuda-api-wrappers] new port (#35376)