mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 10:03:50 +08:00
common: ignore inconsequential data-races
This commit is contained in:
@ -16,3 +16,11 @@ fun:*jit_avx_gemm_f32*
|
||||
# same across all threads.
|
||||
[thread]
|
||||
fun:*setting_t*
|
||||
# inconsequential data-race: to avoid overheads during verbose info print, we
|
||||
# check a non-atomic variable before the mutex protected initialization.
|
||||
[thread]
|
||||
fun:*pd_info_t*init*
|
||||
# Low impact: itt initializes lock inside critical region, which TSAN
|
||||
# flags as data race. tracked by ittapi #94
|
||||
[thread]
|
||||
fun:*__itt_string_handle_create*
|
||||
|
Reference in New Issue
Block a user