2022
DOI: 10.1016/j.array.2022.100261
|View full text |Cite
|
Sign up to set email alerts
|

Influence of data amount, data type and implementation packages in GPU coding

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2024
2024
2024
2024

Publication Types

Select...
3

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(4 citation statements)
references
References 20 publications
0
4
0
Order By: Relevance
“…Also, unless specified explicitly, the Numba and CuPy platforms assigned double-precision types by default for all floating-point variables and constants. In this regard, we explicitly specified a type for single-precision calculations [39,81].…”
Section: Methodsmentioning
confidence: 99%
See 2 more Smart Citations
“…Also, unless specified explicitly, the Numba and CuPy platforms assigned double-precision types by default for all floating-point variables and constants. In this regard, we explicitly specified a type for single-precision calculations [39,81].…”
Section: Methodsmentioning
confidence: 99%
“…In this section, we study the impact of precision by performing computations in single and double precision. For a similar investigation in the context of the finite-difference approach to Burgers' equation, see [81]. Extensive tests of Numba and CUDA C for matrixmatrix multiplication, parallel reduction, and 3D stencil application in single and double precisions can be found in [39].…”
Section: Impact Of Precisionmentioning
confidence: 99%
See 1 more Smart Citation
“…It is important to note that threads within the same block can share memory, enabling efficient data interchange. In the context of CUDA, the most common computation involves transferring data from the CPU to the GPU [19] The main steps of the CUDA program flow, as depicted in Fig. 4, are: the data is loaded into the host CPU memory and then transferred to the GPU memory using a function called "cudaMemcpy".…”
Section: B Compute Unified Device Architecturementioning
confidence: 99%