Difference between revisions of "Porting/ncnn"

From RCS Wiki
Jump to navigation Jump to search
(→‎In progress: load_param_mem pybind)
(SSE4.1 missing for POWER9/Clang on Fedora 38: Caused by LLVM issue 64664)
Line 10: Line 10:
 
* 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
 +
** Caused by [[Porting/LLVM|LLVM]] issue 64664
 
* Replace SSE with native VSX
 
* Replace SSE with native VSX
  

Revision as of 03:22, 23 August 2023

Finished

In progress

  • load_param_mem pybind
  • CI missing for POWER9/Clang
  • SSE4.1 missing for POWER9/Clang on Fedora 38
    • Caused by LLVM issue 64664
  • Replace SSE with native VSX

See Also