Remix.run Logo
efnx 4 days ago

Cool! How is this project different from the tuning process in TVM?

jafioti 4 days ago | parent [-]

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.