Difference between revisions of "Porting/ncnn"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (Finished: load_param_mem pybind) |
JeremyRand (talk | contribs) (Update POWER Clang version docs) |
||
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/pull/5174 Update POWER Clang version docs] | ||
= In progress = | = In progress = | ||
* CI missing for POWER9/Clang | * CI missing for POWER9/Clang | ||
− | |||
− | |||
* Replace SSE with native VSX | * Replace SSE with native VSX | ||
Revision as of 06:52, 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
- Update POWER Clang version docs
In progress
- CI missing for POWER9/Clang
- Replace SSE with native VSX