[TOPI] conv2d avx (#883)
* conv2d schedules for Intel CPU (AVX2 & AVX512) * fix lint * remove override register
Showing
- CODEOWNERS 1 addition, 1 deletionCODEOWNERS
- CONTRIBUTORS.md 1 addition, 1 deletionCONTRIBUTORS.md
- topi/python/topi/x86/conv2d.py 123 additions, 23 deletionstopi/python/topi/x86/conv2d.py
- topi/python/topi/x86/conv2d_avx_1x1.py 135 additions, 0 deletionstopi/python/topi/x86/conv2d_avx_1x1.py
- topi/python/topi/x86/conv2d_avx_common.py 151 additions, 0 deletionstopi/python/topi/x86/conv2d_avx_common.py
- topi/tests/python/test_topi_conv2d_nchw.py 2 additions, 2 deletionstopi/tests/python/test_topi_conv2d_nchw.py
topi/python/topi/x86/conv2d_avx_1x1.py
0 → 100644
topi/python/topi/x86/conv2d_avx_common.py
0 → 100644
Please register or sign in to comment