vscode-cuda icon indicating copy to clipboard operation
vscode-cuda copied to clipboard

Templated kernel calls have wrong tags

Open kriegalex opened this issue 7 years ago • 0 comments

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>>>(...);

kriegalex avatar Nov 28 '17 08:11 kriegalex