-
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
[QST] How to check if GDS is enabled #8838
Comments
@vuule has a PR to update the docs with all the GDS-enabled formats: #8805 |
If you set the variable to 'ALWAYS', the cuFile library will always be used for IO. In addition, the cufile's compatibility mode will be enabled. This means that cuFile will do host reads/writes + memcopy if GDS is not available on the given drive/system. |
This issue has been labeled |
I think we can close this. We also have moved to having GDS on by default: |
Hi. I read the document about GPUDirect storage. Since there is not an example so I want to ask it here.
First, is this the right code to enable GDS?
'''
os.environ['LIBCUDF_CUFILE_POLICY'] = 'ALWAYS'
'''
Second, the document says when the variable is set to 'ALWAYS', it would throw an exception when GDS fails. Then if cudf.read_csv() works that would mean GDS is successful?
The text was updated successfully, but these errors were encountered: