This is entirely expected during the application's absolute first run. MACE will gracefully fall back to compiling the OpenCL code on the spot and will attempt to write the file afterward.
: Especially on Xiaomi, Redmi, POCO, and Black Shark devices, where MACE powers AI scene detection, night mode, and portrait blur. mace-cl-compiled-program.bin
While MACE is designed for broad compatibility, some complex models, particularly those with high-resolution inputs, can be too demanding for older GPU hardware. A crash might occur not because of the binary file itself but because the model's requirements exceed the hardware's limits. For example, if a tensor's logical shape (say, 224x224 pixels) is larger than the physical image shape supported by the GPU (e.g., 2x224 pixels), MACE might raise an error. This is a matter of model design, not the caching file. This is entirely expected during the application's absolute
Copyright © Anand Software and Training Private Limited.