Hey guys, I want to utilize the auto-tuning capability of autotvm. Specifically, I try to apply tiling, loop reorder and vectorization on axes. I provide a list of candidates for reorder and I want to vectorize the innermost axis for each particular reorder candidate. As the innermost axis could be different for different reorder candidates, I think specifying the vectorization axis through its name seems inappropriate.
define_annotate
( name , axes , policy , **kwargs ) Does there are convenient ways to achieve this?