Skip to content

Instantly share code, notes, and snippets.

@arsenm
Created September 30, 2011 05:29
Show Gist options
  • Save arsenm/1252767 to your computer and use it in GitHub Desktop.
Save arsenm/1252767 to your computer and use it in GitHub Desktop.
lol ATISTREAMSDKROOT
/tmp/OCLF8q18i.cl(281): error: invalid argument to attribute
"reqd_work_group_size"
__attribute__ ((reqd_work_group_size(THREADS1, 1, 1)))
^
/tmp/OCLF8q18i.cl(396): error: invalid argument to attribute
"reqd_work_group_size"
__attribute__ ((reqd_work_group_size(THREADS2, 1, 1)))
^
/tmp/OCLF8q18i.cl(601): error: invalid argument to attribute
"reqd_work_group_size"
__attribute__ ((reqd_work_group_size(THREADS3, 1, 1)))
^
/tmp/OCLF8q18i.cl(785): error: invalid argument to attribute
"reqd_work_group_size"
__attribute__ ((reqd_work_group_size(THREADS4, 1, 1)))
^
/tmp/OCLF8q18i.cl(833): catastrophic error: #error directive: (THREADS5 /
WARPSIZE) must be > 0
#error (THREADS5 / WARPSIZE) must be > 0
^
4 errors and 1 catastrophic error detected in the compilation of "/tmp/OCLF8q18i.cl".
Compilation terminated.
Internal error: compiler frontend invocation failed. Make sure ATISTREAMSDKROOT is set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment