Skip to content

Commit

Permalink
Add TODO comment for libaotriton_v2.so
Browse files Browse the repository at this point in the history
Will be needed when cherry picking changes to rocm6.3 builder branch
  • Loading branch information
jithunnair-amd authored Sep 17, 2024
1 parent a482672 commit b5095a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manywheel/build_rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ HIPBLASLT_LIB_FILES=($ARCH_SPECIFIC_FILES $OTHER_FILES)
# ROCm library files
# Overwrite ROCM_SO_FILES to contain only libmagma.so if BUILD_LIGHTWEIGHT is enabled
if [[ "$BUILD_LIGHTWEIGHT" == "1" ]]; then
#TODO: add libaotriton_v2.so when using preinstalled aotriton
ROCM_SO_FILES=(
"libmagma.so"
)
Expand Down

0 comments on commit b5095a3

Please sign in to comment.