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

[Feature Request] Implement dynamically sized CPU sets for linux. #21241

Open
hpcpony opened this issue Jul 3, 2024 · 0 comments
Open

[Feature Request] Implement dynamically sized CPU sets for linux. #21241

hpcpony opened this issue Jul 3, 2024 · 0 comments
Labels
core runtime issues related to core runtime feature request request for unsupported feature or enhancement

Comments

@hpcpony
Copy link

hpcpony commented Jul 3, 2024

Describe the feature request

Implement dynamically sized CPU sets in onnxruntime/core/platform/posix/env.cc (ThreadMain) so that systems with more than 1024 cores are handled properly. The linux man page for cpu_set describes the necessary calls: CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_ZERO_S, CPU_SET_S...

Describe scenario use case

Using any systems with more than 1024 cores.

@hpcpony hpcpony added the feature request request for unsupported feature or enhancement label Jul 3, 2024
@skottmckay skottmckay added the core runtime issues related to core runtime label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core runtime issues related to core runtime feature request request for unsupported feature or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants