1
0
Fork 0

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:
Christian Sigg 2020-07-30 16:27:59 +02:00 committed by Mikhail Goncharov
parent 2372e9b399
commit e5be8d45ca

View file

@ -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