This fails right now: ```julia julia> using KernelAbstractions, StaticArrays julia> get_backend(MVector(1,2,3)) ERROR: ArgumentError: Implement `KernelAbstractions.get_backend(::MVector{3, Int64})` Stacktrace: [1] get_backend(A::MVector{3, Int64}) @ KernelAbstractions ~/.julia/packages/KernelAbstractions/C3nYQ/src/KernelAbstractions.jl:522 [2] top-level scope @ REPL[6]:1 ```