Skip to content

Commit 15f54e6

Browse files
authored
Remove SArray import
1 parent 5b22527 commit 15f54e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/StaticArraysExt.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
module StaticArraysExt
22

33
import KernelAbstractions: get_backend, CPU
4-
using StaticArrays: SizedArray, MArray, SArray
4+
using StaticArrays: SizedArray, MArray
55

66
get_backend(A::SizedArray) = get_backend(A.data)
77
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()
108

119
end

0 commit comments

Comments
 (0)