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.
2 parents abbbb2a + 467b3d0 commit 0ab8853Copy full SHA for 0ab8853
mlir/include/mlir/Target/LLVM/NVVM/Utils.h
@@ -55,7 +55,7 @@ class SerializeGPUModuleBase : public LLVM::ModuleToObject {
55
LogicalResult appendStandardLibs();
56
57
/// Loads the bitcode files in `librariesToLink`.
58
- virtual std::optional<SmallVector<std::unique_ptr<llvm::Module>>>
+ std::optional<SmallVector<std::unique_ptr<llvm::Module>>>
59
loadBitcodeFiles(llvm::Module &module) override;
60
61
protected:
0 commit comments