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
rewrite_to=_nvcc_rewrite_flags.get(option) # Handles =value. Note: Note assumes no rewritten args are one character with a value that might take the -I<value> short form. <TAG_REWRITE>
812
813
ifrewrite_to:
813
-
new_compile_args.append(rewrite_to)
814
-
continue
814
+
ifdid_partition:
815
+
arg=rewrite_to+'='+remainder
816
+
else:
817
+
arg=rewrite_to
815
818
816
819
if','inarg: # Unpack NVCC's (fairly unique) comma-separated list format
0 commit comments