Problems running OpenMP on ARM

Hi guys, I would like to generate my model using openmp on ARM. I tried in several ways adding in libs openmp fopenmp omp… etc. But it is doing nothing… :frowning:

Target used to generate the .so file: tvm_target = ‘llvm -device=arm_cpu -mtriple=arm64-linux-gnu -libs=fopenmp’

Can someone tell me what’s wrong ?

Thanks in advance!!!

Here more details regarding to my libs compiled on arm and x86 Checking the dependencies of my libs to ensure that omp is linked: dmlc lib:

0x0000000000000001 (NEEDED) Shared library: [libomp.so] 0x0000000000000001 (NEEDED) Shared library: [libm.so] 0x0000000000000001 (NEEDED) Shared library: [libc++_shared.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so] 0x0000000000000001 (NEEDED) Shared library: [libc.so]

tvm_runtime: 0x0000000000000001 (NEEDED) Shared library: [libdl.so] 0x0000000000000001 (NEEDED) Shared library: [libOpenCL.so] 0x0000000000000001 (NEEDED) Shared library: [libomp.so] 0x0000000000000001 (NEEDED) Shared library: [libvulkan.so] 0x0000000000000001 (NEEDED) Shared library: [libm.so] 0x0000000000000001 (NEEDED) Shared library: [libc++_shared.so] 0x0000000000000001 (NEEDED) Shared library: [libc.so]

libtvm (PC): 0x0000000000000001 (NEEDED) Shared library: [libnvrtc.so.10.2] 0x0000000000000001 (NEEDED) Shared library: [libLLVM-10.so.1] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libcudart.so.10.2] 0x0000000000000001 (NEEDED) Shared library: [libcuda.so.1] 0x0000000000000001 (NEEDED) Shared library: [libcudnn.so.8] 0x0000000000000001 (NEEDED) Shared library: [libOpenCL.so.1] 0x0000000000000001 (NEEDED) Shared library: [libgomp.so.1] 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libvulkan.so.1] 0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6] 0x0000000000000001 (NEEDED) Shared library: [libm.so.6] 0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]