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 d82dd6b commit 00e6a48Copy full SHA for 00e6a48
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