From 00957e944c13b019504306ae1aa05116dd59f96c Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Thu, 23 Jul 2026 23:24:04 +0000 Subject: [PATCH] remove erroneous clangd config options that were breaking cuda compilation --- .clangd | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.clangd b/.clangd index 197f79420..9aa130fcf 100644 --- a/.clangd +++ b/.clangd @@ -36,24 +36,6 @@ CompileFlags: --- -# Use clang++ in CUDA mode to provide intellisense for files with `nvexec` in their path -If: - PathMatch: [include/nvexec/.*, test/nvexec/.*, examples/nvexec/.*] -CompileFlags: - Compiler: clang++ - Add: - - "-x" - - "cuda" - - "-std=c++20" - - "-Wno-unknown-cuda-version" - - "--cuda-host-only" - - "--cuda-path=/usr/local/cuda-12" - Remove: - - "-x" - - "c++-header" - ---- - # Tweak the clangd parse settings for all files CompileFlags: CompilationDatabase: .