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
Yaksa currently does not pass CFLAGS to NVCC when building .cu files. This is somewhat useful because the CFLAGS are only tested against one compiler (CC), but not against NVCC. But this is also causing NVCC to not see some useful flags like -g.
The build system needs to be improved to create an NVCC specific set of CFLAGS too.
The text was updated successfully, but these errors were encountered:
Yaksa currently does not pass
CFLAGS
toNVCC
when building.cu
files. This is somewhat useful because the CFLAGS are only tested against one compiler (CC
), but not againstNVCC
. But this is also causingNVCC
to not see some useful flags like-g
.The build system needs to be improved to create an NVCC specific set of CFLAGS too.
The text was updated successfully, but these errors were encountered: