ulysseB / telamon

A framework to find good combinations of optimizations for computational kernels on GPUs.
https://ulysseb.github.io/telamon/telamon
Apache License 2.0
23 stars 6 forks source link

Move collect_direct_reduce_dims to a method #277

Closed Elarnon closed 5 years ago

Elarnon commented 5 years ago

This patch moves the collect_direct_reduce_dims from search_space to a method of the ir::Operand for ease of use and reduction of (conceptual) inter-dependencies between modules.