Skip to content

Commit f200f95

Browse files
authored
[main]Add librocprofiler sdk (#88)
Fixes https://ontrack-internal.amd.com/browse/SWDEV-543988 Adding librocprofiler-sdk.so
1 parent 0a7c98c commit f200f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manywheel/build_rocm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ do_heavyweight_build() {
164164

165165
if [[ $(ver $PYTORCH_VERSION) -ge $(ver 2.8) ]]; then
166166
HEAVYWEIGHT_ROCM_SO_FILES+=("libhipsparselt.so")
167+
HEAVYWEIGHT_ROCM_SO_FILES+=("librocprofiler-sdk.so")
167168
fi
168169

169170

0 commit comments

Comments
 (0)