Cuda_samples for VSCode is Linux-specific

The samples at GitHub - NVIDIA/cuda-samples: Samples for CUDA Developers which demonstrates features in CUDA Toolkit for VSCode are set up for Linux (see: path of /usr/local/bin/nvcc and cuda-gdb) and not Windows.

Is there a repository of samples which have the .vscode folder set up for Windows somewhere?

Thanks.

At present, our VS Code support is intended for Windows only. For Windows development, we recommend our Visual Studio CUDA support.

I think you mean VSCode is intended for Linux-only, but I get what you mean. :)

I’ll install Visual Studio.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.