vscode-cuda
vscode-cuda copied to clipboard
Templated kernel calls have wrong tags
The template argument messes up the symbols resolution.
An example is available in CUDA samples in the 0_Simple/matrixMul sample :
matrixMulCUDA<16><<<grid,threads>>>(...);