Merge branch 'develop' into Threading_Callback

This commit is contained in:
Martin Kroeker
2024-04-21 22:27:11 +02:00
committed by GitHub
2261 changed files with 9628 additions and 37261 deletions

View File

@@ -113,7 +113,7 @@ void goto_set_num_threads(int num_threads) {
blas_cpu_number = num_threads;
adjust_thread_buffers();
#if defined(ARCH_MIPS64)
#if defined(ARCH_MIPS64) || defined(ARCH_LOONGARCH64)
//set parameters for different number of threads.
blas_set_parameter();
#endif