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
Pull request #1029 inadvertently breaks the debug build by introducing a
new CUDA file with the same base name as another, previously existing,
file. This causes a race condition during compilation. This commit
renames the relevant files to avoid the naming collision and thereby
fixes the build bug.
0 commit comments