GPUArrays.jl
GPUArrays.jl copied to clipboard
Stable docs out of date
Is the docs generation broken? https://juliagpu.github.io/GPUArrays.jl/stable/ is still stuck at v2.0.1
CC @lmh91
Looks like it. The documentation at https://juliagpu.github.io/GPUArrays.jl/dev/ seems up to date though.
The documentation is very sparse though, so it's not like you're missing much :-) The package has lost all of its user-facing functionality, and the reference implementation is probably as good documentation as it gets for developers wanting to build on GPUArrays.
The package has lost all of its user-facing functionality
Well, the existence of AbstractGPUArray that applications can use in method signatures and that comes with comparatively lightweight dependencies is still an important user-facing functionality. ;-)