{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
Note: the image above depicts the GPUs as connected via PCIe, but when UVA is supported it works over NVLink and/or NVSwitch as well.
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Direct Peer Memory Access" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "UVA also supports [direct access of peer GPU memory](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#peer-to-peer-memory-access), which is sometimes called _GPUDirect Peer-to-Peer (P2P)_. GPU Direct P2P, which is possible when multiple GPUs are connected to the same PCI-e tree or via NVLINK, is a distinct concept from UVA, but is orthogonal to and facilitated by it." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "