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

Enable GDS and Support Runtime Context (__enter__, __exit__) for CuFileDriver and CuImage #106

Merged
merged 4 commits into from
Sep 29, 2021

Commits on Sep 29, 2021

  1. Enable GDS with GDS v1.0.0

    gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    7f84ed8 View commit details
    Browse the repository at this point in the history
  2. Do not use GDS if in WSL

    GDS v1.0.0 does not support WSL and executing
    this can cause the following error:
    
        Assertion failure, file index :cufio-udev  line :143
    
    So do not call cuFileDriverOpen() if the
    current platform is WSL.
    gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d01cf13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb624d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d80efe View commit details
    Browse the repository at this point in the history