Last active
June 3, 2020 22:35
-
-
Save athas/fbdff6bb977c0ff4bc31ec399e5c8615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| __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