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

mappers: integrate backpressuring for index launches #115

Open rohany opened 2 years ago

rohany commented 2 years ago

Unify the backpressuring mechanism to handle both individual task launches and points from an index launch. A level of indirection here is likely all that is needed. The approach for doing the backpressuring on index launches is in #102.