blob: 88d34e3fc7f69d464572e3d07b11af3d05d1c2b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: publications
last edited: 2019-11-29
body: |
## Warps and atomics: Beyond barrier synchronization in the verification of GPU kernels
- [Paper](http://multicore.doc.ic.ac.uk/tools/GPUVerify/NFM/nfm2014_submission_13.pdf)
- [Website](http://multicore.doc.ic.ac.uk/tools/GPUVerify/NFM2014/)
## Engineering a Static Verification Tool for GPU Kernels
- [Paper](http://multicore.doc.ic.ac.uk/tools/GPUVerify/CAV2014/downloads/paper.pdf)
- [Website](http://multicore.doc.ic.ac.uk/tools/GPUVerify/CAV2014/)
## KernelInterceptor: GPU kernel verification by intercepting kernel parameters
---
{% extends 'templates/base.html' %}
{% block body %}
<nav>
<a href='/'>> index</a>
</nav>
<h1>{{ title }}</h1>
{{ body | markdown }}
{% endblock %}
|