The cuda compiler also executes the host compiler and generally needs to know the host compiler flags. We did this for regular args but not for error args. We use `-Xcompiler=` since that's how nvcc tells the difference between args it uses itself for device code and args it passes to the host compiler. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> [eli: fix quoting style]pull/12938/head
parent
5e0a3073da
commit
0cd74c96f1
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue