Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mobile] How custom threading callbacks in java. I want bind the thread to the big core of cpu. #19860

Open
WLHere opened this issue Mar 12, 2024 · 2 comments
Labels
api:Java issues related to the Java API platform:mobile issues related to ONNX Runtime mobile; typically submitted using template stale issues that have not been addressed in a while; categorized by a bot

Comments

@WLHere
Copy link

WLHere commented Mar 12, 2024

Describe the issue

c++ has api custom threading callbacks, but java don't has the api. does the default thread binded to big core of cpu?

To reproduce

i cannot found way bind thread to big core of cpu

Urgency

No response

Platform

Android

OS Version

android 13

ONNX Runtime Installation

Built from Source

Compiler Version (if 'Built from Source')

No response

Package Name (if 'Released Package')

None

ONNX Runtime Version or Commit ID

1.17.1

ONNX Runtime API

Java/Kotlin

Architecture

ARM64

Execution Provider

Default CPU

Execution Provider Library Version

No response

@WLHere WLHere added the platform:mobile issues related to ONNX Runtime mobile; typically submitted using template label Mar 12, 2024
@github-actions github-actions bot added the api:Java issues related to the Java API label Mar 12, 2024
@Craigacp
Copy link
Contributor

The thread creation struct is opaque in the C API. How would you specify a thread creation function in Java?

Copy link
Contributor

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

@github-actions github-actions bot added the stale issues that have not been addressed in a while; categorized by a bot label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:Java issues related to the Java API platform:mobile issues related to ONNX Runtime mobile; typically submitted using template stale issues that have not been addressed in a while; categorized by a bot
Projects
None yet
Development

No branches or pull requests

2 participants