question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation Issues

See original GitHub issue

Topics to be covered (User’s Guide)

Topics to be covered (API Reference)

  • Add notes for cupy.cuda.profiler.initialize, saying that this feature is deprecated in CUDA Toolkit and may be removed in future versions

Broken docstring formats (easy to fix, contribution welcome!)

Outdated docstrings (easy to fix, contribution welcome!)

  • cupy.asarray docstring says This function currently does not support the order option. but this is no longer valid and should be removed.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

7reactions
leofangcommented, Oct 27, 2021

@kmaehashi I’d like to have a new page added to “Tutorial”, placed between “Basics of CuPy” and “User-Defined Kernels”. I am thinking to call it “Advanced Tricks of Using CuPy”, in which we cover (a) a number of topics that advanced users would appreciate and (b) a number of items in which we invested efforts and would like users to try and give us feedbacks. My current list is:

  • How to use streams and events (we can mention PTDS here)
  • How to measure GPU time correctly (Ans: use cupyx.time.repeat)
  • Advanced FFT usage (cuFFT plan as context manager, inspect/manipulate the plan cache, multi-GPU FFT, callbacks, etc)
  • Link to “Interoperability”
  • Kernel autotuning with Optuna
  • CUB/cuTENSOR Backend (a demo using sum to show the speedup)
  • …what else? Comments and suggestions are welcome!

I’d also like to add a few more examples for RawModule (in “User-Defined Kernels”), mainly to show what can be done with the new options:

  • translate_cucomplex
  • name_expressions
  • jitify

I am hoping to get all these done in time before the code-freeze for v9.0.0, but we’ll see…

1reaction
leofangcommented, Apr 18, 2021

I can also send it if you like.

Ongoing in #5093. I don’t think I have time to cover everything I wanted to add before the v9 code frozen, but it’s a start…

Read more comments on GitHub >

github_iconTop Results From Across the Web

11+ Critical Document Management Challenges and Solutions
1- Digital file management chaos · 2- High document process cycle time · 3- Inconsistency · 4- Document traceability · 5- Losing important...
Read more >
Eight Common Issues Managing Project Documentation
Eight Common Issues Managing Project Documentation · Incorrect Template Usage · Unauthorized Content Changes · Information Omission · Incorrect ...
Read more >
Top Three Clinical Documentation Challenges
Jeri Ann identifies the top three clinical documentation challenges as follows: Lack of Documentation; Electronic Medical Records without ...
Read more >
How To Create Effective Issue Tracking Documents - Bit Blog
‍An issue tracker document is a resource that allows you and your team to document, share, and track issues with any product or...
Read more >
Poor Documentation: Why It Happens and How to Fix It
"The documentation in the medical record needs to be complete and accurate to ... Before tackling a documentation problem, health care organizations must ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found