"platforms/vscode:/vscode.git/clone" did not exist on "35b7189cd76e96068a06325b9aa89441e1da684e"
Removed name of variadic argument list
Naming the argument list of a variadic macro is a GNU extension which is not supported by msvc. Since CUDA uses the system preprocessor this will fail to build kernels on Windows (fixes error C2010: '.': unexpected in macro parameter list).
Showing
Please register or sign in to comment