Files
blis/kernels
Sharma, Shubham b60542c45c Added Fast path for single threaded AVX512 DGEMV kernel #260
- If blis is compiled as multithreaded library, BLIS_NUM_THREADS is set to 1, and sizes are large enough for multithreaded path to be optimal, we take multithreaded path even though we can spawn only one thread. This adds openmp overhead.
- A check has been added inside the multithreaded kernels to check to use single threaded code path of only 1 thread can be spawned.
AMD-Internal : [SWLCSG-3408]
2025-11-10 10:32:36 +05:30
..
2021-10-08 02:35:58 +09:00
2024-08-05 15:35:08 -04:00
2025-09-04 17:14:06 +01:00
2024-08-05 15:35:08 -04:00
2024-08-05 15:35:08 -04:00
2025-11-08 12:30:03 +05:30
2023-11-23 08:54:31 -05:00
2020-07-22 18:24:26 +05:30