Thomas Li
Thomas Li
Many pylibcudf functions are missing docstrings. Once pylibcudf is ready to be released, we should go - [ ] Add missing docstrings to any functions that are missing docstrings -...
TODO: - Formalize method for handling multiple "traces" in pipit - Nsight Systems contains many traces, interesting ones are - NVTX events - CUDA API trace (all cuda functions called)...
It's pretty nice for convenience, otherwise you'd have to do ``.sort_values(by="time.exc")`` It seems kind of common to want time taken in descending order too.
setup.py is deprecated. Someone should rewrite it using a pyproject.toml
Fix docs
We should also turn on PR previews in readthedocs https://docs.readthedocs.io/en/stable/pull-requests.html I think in the future it might be worth migrating to numpydoc style docstrings.
The copy keyword was previously not checked.
Changes - Fixed association of kernel launches to kernels - New time breakdown function breaking down time spent in each annotation - Upgrade flat_profile to allow showing breakdowns by different...
#### Reference Issues/PRs xref #26024 #### What does this implement/fix? Explain your changes. Makes roc_curve array API compatible. #### Any other comments?