Is it possible to control the big and little core of the arm core through TVM?

Hello!

I have some questions about arm core ( rk3399 firefly board ).

I want to run Mali GPU and Arm CPU In parallel. Therefore, after creating two threads, I want to execute a module running on CPU and GPU in each thread.

and I want to use two big cores for the threads running the CPU, and a little core for the threads running the GPU.

Is this possible in TVM?