Browse Source

remove `-fPIC` from `build_hipblas.sh`

jmorganca 11 months ago
parent
commit
11508826b2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      llama/build_hipblas.sh

+ 0 - 1
llama/build_hipblas.sh

@@ -61,7 +61,6 @@ hipcc \
     -Wno-deprecated-declarations \
     -Wno-deprecated-declarations \
     -Wno-unused-result \
     -Wno-unused-result \
     -I. \
     -I. \
-    -fPIC \
     -lhipblas -lamdhip64 -lrocblas \
     -lhipblas -lamdhip64 -lrocblas \
     -shared \
     -shared \
     $additional_flags \
     $additional_flags \