-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bump compat for GPUArraysCore to 0.2, (keep existing compat) #47
Conversation
Failing Downgrade tests are due to |
Tests still run on GPUArraysCore v0.2, some deps will need to update first. |
84b875d
to
939b5c1
Compare
5dae62e
to
cfe4973
Compare
cfe4973
to
b0df279
Compare
Basically, this PR does what #46 is proposing. |
1a39a3a
to
436ae11
Compare
Test still use the old GPUArraysCore and StructArrays, looks like some deps need to update first. |
That's because of RadiationDetectorSignals. |
I also exchanged
using GPUArraysCore
withimport GPUArraysCore
and added the prefixGPUArraysCore
everywhere where it is used (which seems to be only in one line intranspose.jl
).