31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"clangd.fallbackFlags": [
|
|
"-I/home/rigoni/devel/cmt/ulib/src",
|
|
"-isystem/home/share/micromamba/envs/mutom/include",
|
|
"-isystem/home/share/micromamba/envs/mutom/include/eigen3",
|
|
"-isystem/home/share/micromamba/envs/mutom/targets/x86_64-linux/include",
|
|
"-isystem/home/share/micromamba/envs/mutom/lib/gcc/x86_64-conda-linux-gnu/14.3.0/include/c++",
|
|
"-isystem/home/share/micromamba/envs/mutom/lib/gcc/x86_64-conda-linux-gnu/14.3.0/include/c++/x86_64-conda-linux-gnu",
|
|
"-isystem/home/share/micromamba/envs/mutom/x86_64-conda-linux-gnu/sysroot/usr/include",
|
|
"--gcc-toolchain=/home/share/micromamba/envs/mutom",
|
|
"-D__host__=",
|
|
"-D__device__=",
|
|
"-D__global__=",
|
|
"-D__constant__=",
|
|
"-D__shared__=",
|
|
"-DUSE_CUDA"
|
|
],
|
|
"clangd.semanticHighlighting.enable": true,
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=build",
|
|
"--query-driver=/home/share/micromamba/envs/mutom/bin/g++,/home/share/micromamba/envs/mutom/bin/gcc,/home/share/micromamba/envs/mutom/bin/nvcc",
|
|
"--suppress-system-warnings",
|
|
"--all-scopes-completion",
|
|
"--completion-style=detailed",
|
|
"--header-insertion=never",
|
|
"-j=4",
|
|
"--pch-storage=memory",
|
|
"--background-index",
|
|
"--log=verbose"
|
|
]
|
|
} |