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 b24f09b commit 6fe5a12Copy full SHA for 6fe5a12
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