Skip to content

Commit 976cefd

Browse files
iotamudeltafacebook-github-bot
authored andcommitted
Switch to the new profiler infrastructure (#26174)
Summary: The ones supported going forward are rocprofiler and roctracer. Pull Request resolved: #26174 Differential Revision: D17387538 Pulled By: bddppq fbshipit-source-id: 19d9828d9d07b5073ab5fa288e24fd65a8b18b52
1 parent 91fc6f3 commit 976cefd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker/caffe2/jenkins/common/install_rocm.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ install_ubuntu() {
2323
rocfft \
2424
miopen-hip \
2525
rocblas \
26-
rocm-profiler \
27-
cxlactivitylogger \
2826
hipsparse \
2927
rocrand \
3028
hipcub \
3129
rocthrust \
32-
rccl
30+
rccl \
31+
rocprofiler-dev \
32+
roctracer-dev
3333
}
3434

3535
install_centos() {
@@ -55,13 +55,13 @@ install_centos() {
5555
rocfft \
5656
miopen-hip \
5757
rocblas \
58-
rocm-profiler \
59-
cxlactivitylogger \
6058
hipsparse \
6159
rocrand \
6260
rccl \
6361
hipcub \
64-
rocthrust
62+
rocthrust \
63+
rocprofiler-dev \
64+
roctracer-dev
6565
}
6666

6767
# Install Python packages depending on the base OS

0 commit comments

Comments
 (0)