[WIP] Add OpenGL topi. (#836)
[TOPI][GL] OpenGL topi.
Showing
- include/tvm/ir.h 7 additions, 0 deletionsinclude/tvm/ir.h
- include/tvm/schedule.h 3 additions, 0 deletionsinclude/tvm/schedule.h
- python/tvm/target.py 11 additions, 0 deletionspython/tvm/target.py
- src/codegen/codegen_opengl.cc 30 additions, 26 deletionssrc/codegen/codegen_opengl.cc
- src/codegen/codegen_opengl.h 3 additions, 0 deletionssrc/codegen/codegen_opengl.h
- src/codegen/intrin_rule_opengl.cc 32 additions, 0 deletionssrc/codegen/intrin_rule_opengl.cc
- src/pass/storage_flatten.cc 16 additions, 2 deletionssrc/pass/storage_flatten.cc
- src/runtime/opengl/opengl_device_api.cc 1 addition, 1 deletionsrc/runtime/opengl/opengl_device_api.cc
- src/schedule/schedule_lang.cc 3 additions, 0 deletionssrc/schedule/schedule_lang.cc
- src/schedule/schedule_ops.cc 5 additions, 0 deletionssrc/schedule/schedule_ops.cc
- tests/webgl/test_local_topi_conv2d_nchw.py 82 additions, 0 deletionstests/webgl/test_local_topi_conv2d_nchw.py
- tests/webgl/test_local_topi_dense.py 59 additions, 0 deletionstests/webgl/test_local_topi_dense.py
- tests/webgl/test_local_topi_pooling.py 115 additions, 0 deletionstests/webgl/test_local_topi_pooling.py
- tests/webgl/test_local_topi_softmax.py 79 additions, 0 deletionstests/webgl/test_local_topi_softmax.py
- topi/python/topi/__init__.py 1 addition, 0 deletionstopi/python/topi/__init__.py
- topi/python/topi/opengl/__init__.py 9 additions, 0 deletionstopi/python/topi/opengl/__init__.py
- topi/python/topi/opengl/conv2d_nchw.py 50 additions, 0 deletionstopi/python/topi/opengl/conv2d_nchw.py
- topi/python/topi/opengl/dense.py 49 additions, 0 deletionstopi/python/topi/opengl/dense.py
- topi/python/topi/opengl/injective.py 36 additions, 0 deletionstopi/python/topi/opengl/injective.py
- topi/python/topi/opengl/pooling.py 94 additions, 0 deletionstopi/python/topi/opengl/pooling.py
src/codegen/intrin_rule_opengl.cc
0 → 100644
tests/webgl/test_local_topi_conv2d_nchw.py
0 → 100644
tests/webgl/test_local_topi_dense.py
0 → 100644
tests/webgl/test_local_topi_pooling.py
0 → 100644
tests/webgl/test_local_topi_softmax.py
0 → 100644
topi/python/topi/opengl/__init__.py
0 → 100644
topi/python/topi/opengl/conv2d_nchw.py
0 → 100644
topi/python/topi/opengl/dense.py
0 → 100644
topi/python/topi/opengl/injective.py
0 → 100644
topi/python/topi/opengl/pooling.py
0 → 100644
Please register or sign in to comment