JuliaGPU / GPUArrays.jl

Reusable array functionality for Julia's various GPU backends.
MIT License
313 stars 74 forks source link

derive API: Remove `N::Int` parameter #501

Closed maleadt closed 5 months ago

maleadt commented 8 months ago

It can be derived from the ::Dims argument, in a type-stable way.

maleadt commented 5 months ago

https://github.com/JuliaGPU/GPUArrays.jl/pull/508