NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
811 stars 63 forks source link

API Reference lacks logical organization and is hardly readable #11

Closed leofang closed 2 years ago

leofang commented 2 years ago

I am doing some internal tests using CUDA Python, and I find the Python API Reference is hardly readable. Currently all APIs (functions, classes (=C structs), attributes, etc) are all dumped in the same page. Furthermore, the docs for all modules (cuda, cudart, nvrtc) are also coalesced in the same page, making the situation even worse. This is a screenshot of the gargantua page:

截圖 2021-10-27 下午11 19 52

What I'd expect:

What we'll achieve by doing so:

leofang commented 2 years ago

Closing this issue as it's resolved since CUDA Python 11.6.0 👍