Create a Compute Sanitizer executor for lit.
Open
infra
libcu++
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 487
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 296
Description
This might help us catch issues earlier.
I envision something like:
`lit -Dexecutor="SanitizerExecutor()"`
or
`cmake ... -DLIBCUDACXX_LIT_SANITIZER=ON`
The SanitizerExecutor would need to be defined in our python config and would just wrap the normal executor function but launch the executable through the toolkit's sanitizer.
```[tasklist]
### Tasks
```
Contributor guide
Assessment
This issue has not been assessed yet.