Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson authored Apr 30, 2020
1 parent ae209f6 commit d64a117
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,19 @@ Carl Pearson's docker hub account is used to push images up to [cwpearson/nvidia
* [ ] multi-device
* [ ] interacting with `.qdrep` files.
* [ ] interacting with `.nsight-cuprof-report` files.
* [ ] Best Practices
* [ ] Fixing GPU frequency
* [ ] initial CUDA runtime cost
* [ ] Warmup Kernels
* [ ] `cuda-memcheck` race condition and sync check?
* Is stream 0 the default stream?
* Nsight System with MPI
* Nsight System with multi-GPU


## Inspirations

* https://developer.download.nvidia.com/video/gputechconf/gtc/2020/presentations/s22141-what-the-profiler-is-telling-you-how-to-get-the-most-performance-out-of-your-hardware.pdf
* https://developer.nvidia.com/gtc/2020/video/s22141
* https://developer.download.nvidia.com/video/gputechconf/gtc/2020/presentations/s21351-scaling-the-transformer-model-implementation-in-pytorch-across-multiple-nodes.pdf
* https://developer.nvidia.com/gtc/2020/video/s21351
* https://developer.nvidia.com/gtc/2020/video/s21351

0 comments on commit d64a117

Please sign in to comment.