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.
convert-vector-to-llvm
1 parent e894654 commit 9bf78abCopy full SHA for 9bf78ab
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