Commit d31129c
fix(ci): add more OpenMP/MKL suppressions for TSAN tests
- Add libgomp.so.1 (GNU OpenMP) suppression
- Add libmkl_core.so.2 suppression (fixes data race)
- Add libmkl_rt.so.2 and libmkl_sequential.so.2 suppressions
- Remove unnecessary quotes in libmkl_intel_thread.so.2
This fixes TSAN data race errors in libmkl_core.so.2 during concurrent tests.
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
Co-authored-by: Kimi-K2.5 <assistant@example.com>1 parent b5f8094 commit d31129c
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments