youwuyou/Ginkgo.jl

Remove the redundant `GkoDim{T}` type

Closed this issue · 0 comments

For ginkgo types that have direct correspondence to C representable struct, we want to avoid the redundant creation of the GkoDim{T} type. Instead we pass just the Julia Tuple types instead.