From 819dde65785f7f43696a8621510f7baf94c6502f Mon Sep 17 00:00:00 2001 From: Caterina Gazzotti Date: Tue, 29 Nov 2022 07:11:56 -0500 Subject: [PATCH] Configure VSC for the Jetson Nano Co-authored-by: Stefano Pigozzi --- .vscode/c_cpp_properties.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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