CUDA Application Compiler
NOTE:
This package is not open source and does not contain any source code. Instead, in order to "build" the exported target(s) it downloads (potentially large) pre-built binaries provided by NVIDIA for the target platform.CI for this package is disabled due to the above.
Supported platforms/compilers are Windows/MSVC. Linux binaries exist but are currently not available through this package.
The CUDA CRT (C Runtime) provides the device-side runtime support library for CUDA applications. It underpins kernel launches, device memory management, dynamic parallelism, and essential runtime features on the GPU. The CUDA CRT is required for separate compilation and linking of device code.
Usage
To start using cuda-crt in your project, add the following depends
value to your manifest, adjusting the version constraint as appropriate:
depends: cuda-crt ^13.0.1
Then import the library in your buildfile:
import libs = cuda-crt%lib{crt}
Importable targets
This package provides the following importable targets:
lib{crt}
| version | 13.0.2+1 (13.0.88) |
|---|---|
| license | other: CUDA Toolkit |
| repository | https://pkg.cppget.org/1/testing |
| download | cuda-crt-13.0.2+1.tar.gz |
| sha256 | 4f3da71970c9a521c96df54c2c72232076f5d41cdfdf233a34bf65d9f5412a51 |
| project | nvidia-cuda-toolkit |
|---|---|
| url | developer.download.nvidia.com/compute/cuda/redist/redistrib_13.0.2.json |
| NVSDKIssues@nvidia.com | |
| package-email | packaging@build2.orgMailing list |
Reviews
| fail | 0 |
|---|---|
| pass | 0 |