On 03/19/2013 11:51 AM, Bryan Bell wrote: > I've removed the commented code in test_clGetEventInfo.c and moved the > COMPLETE to after the > > pocl_read_image call.
Check clCreateTask; the if is after a return. Also ensure the indentations are correct (e.g. clEnqueueWriteImage). The style we try to follow is 'gnu' for C files (if you use emacs). C++ files (the LLVM passes) seem to be settling to the stroustrup style ;) I'll merge after these are done. -- --Pekka ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
