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

Fix device ID in s3_client_manager #5533

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Commits on Jun 18, 2024

  1. Fix device ID in s3_client_manager

    - s3_client_manager uses a thread to perform reading but
      by default uses GPU device 0. As it doesn't use GPU at all
      this PR changes the device ID to CPU_ONLY_DEVICE_ID
    
    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fa88740 View commit details
    Browse the repository at this point in the history