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

make gpu(x) = gpu_device()(x) #2502

Merged
merged 11 commits into from
Oct 22, 2024

rework guide

a216eb8
Select commit
Loading
Failed to load commit list.
Merged

make gpu(x) = gpu_device()(x) #2502

rework guide
a216eb8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2024 in 0s

33.46% (-1.13%) compared to 31dccd1, passed because coverage increased by 0.12% when compared to adjusted base (33.33%)

View this Pull Request on Codecov

33.46% (-1.13%) compared to 31dccd1, passed because coverage increased by 0.12% when compared to adjusted base (33.33%)

Details

Codecov Report

Attention: Patch coverage is 45.45455% with 6 lines in your changes missing coverage. Please review.

Project coverage is 33.46%. Comparing base (31dccd1) to head (a216eb8).

Files with missing lines Patch % Lines
ext/FluxAMDGPUExt/functor.jl 40.00% 3 Missing ⚠️
src/deprecations.jl 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2502      +/-   ##
==========================================
- Coverage   34.58%   33.46%   -1.13%     
==========================================
  Files          35       31       -4     
  Lines        1995     1829     -166     
==========================================
- Hits          690      612      -78     
+ Misses       1305     1217      -88     

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