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 f1978e5 + d1f9e82 commit 9178f51Copy full SHA for 9178f51
llama-tornado
@@ -104,7 +104,7 @@ class LlamaRunner:
104
f"-Dtornado.profiler.dump.dir={args.profiler_dump_dir}",
105
"-Dtornado.enable.fastMathOptimizations=true",
106
"-Dtornado.enable.mathOptimizations=false",
107
- "-Dtornado.enable.nativeFunctions=fast",
+ "-Dtornado.enable.nativeFunctions=true",
108
"-Dtornado.loop.interchange=true",
109
f"-Dtornado.eventpool.maxwaitevents={args.max_wait_events}"
110
]
@@ -331,4 +331,4 @@ def main():
331
return runner.run(args)
332
333
if __name__ == "__main__":
334
- sys.exit(main())
+ sys.exit(main())
0 commit comments