source: CIVL/examples/translation/opencl/notes/clCreateProgramWithSource@ 764d472

1.23 2.0 main test-branch
Last change on this file since 764d472 was 1a54e12, checked in by Jacob Trieu <fuufusuu@…>, 12 years ago

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

  • Property mode set to 100644
File size: 652 bytes
Line 
1ToDo:
2 For the kernel source currently, CIVL can't take a string and interpret it into a function.
3 For now, convert to a regular method
4 Get those types for kernel, __global, etc. somehow
5 How to make it so that we can go __global string [name]?
6 How to convert to regular method?
7 How to pass in a method as parameter in c?
8 Handling the length of lengths
9 strlen not supported
10 Two paths:
11 Turn into completely regular methods right now
12 Have to deal with those types later
13 Make structs/typedefs for them of kernel
14 What to do about __global and __local? (also applies to the one above)
15Done:
16 Returns a program
Note: See TracBrowser for help on using the repository browser.