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
For reasons of CUDA being CUDA, we currently cannot reliable compile the
project in debug mode if there are multiple CUDA files with the same
base name. This causes a race condition during compilation. In order to
relieve this issue, this commit adds a pre-commit check that verifies
that all CUDA file base names are unique.
0 commit comments