Home
last modified time | relevance | path

Searched refs:compiler_threshold (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_jit.py36 "compiler_threshold": self.compiler_threshold,
63 def compiler_threshold(self) -> Optional[int]: member in JitOptions
70 … f'compiler_threshold={self.compiler_threshold}' if self.compiler_threshold is not None else '',
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_file_based.py192 if jit_options.compiler_threshold is not None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
Dreadme.md260 …w to set and supported values (they are default as well): `"num_repeats=30,compiler_threshold=20"`.
262 - in config file use `ark.jit.num_repeats` and `ark.jit.compiler_threshold` with explicit values.