- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 154字
- 2021-08-13 15:48:19
Questions
- Explain three methods to increase the performance of your computing hardware. Which method is used to develop GPUs?
- True or false: Improving latency will improve throughput.
- Fill in the blanks: CPUs are designed to improve ___ and GPUs are designed to improve __ .
- Take an example of traveling from one place to another that is 240 km away. You can take a car that can accommodate five people, with a speed of 60 kmph or a bus that can accommodate 40 people, with a speed of 40 kmph. Which option will provide better latency, and which option will provide better throughput?
- Explain the reasons that make GPU and CUDA particularly useful in computer vision applications.
- True or False: A CUDA compiler cannot compile code with no device code.
- In the Hello, CUDA! example discussed in this chapter, will the printf statement be executed by the host or the device?
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Computer Vision for the Web
- Oracle從新手到高手
- Learning Elixir
- Vue.js 3.0源碼解析(微課視頻版)
- Apex Design Patterns
- Swift語言實戰精講
- Linux:Embedded Development
- RESTful Java Web Services(Second Edition)
- Vue.js 2 Web Development Projects
- Beginning C++ Game Programming
- 算法圖解
- Instant Apache Camel Messaging System
- IBM RUP參考與認證指南
- Learn Linux Quickly