up
100
作者 blueardour 2019-05-04 12:38:12
Wrote 0 BlogsTotally 0 words
TVM cookbook - schedule

TVM

TVM is a kind code generation and testing tools target at specific architecture. It improves the efficiency of code optimization on CNN tasks on various platforms.
This blog records my reading of the source code and tracking of the execution (and even modification) of TVM.

TVM provides operator description / scheduler (blocking and partition) interface. Following the tensor_expr_get_started.ipynb for an example.

Schedule

-->