no way to compare when less than two revisions

Diferenzas

Isto amosa as diferenzas entre a revisión seleccionada e a versión actual da páxina.


hiperespectral:split_and_merge [2016/05/11 16:16] (actual) – creado jorge.suarez
Liña 1: Liña 1:
 +====== The Split-And-Merge Method in General Purpose Computation on GPUs ======
  
 +Code related to the paper [[http://www.sciencedirect.com/science/article/pii/S0167819112000208|The split-and-merge method in general purpose computation on GPUs]] by F. Argüello, D.B. Heras, M. Bóo, and J. Lamas-Rodríguez, published in [[http://www.sciencedirect.com/science/journal/01678191|Parallel Computing]], Volume 38, Issues 6-7, June-July 2012, Pages 277-288. \\
 +DOI: 10.1016/j.parco.2012.03.003
 +
 +====== Abstract ======
 +The split-and-merge method is an algorithm design paradigm sometimes used in the field of parallel computing. It is applied to multilevel algorithms such as the wavelet transforms and some tridiagonal system solvers. In this paper we present the application of the method in the context of general purpose computation on GPUs. The split-and-merge method allows us to efficiently use the CUDA parallel programming model, where a multithreaded program is partitioned into blocks of threads that execute independently from each other. Thus we can solve the data dependency problem at the block boundaries and efficiently take advantage of the memory hierarchy of the GPU. The results obtained show a significant acceleration compared with the direct implementation of the algorithms on the GPU.
 +
 +====== Downloads ======
 +{{:inv:downloadable_results:split_and_merge-2014-11-15.tgz|}}
 +
 +====== License =======
 +
 +{{:inv:downloadable_results:gplv3-127x51.png|}}
 +
 +This code is licensed under a [[http://www.gnu.org/copyleft/gpl.html|GNU General Public License v3.0]]