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 d90bd29 commit 28d752cCopy full SHA for 28d752c
mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
@@ -233,7 +233,7 @@ class ExecutionEngine {
233
/// Initialize the ExecutionEngine. Global constructors specified by
234
/// `llvm.mlir.global_ctors` will be run. One common scenario is that kernel
235
/// binary compiled from `gpu.module` gets loaded during initialization. Make
236
- /// sure all symbols are solvable before initialization by calling
+ /// sure all symbols are resolvable before initialization by calling
237
/// `registerSymbols` or including shared libraries.
238
void initialize();
239
0 commit comments