diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ea630be..2f473cf 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,10 +6,9 @@ "${workspaceFolder}/**" ], "defines": [], - "compilerPath": "/opt/cuda/bin/nvcc", + "compilerPath": "/usr/local/cuda-10.0/bin/nvcc", "cStandard": "c17", - "cppStandard": "c++14", - "intelliSenseMode": "linux-gcc-x64" + "cppStandard": "c++14" } ], "version": 4