blob: 32760553f932c7c19347353e5b10fc94063f072f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
|