mirror of
https://github.com/amd/blis.git
synced 2026-04-21 16:18:51 +00:00
Disabled topology detection in LPGEMM
- Disabled topology detection as libgomp is not honoring the standard function omp_get_place_proc_ids - Added B prefetch in bf16 B packing kernels AMD-Internal: SWLCSG-3761
This commit is contained in:
@@ -235,7 +235,14 @@ void lpgemm_load_thread_attrs()
|
||||
lpgemm_thread_attrs.tid_distr_nearly_seq = FALSE;
|
||||
lpgemm_thread_attrs.tid_core_grp_load_high = FALSE;
|
||||
|
||||
lpgemm_detect_thread_topo();
|
||||
/*
|
||||
TODO: Disabling lpgemm_detect_thread_topo detection for now until for
|
||||
further investigation.
|
||||
Reason: libgomp is not honoring standard function omp_get_place_proc_ids
|
||||
on virtual machines.
|
||||
*/
|
||||
|
||||
// lpgemm_detect_thread_topo();
|
||||
}
|
||||
|
||||
void lpgemm_init_thread_attrs()
|
||||
|
||||
Reference in New Issue
Block a user