Mace-cl-compiled-program.bin -
MACE captures the compiled binary blobs directly from the OpenCL driver.
: Since the GPU doesn't have to re-calculate how to run the AI model every time the app opens, it reduces CPU/GPU load, subtly saving battery during intensive tasks [3, 4].
: This file is typically generated during a "tuning" phase where MACE optimizes kernels for specific hardware (like Qualcomm Adreno or ARM Mali GPUs). Once generated, it can be deployed with the model to skip the time-consuming compilation step during app startup. Hardware Compatibility mace-cl-compiled-program.bin
: You will most frequently find this file on Xiaomi, Redmi, or POCO devices within the data folders of system apps like the Camera or Gallery [4, 5]. Is it safe?
(e.g., TikTok, WeChat, Kwai) for real-time beauty filters, background subtraction, and AR effects. MACE captures the compiled binary blobs directly from
: The prefix "mace-cl-" suggests a possible relation to a specific project, tool, or framework named "MACE" (which could stand for anything, e.g., "Machine Learning Accelerator" or similar), and "cl" could imply "compiled" or a specific configuration.
Using the MACE Python suite, developers can execute automatic tuning on a connected reference device: Once generated, it can be deployed with the
Which or target GPU architecture are you deploying on?