No clang-tidy under mlir-{cuda,rocm}-runner. (#226)
All files include CUDA/ROCm headers, which trips up clang-tidy without --cuda-path/--rocm-path.
This commit is contained in:
parent
e5be8d45ca
commit
36808fc0d0
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +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
|
||||
mlir/tools/mlir-cuda-runner
|
||||
mlir/tools/mlir-rocm-runner
|
||||
openmp/libomptarget/test
|
||||
openmp/libomptarget/deviceRTLs/nvptx/test
|
||||
openmp/runtime/test
|
||||
|
|
Loading…
Reference in a new issue