Locking a warp to a warp scheduler to ensure a particular warp is always executing

Hi,
A possible solution is to run the process on specific CPU cores. You can set isolcpus and then run teaskset to schedule the process to the core(s). Please refer to this post and give it a try:
CPU at 0% performance - #3 by linuxdev