llvm-project/mlir/examples
Djordje Todorovic da5fe23e84 [mlir][LowerToAffineLoops] Handle tensors of rank 0
This will fix the case:

  $ toyc -emit=jit test.toy
  $ cat test.toy
  def main() {
    var a = 1;
    print(a);
  }

Without this patch it would trigger an assertion.

Differential Revision: https://reviews.llvm.org/D77464
2020-04-06 14:51:03 +02:00
..
standalone [mlir] Add an out-of-tree dialect example 2020-04-04 17:16:43 +00:00
toy [mlir][LowerToAffineLoops] Handle tensors of rank 0 2020-04-06 14:51:03 +02:00
CMakeLists.txt NFC: Delete the Linalg tutorial. 2019-10-17 14:27:37 -07:00