Quiz time!
Let’s review what we have learned in this chapter by answering a few questions. At first, try to answer these questions without consulting the material.
Important note
The answers to all these questions are available at https://github.com/PacktPublishing/Accelerate-Model-Training-with-PyTorch-2.X/blob/main/quiz/chapter04-answers.md.
Before starting the quiz, remember that it is not a test at all! 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.
- A multicore system can have the following two types of computing cores:
- Physical and active.
- Physical and digital.
- Physical and logical.
- Physical and vectorial.
- A set of threads created by the same process...
- May share the same memory address space.
- Do not share the same memory address space.
- Is impossible in modern systems.
- Do share the same memory address space.
- Which of the following...