We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b22527 commit 15f54e6Copy full SHA for 15f54e6
ext/StaticArraysExt.jl
@@ -1,11 +1,9 @@
1
module StaticArraysExt
2
3
import KernelAbstractions: get_backend, CPU
4
-using StaticArrays: SizedArray, MArray, SArray
+using StaticArrays: SizedArray, MArray
5
6
get_backend(A::SizedArray) = get_backend(A.data)
7
get_backend(::MArray) = CPU()
8
-# TODO: It makes sense to pass SArray to the GPU backend, so we can't make a determination
9
-# get_backend(::SArray) = CPU()
10
11
end
0 commit comments