CMake/.gitlab/ci/docker/hip5.5/deps_packages.lst
2023-09-21 15:34:37 -04:00

22 lines
391 B
Plaintext

# Install development tools.
g++
curl
git
# NVIDIA CUDA Compiler
cuda-keyring
cuda-nvcc-11-8
cuda-profiler-api-11-8
# NVIDIA CUDA Toolkit
# These are not needed for HIP, but having them in
# the environment allows us to run CUDA tests too.
cuda-nvrtc-dev-11-8
cuda-nvtx-11-8
libcublas-dev-11-8
libcufft-dev-11-8
libcurand-dev-11-8
libcusolver-dev-11-8
libcusparse-dev-11-8
libnpp-dev-11-8