• How many atoms are performed for one time slice during multi-kernel processing?
    Hi, I 'm doing experiment about context switching in gpu, firefly-rk3399 Mali-T860 by running OpenCL polybench 2MM programs. I also turn off lightdm for precise result. During experiment ...
  • How many atoms are performed for one time slice during multi-kernel processing?
    Hi, I 'm doing experiment about context switching in gpu, firefly-rk3399 Mali-T860 by running OpenCL polybench 2MM programs. I also turn off lightdm for precise result. During experiment ...
  • Time Slicing with RxTiny
    I am using RxTiny with the intention of running "parallel" multiple tasks. The problem is the next task does not run unless the current task halts (by using os calls like OS_DELAY() or OS_WAIT()). Seemed...
  • Time Slicing with RxTiny
    I am using RxTiny with the intention of running "parallel" multiple tasks. The problem is the next task does not run unless the current task halts (by using os calls like OS_DELAY() or OS_WAIT()). Seemed...
  • CMSIS-RTOS time slice: Is any way to use ticks or microseconds
    Hi, I want to use STM32427 instead of STM32407, but uVision V4 doesn't supports that chip. So I upgrade uVision from V4 to V5, and plan to use CMSIS-RTOS RTX instead of RTX. But now I have some...