GPUArrays.jl icon indicating copy to clipboard operation
GPUArrays.jl copied to clipboard

Stable docs out of date

Open oschulz opened this issue 4 years ago • 2 comments

Is the docs generation broken? https://juliagpu.github.io/GPUArrays.jl/stable/ is still stuck at v2.0.1

CC @lmh91

oschulz avatar Oct 14 '21 10:10 oschulz

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.

maleadt avatar Nov 18 '21 15:11 maleadt

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. ;-)

oschulz avatar Nov 19 '21 00:11 oschulz