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 51e6f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devito/xdsl_core/xdsl_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ def _jit_compile(self):

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

0 comments on commit 51e6f97

Please sign in to comment.