Difference between revisions of "Porting/ncnn"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (→In progress: Update Vulkan dependency docs) |
JeremyRand (talk | contribs) (Finished: Update Vulkan dependency docs) |
||
Line 8: | Line 8: | ||
* [https://github.com/Tencent/ncnn/pull/5121 support big endian platform, add powerpc ci] | * [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] | ||
+ | * [https://github.com/Tencent/ncnn/pull/5178 Update Vulkan dependency 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 02:51, 28 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
- Update Vulkan dependency docs
In progress
- CI missing for POWER9/Clang
- Replace SSE with native VSX