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
Loading
Please sign in to comment