source: CIVL/examples/translation/openclversion2.15/minilog@ 67da504

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

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

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[fa007d5]1Done:
2 make the args struct
3 implement clCreateKernel
[efe0043]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
[fa007d5]6
[4b31bcf]7ToDo:
[efe0043]8
[4b31bcf]9
[fa007d5]10ToDo: 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
15Problems:
16 This example does not neatly into work already done.
[3192d8e]17 No memset();
18 No strcmp();
[fa007d5]19 Program crash when using array index of kernel
[efe0043]20 Bug in memory leak detection
[3192d8e]21 Forgot to notice that there need to be multiple args
22
[fb77608]23
24
[3192d8e]25 -------
26
27Done:
[fb77608]28Change square.cvl to reflect new changes
[3192d8e]29
30
31ToDo:
[fb77608]32Alter wiki again
[3192d8e]33
34
35ToDo: Long term:
36 Possible implementation of clGetKernelWorkGroupInfo, if an example that needs it is used
37 Possible implementation of clGetDeviceInfo
38 Re-arrange code so that the group designation is actually possible
39
40Problems:
[fb77608]41 Bug where there are many files that aren't there, and the printing of each file is not there
42 Error: This feature is not yet implemented: Pointer addition for anything other than array elements or variables
43at f31:24.4-30 "(( int*)(shared) ... ]".
44 This kernel really doesn't play nice with CIVL
45 heap object names are unique, but not in this program
Note: See TracBrowser for help on using the repository browser.