cuda-cudart/13.0.2+1

[brief]

CUDA Runtime Library

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 Runtime Library (cudart) provides a high-level API for CUDA programming, simplifying memory management, kernel launches, and GPU operations. It abstracts the complexities of the CUDA Driver API, offering an easier interface for developers to write CUDA applications in both C and C++. The cudart library is essential for leveraging NVIDIA GPUs for general-purpose computing, enabling efficient execution of parallel algorithms.

Usage

To start using cuda-cudart in your project, add the following depends value to your manifest, adjusting the version constraint as appropriate:

depends: cuda-cudart ^13.0.1

Then import the library in your buildfile:

import libs = cuda-cudart%libs{cudart}

Importable targets

This package provides the following importable targets:

libs{cudart}
version 13.0.2+1 (13.0.96)
license other: CUDA Toolkit
repository https://pkg.cppget.org/1/testing
download cuda-cudart-13.0.2+1.tar.gz
sha256 89e9ca5b514a73eef21ddee9df76232a106e58709ebc6243d5f1e36dca8dc3b9
project nvidia-cuda-toolkit
url developer.download.nvidia.com/compute/cuda/redist/redistrib_13.0.2.json
package-email packaging@build2.orgMailing list

Depends (2)

cuda-cccl ^13.0.0
cuda-nvcc ^13.0.0

Reviews

fail 0
pass 0