Mace-cl-compiled-program.bin ((full)) Page
By loading this binary directly, MACE bypasses the compilation phase, significantly reducing the "warm-up" time or first-inference latency for AI-powered features like camera scene detection or face recognition.
The file is typically found within a mobile application's internal data directory or a temporary storage path designated by the MACE engine. How to build - MACE documentation - Read the Docs mace-cl-compiled-program.bin
is a specialized binary file used by the Mobile AI Compute Engine (MACE) framework —an open-source deep learning inference engine developed by Xiaomi for mobile heterogeneous computing. By loading this binary directly, MACE bypasses the
// Include the headers #include "mace/public/mace.h" #include "mace/public/mace_runtime.h" // If the build_type is code #include " Read the Docs How to build — MiAI Compute Engine documentation // Include the headers #include "mace/public/mace
Compiling these kernels from source code at runtime is computationally expensive and slow. The mace-cl-compiled-program.bin file stores the already-compiled binary version of these kernels.
This file acts as a , specifically designed to accelerate the initialization and execution of AI models on mobile GPUs. 1. Purpose and Functionality
