Hacker News new | ask | show | jobs
by efnx 300 days ago
Cool! How is this project different from the tuning process in TVM?
1 comments

basically autotuning on steroids. instead of searching single dimensions of optimization (tile sizing, etc.) we search through full algebraic rewrites (like rewriting softmax to online softmax) and various loop / tiling structures in the same unified search space.