cuda-crt

[brief]

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}
license other: CUDA Toolkit
project nvidia-cuda-toolkit
url developer.download.nvidia.com/compute/cuda/redist/redistrib_13.0.2.json
1 Version
version 13.0.2+1 (13.0.88)
repository https://pkg.cppget.org/1/testing
depends 0
reviews 0