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

Handle minimum GPU architecture supported [databricks] #10540

Merged
merged 14 commits into from
Mar 15, 2024

Commits on Mar 4, 2024

  1. Add conf for minimum supported CUDA and error handling

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7b8eaea View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    a77947f View commit details
    Browse the repository at this point in the history
  2. Verify the GPU architecture is supported by the plugin libraries

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    acd3371 View commit details
    Browse the repository at this point in the history
  3. Use semi-colon as delimiter and use intersection of supported gpu arc…

    …hitectures
    
    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    80285ec View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Allow for compatibility with major architectures

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e138265 View commit details
    Browse the repository at this point in the history
  2. Check for version as integers

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d08129e View commit details
    Browse the repository at this point in the history
  3. Modify compatibility check for same major version and same or higher …

    …minor version
    
    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    706856e View commit details
    Browse the repository at this point in the history
  4. Add a config to skip verification and refactor checking

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e13581f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Update RapidsConf.scala

    Co-authored-by: Jason Lowe <jlowe@nvidia.com>
    parthosa and jlowe authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    592bed0 View commit details
    Browse the repository at this point in the history
  2. Update verification logic

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3a1595b View commit details
    Browse the repository at this point in the history
  3. Update warning message

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8f730ba View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add unit tests and update warning message.

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    05f74d2 View commit details
    Browse the repository at this point in the history
  2. Update exception class

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    75bd945 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
    parthosa committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8673f2a View commit details
    Browse the repository at this point in the history