Files
dongyang-mt c857fa27d7 [MNN:Feature] Add Moore Threads MUSA Backend Support (#4182)
- Add MNN_FORWARD_MUSA forward type in MNNForwardType.h
- Implement MUSA backend core framework (MusaBackend.hpp/cpp)
- Implement MUSA runtime wrapper (MusaRuntime.hpp/cpp)
- Add MUSA backend registration (Register.cpp)
- Add CMakeLists.txt for MUSA backend build configuration
- Implement basic operators:
  - UnaryExecution (ReLU, Sigmoid, TanH, etc.)
  - BinaryExecution (Add, Sub, Mul, Div, etc.)
  - SoftmaxExecution
  - PoolExecution (MaxPool, AvgPool)
- Update main CMakeLists.txt to include MUSA backend option (MNN_MUSA)

This enables MNN to run on Moore Threads GPUs using the MUSA platform.

Co-authored-by: dong.yang <hiyangdong@hotmail.com>
2026-04-02 11:21:24 +08:00
..
2019-05-24 11:26:54 +08:00
2019-04-19 20:50:09 +08:00
2025-04-28 11:50:24 +08:00
2019-06-17 20:10:35 +08:00