rohany / taco

The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
http://tensor-compiler.org
Other
6 stars 3 forks source link

lower: use better heuristics for CPU load balancing of OpenMP loops #94

Closed rohany closed 2 years ago

rohany commented 2 years ago

This commit adjusts the OpenMP loop kind heuristics to only use statically load balanced loops when it is gauranteed that each iteration of the parallel loop will perform the same work.