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:
Bhaskar, Nallani
2025-08-26 19:20:01 +05:30
committed by GitHub
parent 15d2e5c628
commit b052775644
3 changed files with 18 additions and 1 deletions

View File

@@ -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()