[FEA]: Checks for `nvrtcc` options passed by `-Xnvrtc`
Open
nvrtcc
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
I'd like to limit which options can be passed by `-Xnvrtc` options, to prevent cases like:
```sh
nvrtcc -prec-div=true ... -Xnvrtc -prec-div=false
```
which could break the compilation.
Contributor guide
Assessment
This issue has not been assessed yet.