-
Notifications
You must be signed in to change notification settings - Fork 915
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
Add environment variables for I/O thread pool and slice sizes #10218
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10218 +/- ##
================================================
+ Coverage 10.42% 10.47% +0.05%
================================================
Files 119 122 +3
Lines 20603 20487 -116
================================================
- Hits 2148 2147 -1
+ Misses 18455 18340 -115
Continue to review full report at Codecov.
|
@gpucibot merge |
Modified
getenv_or
to allow the default value of any type.Adds environment variables:
LIBCUDF_CUFILE_THREAD_COUNT
: integer, number of threads in the pool used for I/O (default 16);LIBCUDF_CUFILE_SLICE_SIZE
: integer, maximum size of cuFile reads/writes in bytes (default 4MB).