llvm/mlir
Tobias Gysi 77c3b016c4 [mlir] fix error handling in rocm runtime wrapper
The patch fixes minor issues in the rocm runtime wrapper due to api differences between CUDA and HIP.

Reviewed By: herhut

Differential Revision: https://reviews.llvm.org/D84861
2020-07-29 22:08:42 +02:00
..
cmake/modules
docs [MLIR][Linalg] Fixed obsolete examples in the MLIR Linalg Dialect doc 2020-07-28 19:42:59 +00:00
examples [CMake] Move find_package(ZLIB) to LLVMConfig 2020-07-27 17:13:55 -07:00
include [MLIR][NFC] Move Shape::WitnessType Declaration. 2020-07-29 20:00:28 +02:00
integration_test [mlir] [VectorOps] [integration_test] Sparse matrix times vector (DOT version) 2020-07-27 11:22:28 -07:00
lib [MLIR][Shape] Limit shape to SCF lowering patterns to their supported types 2020-07-29 14:54:09 +00:00
test [MLIR][Shape] Limit shape to SCF lowering patterns to their supported types 2020-07-29 14:54:09 +00:00
tools [mlir] fix error handling in rocm runtime wrapper 2020-07-29 22:08:42 +02:00
unittests [MLIR] Add unit test for tblgen Op build methods 2020-07-28 15:43:37 -07:00
utils [mlir][NFC] Remove usernames and google bug numbers from TODO comments. 2020-07-07 01:40:52 -07:00
.clang-format
.clang-tidy
CMakeLists.txt Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.