Difference between revisions of "Porting/ncnn"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (SSE4.1 missing for POWER9/Clang on Fedora 38: Caused by LLVM issue 64664) |
JeremyRand (talk | contribs) (Finished: load_param_mem pybind) |
||
Line 4: | Line 4: | ||
* [https://github.com/Tencent/ncnn/pull/4845 VSX toolchains: check for SSE2 support] | * [https://github.com/Tencent/ncnn/pull/4845 VSX toolchains: check for SSE2 support] | ||
* [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] | ||
= In progress = | = In progress = | ||
− | |||
* CI missing for POWER9/Clang | * CI missing for POWER9/Clang | ||
* SSE4.1 missing for POWER9/Clang on Fedora 38 | * SSE4.1 missing for POWER9/Clang on Fedora 38 |
Revision as of 03:23, 23 August 2023
Finished
- Translate x86_64 SSE to ppc64le VSX intrinsics
- VSX toolchains: check for SSE2 support
- Add POWER8 VSX toolchains
- load_param_mem pybind
In progress
- CI missing for POWER9/Clang
- SSE4.1 missing for POWER9/Clang on Fedora 38
- Caused by LLVM issue 64664
- Replace SSE with native VSX