[Hybrid script] Backend support (#2477)
* a preliminary version is done? * we no longer need the redundant hybrid/api.py * support assert stmt * cast supported * intrin -> runtime; util is mainly in charge of compilation time * assert statement * fix python lint * fix cpp lint * on the way to module * rollback .cc * fix typo, no direct expose then * @vinx13 ceil is added i guess? * wip... * temp commit * fix import * i preliminary version is done? * on the way to build hybrid module * nearly fixed... * dumped python are equiv as original python * on the way to bootstrap * cpu bootstrap done * bootstrap! * fix lint * fix doc * resolve some review concerns * support load/save * fix lint * thanks to xqdan fixed my typo * fix build, make dump non-optional * add vthread * jesus why i added this
Showing
cmake/modules/contrib/HybridDump.cmake
0 → 100644
python/tvm/hybrid/api.py
deleted
100644 → 0
python/tvm/hybrid/module.py
0 → 100644
src/contrib/hybrid/codegen_hybrid.cc
0 → 100644
This diff is collapsed.
Click to expand it.
src/contrib/hybrid/codegen_hybrid.h
0 → 100644
Please
register
or
sign in
to comment