Billzhong2022

Results 23 comments of Billzhong2022

Thanks for your reply! Can I config libomp.lib to fix this issue? How to config it? BTW, I use LLVM WoA version 17.0.6 and CMake 3.28. Or How to build...

I've downloaded openmp libomp.dll and libomp.a from https://packages.msys2.org/package/mingw-w64-clang-aarch64-openmp?repo=clangarm64. Where should I put them? So that openblas can link to openmp. Here are more information. OS: Windows 11 ARM64 OpenBLAS version:...

Hi team, What does below generation logs mean? Key logs: Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed Looking for pthread_create in pthreads - not found Detailed Logs: -- fortran lapack -- Building...

Hi team, I've checked that LLVM 17.0.6 doesn't have libomp.lib and libomp.dll. Can you enable openmp for openblas on Windows X64 device?

What is detail command of openmp flag when use clang-cl.exe? Thanks!

Hi Team, On Windows on ARM device, I use below commands to generate and build OpenBLAS, I can find "Found OpenMP_C: -Xclang -fopenmp (found version "5.1")" in generation logs. But...

I use clang.exe, don't have openmp link errors. But built openblas.lib is about 1KB that is very small. And can't find any export function in built file openblas.dll. Anything wrong?...

On Windows on ARM device, I can build openblas with below commands. Seems openblas performance isn’t improved. Do you know the reason? **[Build commands]** cmake .. -G Ninja -DCMAKE_C_COMPILER=clang-cl -DNOFORTRAN=1...

Hi, How to use multi threads with openmp in OpenBLAS? Which configuration should I use? Do you have demo configuration or app? Thanks!

Hi team, Do you have update for it? Thank you!