翻訳と辞書
Words near each other
・ Cucurucho
・ Cucurucu
・ Cucurucu (song)
・ Cucuruzeni
・ Cucuruzu River
・ Cucuruzzu
・ Cucuteni
・ Cucuteni River
・ Cucuteni-Trypillian culture
・ Cucutilla
・ Cucuveanu River
・ Cucuyagua
・ Cud
・ Cud (band)
・ Cud (disambiguation)
CUDA
・ Cuda
・ CUDA Pinned memory
・ Cuda Ratwatte
・ Cudahy
・ Cudahy High School
・ Cudahy Packing Company
・ Cudahy Packing Plant
・ Cudahy, California
・ Cudahy, Wisconsin
・ Cudal, New South Wales
・ Cudalbi
・ Cudamail
・ Cuddalore
・ Cuddalore (Lok Sabha constituency)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CUDA : ウィキペディア英語版
CUDA

CUDA, which stands for Compute Unified Device Architecture, is a parallel computing platform and application programming interface (API) model created by NVIDIA.〔(NVIDIA CUDA Home Page )〕 It allows software developers to use a CUDA-enabled graphics processing unit (GPU) for general purpose processing – an approach known as GPGPU. The CUDA platform is a software layer that gives direct access to the GPU's virtual instruction set and parallel computational elements.
The CUDA platform is designed to work with programming languages such as C, C++ and Fortran. This accessibility makes it easier for specialists in parallel programming to utilize GPU resources, as opposed to previous API solutions like Direct3D and OpenGL, which required advanced skills in graphics programming. Also, CUDA supports programming frameworks such as OpenACC and OpenCL.〔
==Background==

The GPU, as a specialized processor, addresses the demands of real-time high-resolution 3D graphics compute-intensive tasks. , GPUs have evolved into highly parallel multi-core systems allowing very efficient manipulation of large blocks of data. This design is more effective than general-purpose CPUs for algorithms in situations where processing of large blocks of data is done in parallel, such as:
* push-relabel maximum flow algorithm
* fast sort algorithms of large lists
* two-dimensional fast wavelet transform
* molecular dynamics simulations

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CUDA」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.