Commit e7d2d75
authored
Add no_sanitizer filter to compute-sanitizer script (rapidsai#20992)
Adds proactive filter for kernel names to be ignored during the racecheck/synccheck compute-sanitizer runs.
If `_no_sanitize` appears in the kernel name, it will not be analyzed by either racecheck or synccheck
Corresponding `_no_racecheck` and `_no_synccheck` can be added to a kernel name to filter it appropriately.
These filters will not applied to the nightly memcheck runs.
Authors:
- David Wendt (https://github.com/davidwendt)
Approvers:
- Bradley Dice (https://github.com/bdice)
URL: rapidsai#209921 parent 14b1acd commit e7d2d75
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments