Skip to content

Commit

Permalink
GPU pipeline canonicalization
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Aug 30, 2024
1 parent 89e774c commit 20025ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devito/xdsl_core/xdsl_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def _jit_compile(self):

def generate_XDSL_GPU_PIPELINE():
passes = [
"canonicalize",
"cse",
"shape-inference",
"convert-stencil-to-ll-mlir",
"reconcile-unrealized-casts",
Expand Down

0 comments on commit 20025ee

Please sign in to comment.