[FEA]: Make `nvrtcc` work with fail tests
Open
nvrtcc
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
Due to the fact that we first compile with `cicc` and only then with `nvrtcc_device_compiler`, tests that are expected to fail would fail during `cicc` compilation and NVRTC would never see the code.
We must come up with a solution to this problem. We should explore whether we could somehow change the order if `-fdevice-syntax-only` option would be passed to the compiler.
Contributor guide
Assessment
This issue has not been assessed yet.