mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-23 00:24:23 +00:00
16 lines
377 B
JSON
16 lines
377 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/opt/cuda/bin/nvcc",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++14",
|
||
|
"intelliSenseMode": "linux-gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|