We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b7556 commit bea72bfCopy full SHA for bea72bf
compiler_opt/rl/inlining/inlining_runner.py
@@ -41,8 +41,8 @@ class InliningRunner(compilation_runner.CompilationRunner):
41
42
def __init__(self,
43
llvm_size_path: str,
44
- ir2vec_vocab_path: str | None = None,
45
*args,
+ ir2vec_vocab_path: str | None = None,
46
**kwargs):
47
super().__init__(*args, **kwargs)
48
self._llvm_size_path = llvm_size_path
0 commit comments