11961

KernelInterceptor: automating GPU kernel verification by intercepting kernels and their parameters

Ethel Bardsley, Alastair F. Donaldson, John Wickerson
Imperial College London
International Workshop on OpenCL, 2014

@article{bardsley2014kernelintercepter,

   title={KernelInterceptor: automating GPU kernel verification by intercepting kernels and their parameters},

   author={Bardsley, Ethel and Donaldson, Alastair F. and Wickerson, John},

   year={2014}

}

Download Download (PDF)   View View   Source Source   

1665

views

GPUVerify is a static analysis tool for verifying that GPU kernels are free from data races and barrier divergence. It is intended as an automatic tool, but its usability is impaired by the fact that the user must explicitly supply the kernel source code, the number of threads, and some kernel arguments. Extracting this information from non-trivial OpenCL applications is laborious and error-prone. We describe an extension to GPUVerify, called KernelInterceptor, that automates the extraction of this information from a given OpenCL application. After recompiling the application having included an additional library and header file, KernelInterceptor is able to detect each dynamic kernel launch and record the values of the various parameters in a series of log files. GPUVerify can then be invoked to examine these log files and verify each kernel instance. We explain how the interception mechanism works, and comment on the extent to which it improves the usability of GPUVerify.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: