llvm-project/mlir/lib/ExecutionEngine
Daniil Dudkin 42f5b0509d [mlir][NFC] Fix various warnings generated by GCC 9
Currently, there've been a lot of warnings while building MLIR.
This change fixes the warnings listed below.

  .../SparseTensorUtils.cpp: In instantiation of ‘...::openSparseTensorCOO(...) [with ...]’:
  .../SparseTensorUtils.cpp:1672:3:   required from here
  .../SparseTensorUtils.cpp:87:21: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘PrimaryType’ [-Wformat=]

  .../OptUtils.cpp:36:5: warning: this statement may fall through [-Wimplicit-fallthrough=]

  .../AffineOps.cpp:1741:32: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]

Reviewed By: aartbik, wrengr, aeubanks

Differential Revision: https://reviews.llvm.org/D128993
2022-07-04 13:22:33 +03:00
..
AsyncRuntime.cpp [async] Get the number of worker threads from the runtime. 2022-01-31 12:06:01 -08:00
CMakeLists.txt [mlir] (NFC) Clean up bazel and CMake target names 2022-06-13 16:24:15 +00:00
CRunnerUtils.cpp [mlir] Fix the names of exported functions 2022-05-05 13:46:15 -07:00
CudaRuntimeWrappers.cpp Revert "Fix CUDA runtime wrapper for GPU mem alloc/free to async" 2022-04-12 06:50:27 +00:00
ExecutionEngine.cpp [mlir] Don't use Optional::getValue (NFC) 2022-06-20 23:20:25 -07:00
Float16bits.cpp Apply clang-tidy fixes for readability-identifier-naming in Float16bits.cpp (NFC) 2022-06-29 12:13:57 +00:00
JitRunner.cpp [mlir] Don't use Optional::getValue (NFC) 2022-06-20 23:20:25 -07:00
OptUtils.cpp [mlir][NFC] Fix various warnings generated by GCC 9 2022-07-04 13:22:33 +03:00
RocmRuntimeWrappers.cpp [MLIR][GPU] Add gpu.set_default_device op 2022-02-17 21:30:09 +00:00
RunnerUtils.cpp [mlir] Fix the names of exported functions 2022-05-05 13:46:15 -07:00
SparseTensorUtils.cpp [mlir][NFC] Fix various warnings generated by GCC 9 2022-07-04 13:22:33 +03:00