parsec icon indicating copy to clipboard operation
parsec copied to clipboard

bugfix: cpu loads are not computed, hence it makes no sense to target CPUs for load balancing

Open abouteiller opened this issue 9 months ago • 0 comments

In some cases CPU SYRKs would execute when there is a valid GPU hook, because the CPU load (which is never updated hence is always having an eta of 0+time_estimate) would be lower than the data AREAD preferred GPU load+time_estimate.

Since the CPU loads are always 0 this is not accurate, and we should load balance only between GPUs.

abouteiller avatar May 17 '24 02:05 abouteiller