File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 - msystem : MINGW32
201201 idx : int32
202202 target-prefix : mingw-w64-i686
203- fc-pkg :
203+ fc-pkg :
204204 - msystem : CLANG64
205205 idx : int32
206206 target-prefix : mingw-w64-clang-x86_64
@@ -460,13 +460,12 @@ jobs:
460460 run : |
461461 cd build
462462 if [ "${{ matrix.backend }}" = "tsan" ]; then
463- export OPENBLAS_NUM_THREADS=2
464463 export LLVM_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
465464 export TSAN_OPTIONS=halt_on_error=1:exitcode=66:second_deadlock_stack=1
466465 else
467- export OPENBLAS_NUM_THREADS=8
468466 export OMP_NUM_THREADS=16
469467 fi
468+ export OPENBLAS_NUM_THREADS=8
470469 ctest -R 'dgemm_thread_safety|dgemm_thread_safety_mixed|dgemv_thread_safety' --output-on-failure
471470
472471
@@ -687,7 +686,7 @@ jobs:
687686 - name : Build OpenBLAS
688687 run : |
689688 make -j${nproc} TARGET=NEOVERSEN1 USE_OPENMP=1
690-
689+
691690 neoverse_n1_ilp64_build :
692691 if : " github.repository == 'OpenMathLib/OpenBLAS'"
693692 runs-on : ubuntu-24.04-arm
You can’t perform that action at this time.
0 commit comments