[Mlir-commits] [mlir] [mlir][GPU] Do not strip location info when lowering to NVVM (PR #120432)
Matthias Springer
llvmlistbot at llvm.org
Thu Dec 19 06:05:10 PST 2024
================
@@ -73,7 +73,6 @@ void buildCommonPassPipeline(
//===----------------------------------------------------------------------===//
void buildGpuPassPipeline(OpPassManager &pm,
const mlir::gpu::GPUToNVVMPipelineOptions &options) {
- pm.addNestedPass<gpu::GPUModuleOp>(createStripDebugInfoPass());
----------------
matthias-springer wrote:
Good to know. Given that the `printf` integration test works on my machine, this seems to be resolved.
https://github.com/llvm/llvm-project/pull/120432
More information about the Mlir-commits
mailing list