Imx8 core optimization

hello

I am using imx8 (octa core processor A53-4 & A72-2 ) board for biodiversity surveillance system based application. But i couldn’t able to find on which task allocation is the core is working on which architecture for task allocation process on octa core processor. So i want your guidance regarding the core architecture task allocation algorithm followed on octa core imx8 processor

To get information about task allocation by the cores you can use:

You can get or set the CPU affinity of a process in a C program using the sched_setaffinity and sched_getaffinity functions, which are part of the Linux Standard Base (LSB) specification.

https://www.kernel.org/doc/html/v5.5/scheduler/index.html