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
*`prepare_workdir()`: Sets up the main working directory.
199
-
*`create_build_path()`: Creates a clean build directory.
200
205
***`utils.oneapi`:** Provides the `OneAPI` singleton class (`get_oneapi()`). Downloads and installs specified oneAPI components (oneDNN, oneMKL) into the working directory if needed, providing access to their paths (libs, includes, CMake configs). Use this if your benchmark depends on these components instead of requiring a system-wide install.
201
206
***`options.py`:** Defines and holds global configuration options, populated by `argparse` in `main.py`. Use options instead of defining your own global variables.
202
207
***`presets.py`:** Defines named sets of suites (`enabled_suites()`) used by the `--preset` argument.
0 commit comments