Skip to content

Commit

Permalink
gpu pipeline uses one-shot-bufferize
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarna committed Jul 10, 2024
1 parent d4428cc commit 5483431
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/jit/mlir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,18 +725,8 @@ static const std::string gpu_pipeline =
"linalg-fuse-elementwise-ops,"
"arith-expand,"
"memref-expand,"
"arith-bufferize,"
"func-bufferize,"
"func.func(empty-tensor-to-alloc-tensor),"
"func.func(scf-bufferize),"
"func.func(tensor-bufferize),"
"func.func(bufferization-bufferize),"
"func.func(linalg-bufferize),"
"func.func(linalg-detensorize),"
"func.func(tensor-bufferize),"
"region-bufferize,"
"canonicalize,"
"func.func(finalizing-bufferize),"
"one-shot-bufferize{bufferize-function-boundaries},"
"imex-remove-temporaries,"
"func.func(convert-linalg-to-parallel-loops),"
"func.func(scf-parallel-loop-fusion),"
Expand Down

0 comments on commit 5483431

Please sign in to comment.