1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-25 17:44:23 +00:00

Configure VSC for the Jetson Nano

Co-authored-by: Stefano Pigozzi <me@steffo.eu>
This commit is contained in:
Caterina Gazzotti 2022-11-29 07:11:56 -05:00
parent 74ebd6eb47
commit 819dde6578

View file

@ -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