[Apache TVM Discuss] [Development] Quantization and 3D convolution

2020-11-14 Thread Olivier Valery via Apache TVM Discuss
Thank you for your quick reply. I cloned the last version (55d81720f3d05bce559d8b4d7972f54b0fa3eb60). I slightly modify the script because some files got renamed (util => utils). ``` """Test for NCHW[x]c convolution""" import numpy as np import tvm from tvm import te from tvm import autotvm

[Apache TVM Discuss] [Development/RFC] [RFC] A general task extraction mechanism for auto_scheduler

2020-11-14 Thread Cody H. Yu via Apache TVM Discuss
Thanks all for the valuable feedback. Here is the summary of the finalized RFC: ### Interface - When extracting auto_scheduler tasks, users simply call `extract_tasks`. - `extract_tasks` now has an optional flag `include_simple_task` (default `False`). When set, each Relay function, including t