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