Hi All,
The binary included in the 'https://archlinuxarm.org/packages/aarch64/intel-oneapi-mkl' package for aarch64 is not the one for the correct architecture, it is the one for 'Advanced Micro Devices X86-64'.
Take an example,
I downloade intel-oneapi-mkl 2025.0.1-2-aarch64.pkg.tar.xz, and run below command to check (/opt/intel/oneapi/mkl/2025.0/lib/libmkl_core.a)
'readelf -h libmkl_core.a'
it shows: Machine: Advanced Micro Devices X86-64
Anyone can help on this?
Thanks.