A parallel interval arithmetic-based reliable computing method on a GPU

  • Zsolt Bagóczki
  • Balázs Bánhelyi

Abstract

Video cards have now outgrown their purpose of being only a simple tool for graphic display. With their high speed video memories, lots of maths units and parallelism, they can be very powerful accessories for general purpose computing tasks. Our selected platform for testing is the CUDA (Compute Unified Device Architecture), which offers us direct access to the virtual instruction set of the video card, and we are able to run our computations on dedicated computing kernels. The CUDA development kit comes with a useful toolbox and a wide range of GPU-based function libraries. In this parallel environment, we implemented a reliable method based on the Branch-and-Bound algorithm. This algorithm will give us the opportunity to use node level (also called low-level or type 1) parallelization, since we do not modify the searching trajectories; nor do we modify the dimensions of the Branch-and-Bound tree [5]. For testing, we chose the circle covering problem. We then scaled the problem up to three dimensions, and ran tests with sphere covering problems as well.

Downloads

Download data is not yet available.
Published
2017-01-01
How to Cite
Bagóczki, Z., & Bánhelyi, B. (2017). A parallel interval arithmetic-based reliable computing method on a GPU. Acta Cybernetica, 23(2), 491-501. https://doi.org/10.14232/actacyb.23.2.2017.4
Section
Regular articles