Visual Studio Code – Why is include cuda_runtime.h marked red in vscode despite cuda toolkit being installed properly?
I have a c - cuda project. It has a main.c file and a deviceFunctions.cu file. Visual Studio Code is used to work on the project also this extension: ms-vscode.cpptools is installed to get Code completion and error checking etc.…