We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ffc70 commit 4fa909dCopy full SHA for 4fa909d
mlir/lib/Dialect/GPU/Pipelines/GPUToXeVMPipeline.cpp
@@ -111,11 +111,8 @@ void buildPostGPUCommonPassPipeline(
111
pm.addPass(createGpuToLLVMConversionPass(gpuToLLVMOptions));
112
}
113
pm.addPass(createLowerAffinePass());
114
- pm.addPass(createConvertVectorToLLVMPass());
115
pm.addPass(createConvertToLLVMPass());
116
pm.addPass(createReconcileUnrealizedCastsPass());
117
- pm.addNestedPass<gpu::GPUModuleOp>(createCanonicalizerPass());
118
- pm.addNestedPass<gpu::GPUModuleOp>(createCSEPass());
119
// gpu-module-to-binary
120
{
121
GpuModuleToBinaryPassOptions gpuToModuleBinOptions;
0 commit comments