summaryrefslogtreecommitdiff
path: root/src/publications.thrust
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-07-06 18:23:10 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-07-06 18:23:10 +0100
commitb1e6491f77421ae4623391a7f53af7f3e6c13f34 (patch)
treeacc4ce7ae214b92dbf2c269c70e94b68dac1d640 /src/publications.thrust
parent04be5845dbaa6f8dec45a80dbe199861608b96f2 (diff)
import website from previous repo
Diffstat (limited to 'src/publications.thrust')
-rw-r--r--src/publications.thrust24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/publications.thrust b/src/publications.thrust
new file mode 100644
index 0000000..88d34e3
--- /dev/null
+++ b/src/publications.thrust
@@ -0,0 +1,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='/'>&gt; index</a>
+ </nav>
+ <h1>{{ title }}</h1>
+ {{ body | markdown }}
+{% endblock %}