-
Notifications
You must be signed in to change notification settings - Fork 7
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
Redesign Mask #24
Redesign Mask #24
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #24 +/- ##
==========================================
+ Coverage 74.51% 74.52% +0.01%
==========================================
Files 30 30
Lines 2052 2057 +5
==========================================
+ Hits 1529 1533 +4
- Misses 523 524 +1 ☔ View full report in Codecov by Sentry. |
* use pkg ext and drop lts julia * add cuda as test deps * update adapt compat
* add AMDGPU support * remove patch noises * use gpuarrays ext * rework gemm interface * update test for switching gpu backend --------- Co-authored-by: Radu Diaconu <[email protected]>
…t with NNlib._fast_broadcast! for cpu performance
The goal of the redesign is to support:
https://github.com/chengchingwen/Transformers.jl/blob/91a3fe00bad5bb9ebff35b61356c3d52ad3efba3/src/loss.jl#L29-L31