You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all of our performance/ benchmarks are available only via JIT. This is suboptimal:
some targets (eg mobile devices) may be incapable or impractical for using JIT (either because of general JIT constraints in the OS or added size/memory of adding libHalide/LLVM into every executable)
some targets (eg WASM) have very slow JITs suitable only for correctness
The Makefile currently has a benchmark_apps target that runs some of the apps/ folders as benchmarks (via AOT), but this isn't yet support in CMake.
The text was updated successfully, but these errors were encountered:
Currently, all of our
performance/
benchmarks are available only via JIT. This is suboptimal:The Makefile currently has a
benchmark_apps
target that runs some of the apps/ folders as benchmarks (via AOT), but this isn't yet support in CMake.The text was updated successfully, but these errors were encountered: