Skip to content

Instantly share code, notes, and snippets.

@athas
Last active June 3, 2020 22:35
Show Gist options
  • Select an option

  • Save athas/fbdff6bb977c0ff4bc31ec399e5c8615 to your computer and use it in GitHub Desktop.

Select an option

Save athas/fbdff6bb977c0ff4bc31ec399e5c8615 to your computer and use it in GitHub Desktop.
__kernel void segmap(__global int8_t *mem)
{
mem[get_global_id(0)]++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment