Skip to content

Commit e007ae2

Browse files
committed
add missing passes in nv pipeline
1 parent c4e5eb8 commit e007ae2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/jit/mlir.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,15 @@ static const std::string gpu_pipeline =
790790
"func.func(insert-gpu-copy),"
791791
"drop-regions,"
792792
"canonicalize,"
793+
"func.func(lower-affine),"
793794
"gpu-kernel-outlining,"
795+
"canonicalize,"
796+
"cse,"
794797
"gpu.module(strip-debuginfo,convert-gpu-to-nvvm),"
795798
"nvvm-attach-target,"
796799
"func.func(gpu-async-region),"
800+
"expand-strided-metadata,"
801+
"lower-affine,"
797802
"gpu-to-llvm,"
798803
"gpu-module-to-binary{format=fatbin},"
799804
"convert-func-to-llvm,"

0 commit comments

Comments
 (0)