File tree Expand file tree Collapse file tree
buildscripts/conda-recipes/pyomp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 - test -f $SP_DIR/numba/openmp/libs/openmp/lib/libomptarget-amdgpu.bc # [linux]
7272 - test -f $SP_DIR/numba/openmp/libs/openmp/lib/libomptarget-nvptx.bc # [linux]
7373 - test -f $SP_DIR/numba/openmp/libs/openmp/lib/libomptarget.so.{{ LLVM_VERSION_MAJOR }}.{{ LLVM_VERSION_MINOR }} # [linux]
74+ - test -f $SP_DIR/numba/openmp/libs/openmp/lib/libpyomp_loader.dylib # [osx]
75+ - test -f $SP_DIR/numba/openmp/libs/openmp/lib/libpyomp_loader.so # [linux]
7476
7577about :
7678 home : https://github.com/Python-for-HPC/PyOMP
Original file line number Diff line number Diff line change @@ -5074,6 +5074,7 @@ def test_impl():
50745074 python_num_procs = omp_get_num_procs ()
50755075 self .assertEqual (jit_num_procs , python_num_procs )
50765076
5077+ @linux_only
50775078 def test_omp_get_num_devices (self ):
50785079 from numba .openmp import omp_get_num_devices
50795080
You can’t perform that action at this time.
0 commit comments