microsoft / microsoft/onnxruntime

[C#] Documentation on how to coordinate the external Onnxruntime-Extension

Open
#11,655 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
Dominant language
C++
Stars
21.9k
Forks
4.2k
Avg merge
4d 8h
Merged PRs (30d)
179

Description

Is your feature request related to a problem? Please describe.
Onnxruntime refers to the external repository Onnxruntime-Extension which is 9 month old. It is unclear what benefits to include the latest master branch of Onnxruntime-Extension. It is unclear for a given issue using Onnxruntime-extension in c#, which repository, onnxruntime or onnxruntime-extension to file an issue.

There are no samples or test for c# in onnxruntime-extension repo. Most of them are in c++
image

There is one test for c# related to onnxruntime-extension in onnxruntime csharp folder.
image

System information

  • ONNX Runtime version (latest):

Describe the solution you'd like

We need an improvement supporting C# Custom Op development experience.

[First]
We need to address these feature requests

to support better c# for onnxruntime-extension development experience.

[Second]
We need documentation and if possible c# project which combines c++ custom opt dll generation and the c# test project to test-driven the generated custom opt dll.

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

Start with the existing C# test in the onnxruntime C# folder and the linked build and library issues #11654 and #11653. Review how the onnxruntime and onnxruntime-extension repositories currently coordinate custom-op development. Done means providing build and ownership guidance, plus a documented or demonstrated C++ custom-op DLL and C# test workflow.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, csharp
Domain
documentation, machine-learning
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.