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 b4c1ded commit 09c1daaCopy full SHA for 09c1daa
mlir/lib/Dialect/GPU/Pipelines/GPUToNVVMPipeline.cpp
@@ -73,7 +73,6 @@ void buildCommonPassPipeline(
73
//===----------------------------------------------------------------------===//
74
void buildGpuPassPipeline(OpPassManager &pm,
75
const mlir::gpu::GPUToNVVMPipelineOptions &options) {
76
- pm.addNestedPass<gpu::GPUModuleOp>(createStripDebugInfoPass());
77
ConvertGpuOpsToNVVMOpsOptions opt;
78
opt.useBarePtrCallConv = options.kernelUseBarePtrCallConv;
79
opt.indexBitwidth = options.indexBitWidth;
0 commit comments