Skip to content

Commit 367af39

Browse files
Add pass pipeline helper, transform dialect, and LLVM JIT (#205)
* Add runtime passes and JIT
1 parent 782c9b8 commit 367af39

File tree

10 files changed

+6595
-28
lines changed

10 files changed

+6595
-28
lines changed

projects/eudsl-python-extras/mlir/extras/dialects/transform.py

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
2+
# See https://llvm.org/LICENSE.txt for license information.
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

0 commit comments

Comments
 (0)