Move docstrings from PYI file to implementation

Added tests that docstrings exist and are not empty.

This closes #291
This commit is contained in:
Oleksandr Pavlyk
2025-12-09 09:39:10 -06:00
parent 34a089f805
commit 39c29026fd
4 changed files with 827 additions and 559 deletions

View File

@@ -92,3 +92,7 @@ del (
_module_fullname,
_get_cuda_major_version,
)
__doc__ = """
CUDA Kernel Benchmarking Library Python API
"""