This commit is contained in:
Tianhao Zhou 2018-12-11 22:27:16 +00:00 committed by GitHub
commit 19fb317f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
e.cl Normal file
View File

@ -0,0 +1,6 @@
__kernel __attribute__((reqd_work_group_size(1, 1, 1)))
void eeeeeeeee (int ee) {
for (int e = 0; e < ee; ++e) {
printf("eeeeeeeeee");
}
}