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 765fb61 commit 727f067Copy full SHA for 727f067
flang/include/flang/Optimizer/Transforms/CUFCommon.h
@@ -16,7 +16,7 @@ static constexpr llvm::StringRef cudaDeviceModuleName = "cuda_device_mod";
16
17
namespace cuf {
18
19
-/// Retrieve or create the CUDA Fortran GPU module in the give in \p mod.
+/// Retrieve or create the CUDA Fortran GPU module in the given \p mod.
20
mlir::gpu::GPUModuleOp getOrCreateGPUModule(mlir::ModuleOp mod,
21
mlir::SymbolTable &symTab);
22
0 commit comments