We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94f87c commit 98f1139Copy full SHA for 98f1139
.clang-ignorelist
@@ -16,3 +16,11 @@ fun:*jit_avx_gemm_f32*
16
# same across all threads.
17
[thread]
18
fun:*setting_t*
19
+# inconsequential data-race: to avoid overheads during verbose info print, we
20
+# check a non-atomic variable before the mutex protected initialization.
21
+[thread]
22
+fun:*pd_info_t*init*
23
+# Low impact: itt initializes lock inside critical region, which TSAN
24
+# flags as data race. tracked by ittapi #94
25
26
+fun:*__itt_string_handle_create*
0 commit comments