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 ea9be96 commit 14487e3Copy full SHA for 14487e3
mlir/lib/Dialect/GPU/Pipelines/GPUToXeVMPipeline.cpp
@@ -83,7 +83,6 @@ void buildGpuPassPipeline(OpPassManager &pm,
83
pm.addNestedPass<gpu::GPUModuleOp>(
84
createConvertGpuOpsToLLVMSPVOps(gpuToLLVMSPVOptions));
85
}
86
- pm.addNestedPass<gpu::GPUModuleOp>(createConvertXeVMToLLVMPass());
87
pm.addNestedPass<gpu::GPUModuleOp>(createCSEPass());
88
89
0 commit comments