Skip to content

Commit

Permalink
Merge pull request #322 from NLeSC/gpu-links
Browse files Browse the repository at this point in the history
Fixed issue #299
  • Loading branch information
egpbos authored Nov 18, 2023
2 parents 2b9ba80 + d974fdd commit d85f91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions best_practices/language_guides/opencl_cuda.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* [cuBLAS](http://docs.nvidia.com/cuda/cublas/index.html)
* [NVBLAS](http://docs.nvidia.com/cuda/nvblas/index.html)
* [cuFFT](http://docs.nvidia.com/cuda/cufft/index.html)
* [nvGRAPH](http://docs.nvidia.com/cuda/nvgraph/index.html)
* [cuGRAPH](https://docs.rapids.ai/api/cugraph/stable/)
* [cuRAND](http://docs.nvidia.com/cuda/curand/index.html)
* [cuSPARSE](http://docs.nvidia.com/cuda/cusparse/index.html)

Expand All @@ -55,7 +55,7 @@
## Debugging and Profiling Tools
* [Nvidia Visual Profiler](https://developer.nvidia.com/nvidia-visual-profiler) [[User Guide](http://docs.nvidia.com/cuda/profiler-users-guide)]
* [CUDA-GDB](http://docs.nvidia.com/cuda/cuda-gdb/index.html)
* [CUDA-MEMCHECK](http://docs.nvidia.com/cuda/cuda-memcheck/index.html)
* [compute-sanitizer](https://docs.nvidia.com/cuda/compute-sanitizer/index.html)


## Performance Optimization
Expand Down

0 comments on commit d85f91c

Please sign in to comment.