microsoft / microsoft/onnxruntime
Builld OnnxRuntime with CPU architecture of MIPS
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 179
Description
I build the ORT with mips CPU, but it cannot build library BLAS. There are two ways:
- support openblas
- re-implement library BLAS with MIPS
System information
- ONNX Runtime version (you are using):
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the ONNX Runtime build on a MIPS CPU and capture the BLAS-related failure. Then inspect the build configuration and BLAS integration points to determine whether OpenBLAS can be supported; done means the library builds successfully for MIPS with a documented BLAS path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, machine-learning, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100