-
Notifications
You must be signed in to change notification settings - Fork 38
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
Initial KernelAbstractions.jl integration. #233
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #233 +/- ##
==========================================
+ Coverage 71.60% 72.72% +1.12%
==========================================
Files 7 8 +1
Lines 324 407 +83
==========================================
+ Hits 232 296 +64
- Misses 92 111 +19 ☔ View full report in Codecov by Sentry. |
Excellent! |
The last can of worms is probably atomics... |
Hopefully that shouldn't too hard, I have them wrapped already from oneAPI.jl: https://github.com/JuliaGPU/OpenCL.jl/blob/master/lib/intrinsics/src/atomic.jl EDIT: Atomix.jl apparently, so I guess this is a matter of duplicating https://github.com/JuliaConcurrent/Atomix.jl/tree/main/lib/AtomixCUDA |
dcaf45b
to
687541b
Compare
Demo:
cc @vchuravy