We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fc6f3 commit 976cefdCopy full SHA for 976cefd
docker/caffe2/jenkins/common/install_rocm.sh
@@ -23,13 +23,13 @@ install_ubuntu() {
23
rocfft \
24
miopen-hip \
25
rocblas \
26
- rocm-profiler \
27
- cxlactivitylogger \
28
hipsparse \
29
rocrand \
30
hipcub \
31
rocthrust \
32
- rccl
+ rccl \
+ rocprofiler-dev \
+ roctracer-dev
33
}
34
35
install_centos() {
@@ -55,13 +55,13 @@ install_centos() {
55
56
57
58
59
60
61
62
rccl \
63
64
- rocthrust
+ rocthrust \
65
66
67
# Install Python packages depending on the base OS
0 commit comments