Linalg3 example: implement JIT-compilation and execution
authorAlex Zinenko <zinenko@google.com>
Fri, 5 Apr 2019 15:18:13 +0000 (08:18 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 8 Apr 2019 01:19:35 +0000 (18:19 -0700)
commit6196c8a9fdc324d5e49e7a244d63b101d872f27a
treefab15d17946bf7b7b56dd05a1217753a85ef2f4d
parent33285de9374ab79142fc2826c8f119bae0faae10
Linalg3 example: implement JIT-compilation and execution

    Use MLIR's ExecutionEngine to demonstrate how one can implement a simple
    JIT-compiler and executor after fully lowering the Linalg dialect to the LLVM
    IR dialect, using the direct conversion (not going through standard
    loads/stores).

--

PiperOrigin-RevId: 242127690
mlir/examples/Linalg/Linalg3/Execution.cpp [new file with mode: 0644]