ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/OpenCL.xs
(Generate patch)

Comparing OpenCL/OpenCL.xs (file contents):
Revision 1.81 by root, Sat May 5 17:09:19 2012 UTC vs.
Revision 1.82 by root, Thu Oct 11 05:02:54 2012 UTC

618 arg->user_data = user_data; 618 arg->user_data = user_data;
619 arg->num_devices = num_devices; 619 arg->num_devices = num_devices;
620 memcpy (arg + 1, device_list, sizeof (*device_list) * num_devices); 620 memcpy (arg + 1, device_list, sizeof (*device_list) * num_devices);
621 621
622 xthread_t id; 622 xthread_t id;
623 thread_create (&id, build_program_thread, arg); 623 xthread_create (&id, build_program_thread, arg);
624} 624}
625 625
626/*****************************************************************************/ 626/*****************************************************************************/
627/* mem object destructor notify */ 627/* mem object destructor notify */
628 628

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines