導航:首頁 > 編程知識 > 編程如何控制顯卡

編程如何控制顯卡

發布時間: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.

閱讀全文

與編程如何控制顯卡相關的資料

熱點內容
易到新版本怎麼處理 瀏覽:379
文本文檔怎麼改配置文件 瀏覽:174
列印原文件如何把字體占滿紙張 瀏覽:514
模擬編程有哪些 瀏覽:491
騎馬與砍殺無雙三國升級士兵 瀏覽:366
基因表達強弱范圍用什麼數據分組 瀏覽:782
win10home升級企業版 瀏覽:445
企業資料庫如何建立 瀏覽:377
造假app有哪些 瀏覽:970
不知道寬頻賬號密碼怎麼連接網路 瀏覽:721
卸載喜馬拉雅時顯示找不到文件 瀏覽:858
蜂窩熱點的數據漫遊是什麼 瀏覽:392
樂高建模編程什麼關系 瀏覽:9
win10怎麼創建鏡像文件 瀏覽:324
手機文件轉碼 瀏覽:717
jsp首頁獲取菜單 瀏覽:796
js獲取數組裡面的值嗎 瀏覽:422
東莞哪裡有少兒編程課 瀏覽:782
有的視頻文件無法播放 瀏覽:189
如何關閉同花順左邊的app 瀏覽:685

友情鏈接