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