We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e5eb8 commit e007ae2Copy full SHA for e007ae2
src/jit/mlir.cpp
@@ -790,10 +790,15 @@ static const std::string gpu_pipeline =
790
"func.func(insert-gpu-copy),"
791
"drop-regions,"
792
"canonicalize,"
793
+ "func.func(lower-affine),"
794
"gpu-kernel-outlining,"
795
+ "canonicalize,"
796
+ "cse,"
797
"gpu.module(strip-debuginfo,convert-gpu-to-nvvm),"
798
"nvvm-attach-target,"
799
"func.func(gpu-async-region),"
800
+ "expand-strided-metadata,"
801
+ "lower-affine,"
802
"gpu-to-llvm,"
803
"gpu-module-to-binary{format=fatbin},"
804
"convert-func-to-llvm,"
0 commit comments