"platforms/vscode:/vscode.git/clone" did not exist on "cd874b2b7a7fd8c1b18204c5de5681f9aecc185d"
-
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