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 1db2df4 commit 9675aafCopy full SHA for 9675aaf
mlir/lib/Dialect/GPU/Pipelines/GPUToXeVMPipeline.cpp
@@ -84,7 +84,7 @@ void buildGpuPassPipeline(OpPassManager &pm,
84
createConvertGpuOpsToLLVMSPVOps(gpuToLLVMSPVOptions));
85
}
86
pm.addNestedPass<gpu::GPUModuleOp>(createCSEPass());
87
- pm.addPass(createReconcileUnrealizedCastsPass());
+ pm.addNestedPass<gpu::GPUModuleOp>(createReconcileUnrealizedCastsPass());
88
89
90
//===----------------------------------------------------------------------===//
0 commit comments