Area
cuda.core
Is your feature request related to a problem? Please describe.
See comment https://github.com/NVIDIA/cuda-python/pull/1316/changes#r2598892097
Describe the solution you'd like
Explore using .pyi files for type signatures and docstrings. Use .pyx only for implementation. If a good solution is found, update docs/developer-guide.md.
Area
cuda.core
Is your feature request related to a problem? Please describe.
See comment https://github.com/NVIDIA/cuda-python/pull/1316/changes#r2598892097
Describe the solution you'd like
Explore using
.pyifiles for type signatures and docstrings. Use.pyxonly for implementation. If a good solution is found, update docs/developer-guide.md.