- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 140字
- 2021-08-13 15:48:14
Introducing CUDA and Getting Started with CUDA
This chapter gives you a brief introduction to CUDA architecture and how it has redefined the parallel processing capabilities of GPUs. The application of CUDA architecture in real-life scenarios will be demonstrated. This chapter will serve as a starting guide for software developers who want to accelerate their applications by using general-purpose GPUs and CUDA. The chapter describes development environments used for CUDA application development and how the CUDA toolkit can be installed on all operating systems. It covers how basic code can be developed using CUDA C and executed on Windows and Ubuntu operating systems.
The following topics will be covered in this chapter:
- Introducing CUDA
- Applications of CUDA
- CUDA development environments
- Installing CUDA toolkit on Windows, Linux, and macOS
- Developing simple code, using CUDA C
推薦閱讀
- Unity 2020 By Example
- INSTANT OpenCV Starter
- C語言程序設計(第3版)
- Pandas Cookbook
- Visual Basic程序設計教程
- Oracle Exadata專家手冊
- Android底層接口與驅動開發技術詳解
- Android程序設計基礎
- 速學Python:程序設計從入門到進階
- Node.js開發指南
- QGIS Python Programming Cookbook(Second Edition)
- 從零開始學Android開發
- Java EE 7 with GlassFish 4 Application Server
- Application Development with Parse using iOS SDK
- Scrapy網絡爬蟲實戰