diff options
Diffstat (limited to 'kernel.cl')
-rw-r--r-- | kernel.cl | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() +{ + ; +} |