Adding gflop for each task
It'd be useful to add the amount of GFlop for each StarPU codelet, this way:
starpu_task_insert(..., STARPU_FLOPS, MULS(nb) + ADDS(nb), ...);
GitLab upgrade completed. Current version is 17.11.6.
It'd be useful to add the amount of GFlop for each StarPU codelet, this way:
starpu_task_insert(..., STARPU_FLOPS, MULS(nb) + ADDS(nb), ...);