v0.2.1: Merge pull request #51 from JDAI-CV/fix_non_128_bug
Changes:
- c472484 Merge pull request #51 from JDAI-CV/fix_non_128_bug
- a71711e move some missing net->read after setting optimize field
- fcddeb4 Fix wrong method in some cases
- 3d58980 move net->read after set optimize field
- d12dd8b Revert "use bgemm_naive instead of bconv_naive as fallback due to the 128-align weight"
- 7d59669 Revert "use bgemm_naive instead of bconv_naive when non-optimize"
- 2cac191 Revert "Revert "use bgemm_naive instead of bconv_naive as fallback due to the 128-align weight""
- 337f55f Revert "use bgemm_naive instead of bconv_naive as fallback due to the 128-align weight"
- cec3499 use bgemm_naive instead of bconv_naive when non-optimize
- 418c8d7 make eigen public header
See more
- 9395a01 Add run_net_x86 configuration
- 41f6fca delay the alignment check into point() -- the only place using hstep
- be606fa use bgemm_naive instead of bconv_naive as fallback due to the 128-align weight
- 7af8be7 check c>0 only when data_num != 0
- bcfab34 Move eigen to third_party and include them as system headers
- a22bb11 Update docs for v0.2.0
This list of changes was auto generated.