Quiz time!
Let’s review what we have learned in this chapter by answering a few questions. Initially, try to answer these questions without consulting the material.
Note
The answers to all these questions are available at https://github.com/PacktPublishing/Accelerate-Model-Training-with-PyTorch-2.X/blob/main/quiz/chapter10-answers.md.
Before starting the quiz, remember that this is not a test! This section aims to complement your learning process by revising and consolidating the content covered in this chapter.
Choose the correct option for the following questions.
- Which are the three main types of GPU interconnection technologies?
- PCI Express, NCCL, and GPU-Link.
- PCI Express, NVLink, and NVSwitch.
- PCI Express, NCCL, and GPU-Switch.
- PCI Express, NVML, and NVLink.
- NVLink is a proprietary interconnection technology that allows you to do which of the following?
- Connect the GPU to the CPU.
- Connect the GPU to the main memory.
- Connect pairs of GPUs directly to each...