"libraries/vscode:/vscode.git/clone" did not exist on "233c6a70f677cbae0f6c228127e1583472ea3f18"
-
Thomas Trummer authored
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).
f0ac4661