Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

MultiGPU Setup #34

Merged
merged 7 commits into from
Feb 27, 2024
Merged

MultiGPU Setup #34

merged 7 commits into from
Feb 27, 2024

Conversation

avik-pal
Copy link
Member

@avik-pal avik-pal commented Feb 24, 2024

Fixes LuxDL/Lux.jl#480

  • Setup
  • Testing
  • Adaptor
  • Manual Entry based on CUDA multigpu
  • Update get_device to return the correct Device

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

Attention: Patch coverage is 60.16260% with 49 lines in your changes are missing coverage. Please review.

Project coverage is 50.66%. Comparing base (6137fb7) to head (8a9985c).

Files Patch % Lines
src/LuxDeviceUtils.jl 50.84% 29 Missing ⚠️
ext/LuxDeviceUtilsLuxAMDGPUExt.jl 73.33% 8 Missing ⚠️
ext/LuxDeviceUtilsLuxCUDAExt.jl 73.33% 8 Missing ⚠️
ext/LuxDeviceUtilsMetalGPUArraysExt.jl 0.00% 3 Missing ⚠️
ext/LuxDeviceUtilsSparseArraysExt.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   45.69%   50.66%   +4.96%     
==========================================
  Files           8        9       +1     
  Lines         151      227      +76     
==========================================
+ Hits           69      115      +46     
- Misses         82      112      +30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@avik-pal avik-pal merged commit ce8b898 into main Feb 27, 2024
18 checks passed
@avik-pal avik-pal deleted the ap/multigpu branch February 27, 2024 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to choose a specific GPU device
1 participant