Results 1 - 10
of
3,309,353
platforms including General Purpose Graphics Processing
"... Abstract — In this paper, I describe the methods I used for creating a Particle Swarm Optimizer (PSO) that runs under the Khronos Open Compute Language (OpenCL) on General Purpose Graphical Processing Units. The implementation is compared to similar work done in NVIDIA Common Unified Device Architec ..."
Abstract
- Add to MetaCart
Abstract — In this paper, I describe the methods I used for creating a Particle Swarm Optimizer (PSO) that runs under the Khronos Open Compute Language (OpenCL) on General Purpose Graphical Processing Units. The implementation is compared to similar work done in NVIDIA Common Unified Device
General-Purpose Graphics Processing Units (GPGPUs)
"... Branch divergence has a significant impact on the perfor-mance of GPU programs. We propose two novel software-based optimizations, called iteration delaying and branch distribution that aim to reduce branch divergence. Itera-tion delaying targets a divergent branch enclosed by a loop within a kernel ..."
Abstract
- Add to MetaCart
Branch divergence has a significant impact on the perfor-mance of GPU programs. We propose two novel software-based optimizations, called iteration delaying and branch distribution that aim to reduce branch divergence. Itera-tion delaying targets a divergent branch enclosed by a loop within a kernel. It improves performance by executing loop iterations that take the same branch direction and delay-ing those that take the other direction until later iterations. Branch distribution reduces the length of divergent code by factoring out structurally similar code from the branch paths. We conduct a preliminary evaluation of the two op-timizations using both synthetic benchmarks and a highly-optimized real-world application. Our evaluation shows that they improve the performance of the synthetic benchmarks by as much as 30 % and 80 % respectively, and that of the real-world application by 12 % and 16 % respectively.
Efficient probabilistic model checking on general purpose graphics processors
- in Proceedings of the 16th International SPIN Workshop on Model Checking of Software (SPIN’09
, 2009
"... Abstract. We present algorithms for parallel probabilistic model checking on general purpose graphic processing units (GPGPUs). For this purpose we exploit the fact that some of the basic algorithms for probabilistic model checking rely on matrix vector multiplication. Since this kind of linear alge ..."
Abstract
-
Cited by 11 (5 self)
- Add to MetaCart
Abstract. We present algorithms for parallel probabilistic model checking on general purpose graphic processing units (GPGPUs). For this purpose we exploit the fact that some of the basic algorithms for probabilistic model checking rely on matrix vector multiplication. Since this kind of linear
Discrete-event Execution Alternatives on General Purpose Graphical Processing Units (GPGPUs)
"... Graphics cards, traditionally designed as accelerators for computer graphics, have evolved to support more general-purpose computation. General Purpose Graphical Processing Units (GPGPUs) are now being used as highly efficient, cost-effective platforms for executing certain simulation applications. ..."
Abstract
- Add to MetaCart
Graphics cards, traditionally designed as accelerators for computer graphics, have evolved to support more general-purpose computation. General Purpose Graphical Processing Units (GPGPUs) are now being used as highly efficient, cost-effective platforms for executing certain simulation applications
Accelerating Finite State Projection through General Purpose Graphics Processing
, 2011
"... and Dissertations by an authorized administrator of VCU Scholars Compass. For more information, please contact libcompass@vcu.edu. ..."
Abstract
- Add to MetaCart
and Dissertations by an authorized administrator of VCU Scholars Compass. For more information, please contact libcompass@vcu.edu.
GPGL: A Model Interactive, General Purpose Graphic Language
, 1971
"... Approved faon. pubtic k.qJLqji^<L', dib&ubiitLon u.ntaruJ:e.d. /4 ^ s/\$ DAMS' ..."
Abstract
- Add to MetaCart
Approved faon. pubtic k.qJLqji^<L', dib&ubiitLon u.ntaruJ:e.d. /4 ^ s/\$ DAMS'
Schooling Model on a General-Purpose Graphics Processing Unit
"... We consider an individual-based model for fish schooling which incorporates a tendency for each fish to align its position and orientation with an appropriate average of its neighbors ’ positions and orientations, plus a tendency for each fish to avoid collisions. To accurately determine statistical ..."
Abstract
- Add to MetaCart
statistical properties of the collective motion of fish whose dynamics are described by such a model, many realizations are typically required. This carries a very high computational cost. The current generation of graphics processing units is well-suited to this task. We describe our implementation
Efficient Explicit-State Model Checking on General Purpose Graphics Processors
"... Abstract. We accelerate state space exploration for explicit-state model checking by executing complex operations on the graphics processing unit (GPU). In contrast to existing approaches enhancing model checking through performing parallel matrix operations on the GPU, we parallelize the breadth-fi ..."
Abstract
-
Cited by 2 (0 self)
- Add to MetaCart
Abstract. We accelerate state space exploration for explicit-state model checking by executing complex operations on the graphics processing unit (GPU). In contrast to existing approaches enhancing model checking through performing parallel matrix operations on the GPU, we parallelize the breadth
Generatively Programming Galerkin Projections on General Purpose Graphics Processing Units
- Master’s thesis, Imperial College London
"... This report presents the results of a preliminary investigation into using abstract specifications of finite element methods to generate code that performs the assembly of a system of linear equa-tions on multicore architectures, with a focus on NVidia’s CUDA language. This investigation has been co ..."
Abstract
-
Cited by 1 (0 self)
- Add to MetaCart
conducted with the goal of integrating generated code into Fluidity, a general-purpose computational fluid dynamics code. We survey and evaluate CUDA implementations of finite element assembly, in particular examining the optimisations necessary for high performance, and examine the state of the art
THE BEM ON GENERAL PURPOSE GRAPHICS PROCESSING UNITS (GPGPU): A STUDY ON THREE DISTINCT IMPLEMENTATIONS
"... Abstract. This work addresses the implementation of the direct version of the Boundary Element Method (BEM) for two-dimensional problems on general-purpose graphics hardware (GPGPU). Due to its architecture, the GPU is specially well-suited to address problems that can be expressed as data-parallel ..."
Abstract
-
Cited by 1 (0 self)
- Add to MetaCart
Abstract. This work addresses the implementation of the direct version of the Boundary Element Method (BEM) for two-dimensional problems on general-purpose graphics hardware (GPGPU). Due to its architecture, the GPU is specially well-suited to address problems that can be expressed as data
Results 1 - 10
of
3,309,353