Difference between revisions of "Porting/ncnn"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (Update POWER Clang version docs) |
JeremyRand (talk | contribs) (→Finished: support big endian platform, add powerpc ci) |
||
Line 5: | Line 5: | ||
* [https://github.com/Tencent/ncnn/pull/4853 Add POWER8 VSX toolchains] | * [https://github.com/Tencent/ncnn/pull/4853 Add POWER8 VSX toolchains] | ||
* [https://github.com/Tencent/ncnn/pull/4924 load_param_mem pybind] | * [https://github.com/Tencent/ncnn/pull/4924 load_param_mem pybind] | ||
+ | * [https://github.com/Tencent/ncnn/issues/5063 test_squeezenet failed under Lubuntu 16.04 PowerPC 32-bit] | ||
+ | * [https://github.com/Tencent/ncnn/pull/5121 support big endian platform, add powerpc ci] | ||
* [https://github.com/Tencent/ncnn/pull/5174 Update POWER Clang version docs] | * [https://github.com/Tencent/ncnn/pull/5174 Update POWER Clang version docs] | ||
Revision as of 06:55, 27 November 2023
Finished
- Translate x86_64 SSE to ppc64le VSX intrinsics
- VSX toolchains: check for SSE2 support
- Add POWER8 VSX toolchains
- load_param_mem pybind
- test_squeezenet failed under Lubuntu 16.04 PowerPC 32-bit
- support big endian platform, add powerpc ci
- Update POWER Clang version docs
In progress
- CI missing for POWER9/Clang
- Replace SSE with native VSX