Re: [PATCH] doc: fix typos and wording of cuda guide

2023-07-19 Thread Thomas Monjalon
03/07/2023 10:14, Ali Alnubani: > Adds missing punctuation, and improves wording. > Additionally, one of the example commands for adding CUDA > headers to CFLAGS is removed as it's redundant. > > Fixes: 24c77594e08f ("gpu/cuda: map GPU memory with GDRCopy") > Fixes: 1306a73b1958 ("gpu/cuda: introd

Re: [PATCH] doc: fix typos and wording of cuda guide

2023-07-19 Thread Thomas Monjalon
03/07/2023 10:14, Ali Alnubani: > Adds missing punctuation, and improves wording. > Additionally, one of the example commands for adding CUDA > headers to CFLAGS is removed as it's redundant. > > Fixes: 24c77594e08f ("gpu/cuda: map GPU memory with GDRCopy") > Fixes: 1306a73b1958 ("gpu/cuda: introd

[PATCH] doc: fix typos and wording of cuda guide

2023-07-03 Thread Ali Alnubani
Adds missing punctuation, and improves wording. Additionally, one of the example commands for adding CUDA headers to CFLAGS is removed as it's redundant. Fixes: 24c77594e08f ("gpu/cuda: map GPU memory with GDRCopy") Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver") Cc: eagost...@nvidia.com