summaryrefslogtreecommitdiffstats
path: root/kernel.cl
diff options
context:
space:
mode:
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()
+{
+ ;
+}