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 07e2623 commit a4d4774Copy full SHA for a4d4774
flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
@@ -60,6 +60,7 @@ class CUFDeviceGlobal : public fir::impl::CUFDeviceGlobalBase<CUFDeviceGlobal> {
60
return mlir::WalkResult::advance();
61
});
62
63
+ // Copying the device global variable into the gpu module
64
mlir::SymbolTable parentSymTable(mod);
65
auto gpuMod =
66
parentSymTable.lookup<mlir::gpu::GPUModuleOp>(cudaDeviceModuleName);
0 commit comments