Skip to content

Commit 167127c

Browse files
committed
add missing passes in nv pipeline
1 parent 2407507 commit 167127c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/jit/mlir.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,10 +779,15 @@ static const std::string gpu_pipeline =
779779
"func.func(insert-gpu-copy),"
780780
"drop-regions,"
781781
"canonicalize,"
782+
"func.func(lower-affine),"
782783
"gpu-kernel-outlining,"
784+
"canonicalize,"
785+
"cse,"
783786
"gpu.module(strip-debuginfo,convert-gpu-to-nvvm),"
784787
"nvvm-attach-target,"
785788
"func.func(gpu-async-region),"
789+
"expand-strided-metadata,"
790+
"lower-affine,"
786791
"gpu-to-llvm,"
787792
"gpu-module-to-binary{format=fatbin},"
788793
"convert-func-to-llvm,"

0 commit comments

Comments
 (0)