Skip to content

Commit

Permalink
Merge pull request #101 from N8-CIR-Bede/jsteyn-patch-1
Browse files Browse the repository at this point in the history
Ad terms
  • Loading branch information
ptheywood authored Feb 21, 2022
2 parents 49dc4f9 + 61ade9e commit 81c5e55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions glossary/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Glossary

Graphics Processing Unit (GPU)
A graphics processing unit is a specialised electronic circuit that is designed to rapidly manipulate and alter memory for the creation of images, intended for output to a display device, in a frame buffer.

Remote Direct Memory Access (RDMA)
In computing, remote direct memory access (RDMA) is a direct memory access from the memory of one computer into that of another without involving either one's operating system. This permits high-throughput, low-latency networking, which is especially useful in massively parallel computer clusters.

GPUDirect RDMA
GPUDirect RDMA is a technology introduced in Kepler-class GPUs and CUDA 5.0 that enables a direct path for data exchange between the GPU and a third-party peer device using standard features of PCI Express. Examples of third-party devices are: network interfaces, video acquisition devices, storage adapters. (https://docs.nvidia.com/cuda/gpudirect-rdma/index.html)

0 comments on commit 81c5e55

Please sign in to comment.