Add the SYSTEM keyword to all cmake include_directories commands for 3rd party or...
authorRobert Kimball <bobkimball@gmail.com>
Wed, 23 Sep 2020 02:44:26 +0000 (19:44 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 02:44:26 +0000 (19:44 -0700)
commitb8474c80e3070af346cadbf2eafd4ab50936b2ef
tree6028cdb6156641e7b16c18cf2fbaebd45f41bcac
parentd32026eb20cd1d7381c9a93dc881ca8f7e8c5fac
Add the SYSTEM keyword to all cmake include_directories commands for 3rd party or external headers. Warning flags should only be applied to code within the tvm repository. (#6531)
21 files changed:
CMakeLists.txt
apps/tf_tvmdsoop/CMakeLists.txt
cmake/modules/CUDA.cmake
cmake/modules/Hexagon.cmake
cmake/modules/LLVM.cmake
cmake/modules/OpenCL.cmake
cmake/modules/ROCM.cmake
cmake/modules/VTA.cmake
cmake/modules/Vulkan.cmake
cmake/modules/contrib/BLAS.cmake
cmake/modules/contrib/EthosN.cmake
src/printer/tir_hybrid_printer.cc
src/runtime/cuda/cuda_device_api.cc
src/runtime/cuda/cuda_module.cc
src/runtime/hexagon/sim/driver/CMakeLists.txt
src/runtime/hexagon/target/fastrpc/CMakeLists.txt
src/target/llvm/codegen_amdgpu.cc
src/target/llvm/codegen_cpu.cc
src/target/llvm/codegen_hexagon.cc
src/target/llvm/codegen_llvm.cc
src/target/llvm/codegen_nvptx.cc