Hello, libhailort is giving me the following warning when I run inferences:
[11:41:00.829, 2024-03-27] [2222332] [2222332] [HailoRT] [Caution] [:33 in device_internal.cpp] [Device Base] “Debug” mode is being used by libhailort. There could be an impact on overall performance!
Could you perhaps help me? I was unable to locate any information in the documentation regarding turning off the debug mode.
have you compiled HailoRT from sources? If so, make sure that you pass the Release flag when launching cmake.
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config release