1.23
2.0
acw/focus-triggers
main
test-branch
| Line | |
|---|
| 1 | Done:
|
|---|
| 2 | make the args struct
|
|---|
| 3 | implement clCreateKernel
|
|---|
| 4 | Array with flags in, tells the program what variables are malloc'd or not so they don't try to free the same space
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | ToDo:
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | ToDo: Long term:
|
|---|
| 11 | Possible implementation of clGetKernelWorkGroupInfo, if an example that needs it is used
|
|---|
| 12 | Possible implementation of clGetDeviceInfo
|
|---|
| 13 | Re-arrange code so that the group designation is actually possible
|
|---|
| 14 |
|
|---|
| 15 | Problems:
|
|---|
| 16 | This example does not neatly into work already done.
|
|---|
| 17 | No memset();
|
|---|
| 18 | No strcmp();
|
|---|
| 19 | Program crash when using array index of kernel
|
|---|
| 20 | Bug in memory leak detection
|
|---|
| 21 | Forgot to notice that there need to be multiple args
|
|---|
| 22 |
|
|---|
| 23 | -------
|
|---|
| 24 |
|
|---|
| 25 | Done:
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | ToDo:
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | ToDo: Long term:
|
|---|
| 33 | Possible implementation of clGetKernelWorkGroupInfo, if an example that needs it is used
|
|---|
| 34 | Possible implementation of clGetDeviceInfo
|
|---|
| 35 | Re-arrange code so that the group designation is actually possible
|
|---|
| 36 |
|
|---|
| 37 | Problems:
|
|---|
| 38 | Bug where there are many files that aren't there, and the printing of each file is not there |
|---|
Note:
See
TracBrowser
for help on using the repository browser.