index
:
~tstellar/opencl-example
master
Simple OpenCL example program for testing Clover.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mod_nine.cl
blob: 46672a18885743e79c310be19c12506dde51388b (
plain
)
1
2
3
4
5
__kernel void mod_nine(__global int * out, int arg0, int arg1) { out[0] = arg0 % 9; }