Add shuffle support to TVM (#3633)
authorJian Weng <jian.weng@ucla.edu>
Thu, 1 Aug 2019 19:52:33 +0000 (12:52 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 1 Aug 2019 19:52:33 +0000 (12:52 -0700)
commita279dd0e58913da45b0e19653b99bb9c21233e51
treea41ca977491a841851f52b4c96cf0459add0ffea
parent9ae01e0b0777323001b67291311c36fd10a477d4
Add shuffle support to TVM (#3633)
12 files changed:
include/tvm/ir_functor_ext.h
include/tvm/ir_visitor.h
src/codegen/build_common.h
src/codegen/codegen_c.cc
src/codegen/codegen_c.h
src/codegen/codegen_cuda.cc
src/codegen/codegen_cuda.h
src/codegen/llvm/codegen_llvm.cc
src/codegen/llvm/codegen_llvm.h
src/pass/ir_visitor.cc
tests/python/unittest/test_codegen_cuda.py
tests/python/unittest/test_codegen_llvm.py