导航:首页 > 编程知识 > 编程如何控制显卡

编程如何控制显卡

发布时间:2024-07-20 16:52:54

A. 如何使用CUDA 显卡编程

第一步 先确定你的显卡 是不是N卡(控制面板 》系统》设备管理器》显示适配器)
第二步 查看你的显卡 在不在 支持的显卡 行列 https://developer.nvidia.com/cuda-gpus点击打开链接

第三步 安装( windows电脑中 须是 vs2008 vs2005)

CUDA Development Tools https://developer.nvidia.com/cuda-downloads点击打开链接

NVIDIA CUDA Getting Started Guide for Microsoft Windows

Introction
CUDA™ is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnessing the power of the graphics processing unit (GPU).
CUDA was developed with several design goals in mind:
Provide a small set of extensions to standard programming languages, like C, that enable a straightforward implementation of parallel algorithms. With CUDA C/C++, programmers can focus on the task of parallelization of the algorithms rather than spending time on their implementation.
Support heterogeneous computation where applications use both the CPU and GPU. Serial portions of applications are run on the CPU, and parallel portions are offloaded to the GPU. As such, CUDA can be incrementally applied to existing applications. The CPU and GPU are treated as separate devices that have their own memory spaces. This configuration also allows simultaneous computation on the CPU and GPU without contention for memory resources.
CUDA-capable GPUs have hundreds of cores that can collectively run thousands of computing threads. These cores have shared resources including a register file and a shared memory. The on-chip shared memory allows parallel tasks running on these cores to share data without sending it over the system memory bus.
This guide will show you how to install and check the correct operation of the CUDA development tools.

System Requirements
To use CUDA on your system, you will need the following:
CUDA-capable GPU
Microsoft Windows XP, Vista, 7, or 8 or Windows Server 2003 or 2008
NVIDIA CUDA Toolkit (available at no cost from http://www.nvidia.com/content/cuda/cuda-downloads.html)
Microsoft Visual Studio 2008 or 2010, or a corresponding version of Microsoft Visual C++ Express

About This Document
This document is intended for readers familiar with Microsoft Windows XP, Microsoft Windows Vista, or Microsoft Windows 7 operating systems and the Microsoft Visual Studio environment. You do not need previous experience with CUDA or experience with parallel computation.

Installing CUDA Development Tools
The installation of CUDA development tools on a system running the appropriate version of Windows consists of a few simple steps:
Verify the system has a CUDA-capable GPU.
Download the NVIDIA CUDA Toolkit.
Install the NVIDIA CUDA Toolkit.
Test that the installed software runs correctly and communicated with the hardware.

阅读全文

与编程如何控制显卡相关的资料

热点内容
多份文件如何一键打印 浏览:675
ps填充图案的源文件 浏览:90
pdt是什么文件 浏览:959
苹果跌下花屏 浏览:607
大数据如何创造业务价值 浏览:702
西瓜视频如何转移账号数据 浏览:854
使用5g网络电视 浏览:998
app怎么包装 浏览:916
cs文件如何打开 浏览:664
jsnewint 浏览:77
js循环判断方法 浏览:600
关注公安的app是什么 浏览:400
怎么电脑升级 浏览:75
矩阵转置代码 浏览:418
网络大数据技术有哪些 浏览:420
会计单机版和网络版有什么优点 浏览:630
jscallback函数 浏览:201
樱花校园模拟器怎么和数据库连接 浏览:694
红酒包装盒设计教程 浏览:534
为什么编程这么难入坑 浏览:786

友情链接