[TOPI] add injective scheduler for HLS backends (#1553)
* [TOPI] add injective scheduler for HLS backends * Introduced PrintBinaryExpr
Showing
- src/codegen/build_module.cc 2 additions, 0 deletionssrc/codegen/build_module.cc
- src/codegen/codegen_vhls.cc 41 additions, 0 deletionssrc/codegen/codegen_vhls.cc
- src/codegen/codegen_vhls.h 2 additions, 0 deletionssrc/codegen/codegen_vhls.h
- src/codegen/intrin_rule_vhls.cc 15 additions, 0 deletionssrc/codegen/intrin_rule_vhls.cc
- topi/python/topi/__init__.py 1 addition, 0 deletionstopi/python/topi/__init__.py
- topi/python/topi/hls/__init__.py 5 additions, 0 deletionstopi/python/topi/hls/__init__.py
- topi/python/topi/hls/injective.py 31 additions, 0 deletionstopi/python/topi/hls/injective.py
- topi/tests/python/test_topi_broadcast.py 2 additions, 0 deletionstopi/tests/python/test_topi_broadcast.py
- topi/tests/python/test_topi_clip.py 1 addition, 1 deletiontopi/tests/python/test_topi_clip.py
- topi/tests/python/test_topi_math.py 1 addition, 1 deletiontopi/tests/python/test_topi_math.py
- topi/tests/python/test_topi_relu.py 1 addition, 1 deletiontopi/tests/python/test_topi_relu.py
- topi/tests/python/test_topi_transform.py 9 additions, 9 deletionstopi/tests/python/test_topi_transform.py
Loading
Please register or sign in to comment