NVIDIA / CUDALibrarySamples

CUDA Library Samples
Other
1.59k stars 341 forks source link

CUBLAS readme fixes #134

Closed dlesnoff closed 1 year ago

dlesnoff commented 1 year ago

Fix #88. Also fix broken links. The documentation links did not have correct header names, and was thus redirecting to the start of the CUBLAS documentation instead of the function documentation.

My editor automatically removes the trailing whitespaces. Sorry if it makes the git diff harder to read. Are these trailing whitespaces important? It did not look so to me.

dlesnoff commented 1 year ago

Whitespaces seem to be pretty consistent. You probably want to keep them. I will try to revert the changes and disable automatic removal of trailing whitespaces.

dlesnoff commented 1 year ago

Removed whitespace modifications and made a shell script to fix all obsolete documentation links. @pmajch @maheshkha Ready for review.