microsoft / microsoft/onnxruntime

Builld OnnxRuntime with CPU architecture of MIPS

Open
#8,971 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

contributions welcome core runtime feature request
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:

  1. support openblas
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.