Skip to content

Commit edddc50

Browse files
authored
Fix recursive_eltype not defined (#210)
1 parent 118ef79 commit edddc50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/ComponentArraysGPUArraysExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module ComponentArraysGPUArraysExt
22

33
using ComponentArrays, LinearAlgebra
4+
using ComponentArrays: recursive_eltype
45
isdefined(Base, :get_extension) ? (using GPUArrays) : (using ..GPUArrays)
56

67
const GPUComponentArray = ComponentArray{T,N,<:GPUArrays.AbstractGPUArray,Ax} where {T,N,Ax}

0 commit comments

Comments
 (0)