clang-tidy ignore {cuda,rocm}-runtime-wrappers.cpp
Both files include GPU header files for which clang implicitly adds include directories. However, clang-tidy does not and therefore we get compile errors (i.e. not diagnostics that we could disable with NOLINT).
This commit is contained in:
parent
2372e9b399
commit
e5be8d45ca
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ clang/test
|
|||
libclc
|
||||
mlir/examples/standalone
|
||||
mlir/test
|
||||
mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp
|
||||
mlir/tools/mlir-rocm-runner/rocm-runtime-wrappers.cpp
|
||||
openmp/libomptarget/test
|
||||
openmp/libomptarget/deviceRTLs/nvptx/test
|
||||
openmp/runtime/test
|
||||
|
|
Loading…
Reference in a new issue