vix.ing · top · new · best · stats · spec

The GPUVerify Method: a Tutorial Overview

2015/11/04 by Donaldson, Alastair

paper · doi:10.14279/tuj.eceasst.70.986

Abstract

I present a tutorial overview demonstrating the key technique used by GPUVerify, a static verification tool for graphics processing unit (GPU) kernels.  The technique is a method for translating a massively parallel GPU kernel into a sequential program such that correctness of the sequential program implies data race-freedom of the parallel kernel.

Related