source: CIVL/examples/translation/openclversion2.15/minilog@ e6b02c8

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since e6b02c8 was 4b31bcf, checked in by Jacob Trieu <fuufusuu@…>, 12 years ago

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1378 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 546 bytes
Line 
1Done:
2 make the args struct
3 implement clCreateKernel
4
5ToDo:
6 Somehow tell the program what variables are global so they don't try to free the same space
7
8ToDo: Long term:
9 Possible implementation of clGetKernelWorkGroupInfo, if an example that needs it is used
10 Possible implementation of clGetDeviceInfo
11 Re-arrange code so that the group designation is actually possible
12
13Problems:
14 This example does not neatly into work already done.
15 No memset();
16 Program crash when using array index of kernel
17 Bug in memory leak detection
Note: See TracBrowser for help on using the repository browser.