From ac6101a6ecf84e6c25c76684a522651b1574fe8d Mon Sep 17 00:00:00 2001 From: Arnav Goel Date: Tue, 20 Feb 2024 17:29:02 -0800 Subject: [PATCH 1/3] Update README for GPU class --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4b48a..7aa22f7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The library comes with a few tests like: ## Requirements -GPUDirect RDMA requires NVIDIA Tesla or Quadro class GPUs based on Kepler, +GPUDirect RDMA requires NVIDIA Data Center or Professional Graphics GPUs based on Kepler, Pascal, Volta, or Turing, see [GPUDirect RDMA](http://developer.nvidia.com/gpudirect). For more technical informations, please refer to the official GPUDirect RDMA [design From 3ac5346442e081913bcdf5c967baa1d0884347f8 Mon Sep 17 00:00:00 2001 From: Arnav Goel Date: Tue, 20 Feb 2024 22:19:22 -0800 Subject: [PATCH 2/3] Address comments --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aa22f7..b7b20a1 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ The library comes with a few tests like: ## Requirements -GPUDirect RDMA requires NVIDIA Data Center or Professional Graphics GPUs based on Kepler, -Pascal, Volta, or Turing, see [GPUDirect +GPUDirect RDMA requires NVIDIA Data Center or Professional Graphics GPUs based on Kepler or newer generations, see [GPUDirect RDMA](http://developer.nvidia.com/gpudirect). For more technical informations, please refer to the official GPUDirect RDMA [design document](http://docs.nvidia.com/cuda/gpudirect-rdma). From d48f22b3865a0dbffb867ab261b0125433801f52 Mon Sep 17 00:00:00 2001 From: Arnav Goel Date: Sun, 25 Feb 2024 22:33:28 -0800 Subject: [PATCH 3/3] Address comments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7b20a1..1f4ab32 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ The library comes with a few tests like: ## Requirements -GPUDirect RDMA requires NVIDIA Data Center or Professional Graphics GPUs based on Kepler or newer generations, see [GPUDirect -RDMA](http://developer.nvidia.com/gpudirect). For more technical informations, +GPUDirect RDMA requires [NVIDIA Data Center GPU](https://www.nvidia.com/en-us/data-center/) or [NVIDIA RTX GPU](https://www.nvidia.com/en-us/design-visualization/rtx/) (formerly Tesla and Quadro) based on Kepler or newer generations, see [GPUDirect +RDMA](http://developer.nvidia.com/gpudirect). For more general information, please refer to the official GPUDirect RDMA [design document](http://docs.nvidia.com/cuda/gpudirect-rdma).