You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvrtcc processes incoming arguments matching for flags that modify its behavior, and passing the rest to NVRTC.
It will hopefully filter any that don't apply (gcc warnings and such).
The input file is processed to be compatible with NVRTC similarly to the nvrtc.sh scripts during compilation.
The resulting file is then compiled with NVRTC and stored as a fatbin. This is, in effect, a compilation pass for NVRTC. .fail.cpp tests will be analyzable by lit and should work properly.
For execution, the fatbin file is provided to nvrtcc again, but will this time instead launch on GPU the precompiled
test unit.
No description provided.
The text was updated successfully, but these errors were encountered: