diff --git a/.zed/tasks.json b/.zed/tasks.json new file mode 100644 index 0000000..a6c8342 --- /dev/null +++ b/.zed/tasks.json @@ -0,0 +1,17 @@ +// Project tasks configuration. See https://zed.dev/docs/tasks for documentation. +// +// Example: +[ + { + "label": "Run", + "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 + } +] diff --git a/Student_Cuda/.clangd b/Student_Cuda/.clangd new file mode 100644 index 0000000..7c92112 --- /dev/null +++ b/Student_Cuda/.clangd @@ -0,0 +1,7 @@ +CompileFlags: + Add: + - "-I/home/mse15/CUDA/toStudent/code/WCudaStudent/Student_Cuda/INC_SYMLINK/EXT" + - "-I/home/mse15/CUDA/toStudent/code/WCudaStudent/Student_Cuda/INC_SYMLINK/PROJECT" +--- +Diagnostics: + Suppress: "*" diff --git a/Student_Cuda/.zed/tasks.json b/Student_Cuda/.zed/tasks.json new file mode 100644 index 0000000..4a9fb2e --- /dev/null +++ b/Student_Cuda/.zed/tasks.json @@ -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 + } +] diff --git a/Student_Cuda_Tools_Reduction/.clangd b/Student_Cuda_Tools_Reduction/.clangd new file mode 100644 index 0000000..3702e2f --- /dev/null +++ b/Student_Cuda_Tools_Reduction/.clangd @@ -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: "*" diff --git a/Student_Cuda_Tools_Reduction/.zed/tasks.json b/Student_Cuda_Tools_Reduction/.zed/tasks.json new file mode 100644 index 0000000..4a9fb2e --- /dev/null +++ b/Student_Cuda_Tools_Reduction/.zed/tasks.json @@ -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 + } +]