Add `SkipVectorize` pass (#3222)
authorLogan Weber <36520469+weberlo@users.noreply.github.com>
Tue, 21 May 2019 23:34:35 +0000 (16:34 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Tue, 21 May 2019 23:34:35 +0000 (16:34 -0700)
commit4b1d3d87a3b0c6f0589fcae2f646f103dee2353b
treeca9c57b011df79d723bd3b544c4b868b9e0a5b14
parent3d1d17e39063d1b6297bad4c3e4eb7d09e2c4920
Add `SkipVectorize` pass (#3222)
docs/api/python/dev.rst
include/tvm/build_module.h
include/tvm/ir_pass.h
python/tvm/build_module.py
src/codegen/build_module.cc
src/pass/vectorize_loop.cc