chore: add task and clangd
This commit is contained in:
10
Student_Cuda_Tools_Reduction/.clangd
Normal file
10
Student_Cuda_Tools_Reduction/.clangd
Normal file
@@ -0,0 +1,10 @@
|
||||
CompileFlags:
|
||||
Add:
|
||||
- "-I/home/mse15/CUDA/toStudent/code/WCudaStudent/Student_Cuda_Tools_Reduction/INC_SYMLINK/EXT"
|
||||
- "-I/home/mse15/CUDA/toStudent/code/WCudaStudent/Student_Cuda_Tools_Reduction/INC_SYMLINK/PROJECT"
|
||||
- "-std=c++17"
|
||||
- "-x"
|
||||
- "cuda"
|
||||
---
|
||||
Diagnostics:
|
||||
Suppress: "*"
|
||||
14
Student_Cuda_Tools_Reduction/.zed/tasks.json
Normal file
14
Student_Cuda_Tools_Reduction/.zed/tasks.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"label": "Run CUDA",
|
||||
"command": "cbicc cuda clean jall run",
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": false,
|
||||
"reveal": "always",
|
||||
"reveal_target": "dock",
|
||||
"hide": "never",
|
||||
"shell": "system",
|
||||
"show_summary": true,
|
||||
"show_command": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user