- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 206字
- 2021-08-13 15:48:17
CUDA-supported GPU
As discussed earlier, CUDA architecture is only supported on NVIDIA GPUs. It is not supported on other GPUs such as AMD and Intel. Almost all GPUs developed by NVIDIA in the last decade support CUDA architecture and can be used to develop and execute CUDA applications. A detailed list of CUDA-supported GPUs can be found on the NVIDIA website: https://developer.nvidia.com/cuda-gpus. If you can find your GPU in this list, you will be able to run CUDA applications on your PC.
If you don't know which GPU is on your PC, then you can find it by following these steps:
- On windows:
- In the Start menu, type device manager and press Enter.
- In the device manager, expand the display adaptors. There, you will find the name of your NVIDIA GPU.
- On Linux:
- Open Terminal.
- Run sudo lshw -C video.
This will list information regarding your graphics card, usually including its make and model.
- On macOS:
- Go to the Apple Menu | About this Mac | More info.
- Select Graphics/Displays under Contents list. There, you will find the name of your NVIDIA GPU.
If you have a CUDA-enabled GPU, then you are good to proceed to the next step.
推薦閱讀
- Learning PostgreSQL
- LabVIEW Graphical Programming Cookbook
- Java Web應用開發技術與案例教程(第2版)
- TypeScript實戰指南
- PHP+MySQL網站開發項目式教程
- Python編程與幾何圖形
- MySQL數據庫基礎實例教程(微課版)
- 區塊鏈技術與應用
- Learning Unreal Engine Android Game Development
- HoloLens與混合現實開發
- 汽車人機交互界面整合設計
- Oracle數據庫編程經典300例
- Learning iOS Security
- CodeIgniter Web Application Blueprints
- 零基礎輕松學C++:青少年趣味編程(全彩版)