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.
recursive_eltype
1 parent 118ef79 commit edddc50Copy full SHA for edddc50
ext/ComponentArraysGPUArraysExt.jl
@@ -1,6 +1,7 @@
1
module ComponentArraysGPUArraysExt
2
3
using ComponentArrays, LinearAlgebra
4
+using ComponentArrays: recursive_eltype
5
isdefined(Base, :get_extension) ? (using GPUArrays) : (using ..GPUArrays)
6
7
const GPUComponentArray = ComponentArray{T,N,<:GPUArrays.AbstractGPUArray,Ax} where {T,N,Ax}
0 commit comments