-
Notifications
You must be signed in to change notification settings - Fork 928
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
Set the default number of threads in KvikIO thread pool to 8 #17126
Set the default number of threads in KvikIO thread pool to 8 #17126
Conversation
Linking #16718 to this PR |
We might consider adding The changes look good to me, FWIW. |
df9f756
to
7878b4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @kingcrimsontianyu
/merge |
7878b4f
to
eea4bdf
Compare
Description
Recent benchmarks have shown that setting the environment variable
KVIKIO_NTHREADS=8
in cuDF usually leads to optimal I/O performance. This PR internally sets the default KvikIO thread pool size to 8. The envKVIKIO_NTHREADS
will still be honored if users explicitly set it.Fixes #16718
Checklist