projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95bfd4a
)
Register SkipVectorize (#3228)
author
Gus Smith
<gussmith@cs.washington.edu>
Wed, 22 May 2019 22:41:02 +0000
(15:41 -0700)
committer
Tianqi Chen
<tqchen@users.noreply.github.com>
Wed, 22 May 2019 22:41:02 +0000
(15:41 -0700)
src/api/api_pass.cc
patch
|
blob
|
history
diff --git
a/src/api/api_pass.cc
b/src/api/api_pass.cc
index
d6c92ae
..
e5b003c
100644
(file)
--- a/
src/api/api_pass.cc
+++ b/
src/api/api_pass.cc
@@
-130,6
+130,7
@@
REGISTER_PASS(RewriteUnsafeSelect);
REGISTER_PASS(Inline);
REGISTER_PASS(IRTransform);
REGISTER_PASS(VectorizeLoop);
+REGISTER_PASS(SkipVectorize);
REGISTER_PASS(UnrollLoop);
REGISTER_PASS(InjectCopyIntrin);
REGISTER_PASS(ThreadSync);