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

Provide a better error message when CUDA::cuda_driver not found #8794

Commits on Jul 20, 2021

  1. Provide a better error message when CUDA::cuda_driver not found

    cuDF JITIFY sources require the the CUDA driver ( libcuda.so ) or
    stub to exist for correct compilation/linking. If they can't be
    found explain why, instead of producing a bad error message
    robertmaynard committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    59a11ca View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Update cpp/CMakeLists.txt

    Co-authored-by: Mark Harris <[email protected]>
    robertmaynard and harrism authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c4a9254 View commit details
    Browse the repository at this point in the history