You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed openblas, but there are some errors: /usr/bin/ld: ../src/lib/libfastasr.a(Predictor.cpp.o): in function paraformer::Predictor::cif_conv1d(Tensor&)':
Predictor.cpp:(.text+0x222): undefined reference to cblas_sgemm' /usr/bin/ld: ../src/lib/libfastasr.a(Predictor.cpp.o): in function paraformer::Predictor::forward(Tensor&)':
Predictor.cpp:(.text+0x48a): undefined reference to cblas_sgemm' /usr/bin/ld: ../src/lib/libfastasr.a(CTCDecode.cpp.o): in function CTCdecode::forward(Tensor)':
CTCDecode.cpp:(.text+0x3e93): undefined reference to cblas_sgemm' /usr/bin/ld: ../src/lib/libfastasr.a(Decoder.cpp.o): in function paddlespeech::Decoder::forward(Tensor, Tensor, Tensor, Tensor, Tensor&)':
Decoder.cpp:(.text+0x434): undefined reference to cblas_sgemm' /usr/bin/ld: Decoder.cpp:(.text+0x58f): undefined reference to cblas_sgemm'
/usr/bin/ld: ../src/lib/libfastasr.a(Joiner.cpp.o):Joiner.cpp:(.text+0x117): more undefined references to cblas_sgemm' follow collect2: error:ld return 1 make[2]: *** [examples/CMakeFiles/paddlespeech_cli.dir/build.make:98:examples/paddlespeech_cli] error 1 make[1]: *** [CMakeFiles/Makefile2:208:examples/CMakeFiles/paddlespeech_cli.dir/all] error 2 make: *** [Makefile:91:all] error 2
at the archlinux , cblas and openblas cannot be installed together. do you have any ideas?tnx.
The text was updated successfully, but these errors were encountered:
I have installed openblas, but there are some errors:
/usr/bin/ld: ../src/lib/libfastasr.a(Predictor.cpp.o): in function
paraformer::Predictor::cif_conv1d(Tensor&)':Predictor.cpp:(.text+0x222): undefined reference to
cblas_sgemm' /usr/bin/ld: ../src/lib/libfastasr.a(Predictor.cpp.o): in function
paraformer::Predictor::forward(Tensor&)':Predictor.cpp:(.text+0x48a): undefined reference to
cblas_sgemm' /usr/bin/ld: ../src/lib/libfastasr.a(CTCDecode.cpp.o): in function
CTCdecode::forward(Tensor)':CTCDecode.cpp:(.text+0x3e93): undefined reference to
cblas_sgemm' /usr/bin/ld: ../src/lib/libfastasr.a(Decoder.cpp.o): in function
paddlespeech::Decoder::forward(Tensor, Tensor, Tensor, Tensor, Tensor&)':Decoder.cpp:(.text+0x434): undefined reference to
cblas_sgemm' /usr/bin/ld: Decoder.cpp:(.text+0x58f): undefined reference to
cblas_sgemm'/usr/bin/ld: ../src/lib/libfastasr.a(Joiner.cpp.o):Joiner.cpp:(.text+0x117): more undefined references to
cblas_sgemm' follow collect2: error:ld return 1 make[2]: *** [examples/CMakeFiles/paddlespeech_cli.dir/build.make:98:examples/paddlespeech_cli] error 1 make[1]: *** [CMakeFiles/Makefile2:208:examples/CMakeFiles/paddlespeech_cli.dir/all] error 2 make: *** [Makefile:91:all] error 2
at the archlinux , cblas and openblas cannot be installed together. do you have any ideas?tnx.
The text was updated successfully, but these errors were encountered: