2015
DOI: 10.5121/acij.2015.6201
|View full text |Cite
|
Sign up to set email alerts
|

GPU Application in Cuda Memory

Abstract: Nowadays modern computer GPU (Graphic Processing Unit) became widely used to improve the performance of a computer, which is basically for the GPU graphics calculations, are now used not only for the purposes of calculating the graphics but also for other application. In addition, Graphics Processing Unit (GPU) has high computation and low price. This device can be treat as an array of SIMD processor using CUDA software. This paper talks about GPU application, CUDA memory and efficient CUDA memory using Reduct… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2018
2018
2021
2021

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(2 citation statements)
references
References 9 publications
0
2
0
Order By: Relevance
“…CUDA allows a host to access memories residing in a device memory [24]. Each thread is assigned with a local memory called a register, and all threads in all blocks have access to a global memory to enable block-level communication [23]. Other memory types are shared memory, texture memory, and constant memory; however, these are out of scope in this research.…”
Section: Heterogeneous Anti-diagonal Approach (Cuda C/c++)mentioning
confidence: 99%
See 1 more Smart Citation
“…CUDA allows a host to access memories residing in a device memory [24]. Each thread is assigned with a local memory called a register, and all threads in all blocks have access to a global memory to enable block-level communication [23]. Other memory types are shared memory, texture memory, and constant memory; however, these are out of scope in this research.…”
Section: Heterogeneous Anti-diagonal Approach (Cuda C/c++)mentioning
confidence: 99%
“…Compute Unified Device Architecture (CUDA) is one recently introduced framework that makes use of parallel compute engines in NVIDIA GPUs to solve complex computational problems efficiently [23]. CUDA is mapped to various applications and enhances the performance significantly.…”
Section: Introductionmentioning
confidence: 99%