summaryrefslogtreecommitdiffstats
path: root/kernel.cl
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-06-19 05:11:21 +0200
committerSuren A. Chilingaryan <csa@suren.me>2016-06-19 05:11:21 +0200
commit04ef44def02c76029dc91d1eb17d1532e2714a5c (patch)
treefd527b3769a6cfacecdffd7ef1f7bb6531d31871 /kernel.cl
parent151541b83d540c3476965368f819e48a7b289cad (diff)
downloaddgmatest-04ef44def02c76029dc91d1eb17d1532e2714a5c.tar.gz
dgmatest-04ef44def02c76029dc91d1eb17d1532e2714a5c.tar.bz2
dgmatest-04ef44def02c76029dc91d1eb17d1532e2714a5c.tar.xz
dgmatest-04ef44def02c76029dc91d1eb17d1532e2714a5c.zip
StreamingHEADmaster
Diffstat (limited to 'kernel.cl')
-rw-r--r--kernel.cl5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.cl b/kernel.cl
index 26a0009..258ea5f 100644
--- a/kernel.cl
+++ b/kernel.cl
@@ -17,3 +17,8 @@ __kernel void measure(uint iter, __global uint *input, __global uint *output, __
output[iter + 1] = RD32(REG_PERF_COUNTER);
WR64 (REG_DESCRIPTOR_ADDRESS, bus_addr);
}
+
+__kernel void nil()
+{
+ ;
+}