Sylvain Henry 77ac0af6c7 SOCL: remove unnecessary mallocs hace 13 años
..
CL 5d4f60e7b7 SOCL: include Khronos OpenCL headers hace 13 años
Makefile.am 37bce2edab Fix bad CUDA/OpenCL interaction hace 13 años
cl_buildprogram.c 8fced328bf SOCL: allow kernel compilation on a restricted set of devices hace 13 años
cl_createbuffer.c a42a37bf8e rename starpu_data_unregister_lazy into starpu_data_unregister_submit for naming coherency hace 13 años
cl_createcommandqueue.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_createcontext.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_createcontextfromtype.c 079bc784ac SOCL: fix clGetDeviceInfo hace 13 años
cl_createimage2d.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_createimage3d.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_createkernel.c 2b14755849 SOCL: fix performance model allocation hace 13 años
cl_createkernelsinprogram.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_createprogramwithbinary.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_createprogramwithsource.c 0408173814 SOCL: make sure we do not try to dynamically allocate 0 bytes. hace 13 años
cl_createsampler.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_enqueuebarrier.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_enqueuecopybuffer.c 77ac0af6c7 SOCL: remove unnecessary mallocs hace 13 años
cl_enqueuecopybuffertoimage.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_enqueuecopyimage.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_enqueuecopyimagetobuffer.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_enqueuemapbuffer.c adf2f44e62 turn starpu_access_mode into an enumerated type hace 14 años
cl_enqueuemapimage.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_enqueuemarker.c 795e6645a2 Return errors hace 14 años
cl_enqueuenativekernel.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_enqueuendrangekernel.c 2b14755849 SOCL: fix performance model allocation hace 13 años
cl_enqueuereadbuffer.c 77ac0af6c7 SOCL: remove unnecessary mallocs hace 13 años
cl_enqueuereadimage.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_enqueuetask.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_enqueueunmapmemobject.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_enqueuewaitforevents.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_enqueuewritebuffer.c 77ac0af6c7 SOCL: remove unnecessary mallocs hace 13 años
cl_enqueuewriteimage.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_finish.c ccf581e885 Remove dead initialization. hace 14 años
cl_flush.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getcommandqueueinfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getcontextinfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getdeviceids.c 366dbf3033 SOCL: Fix ICD hace 13 años
cl_getdeviceinfo.c 079bc784ac SOCL: fix clGetDeviceInfo hace 13 años
cl_geteventinfo.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_geteventprofilinginfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getextensionfunctionaddress.c ce1868ac44 SOCL: workaround for Intel OpenCL destructor bug hace 13 años
cl_getimageinfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getkernelinfo.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_getkernelworkgroupinfo.c af6c007d6e socl/src/cl_getkernelworkgroupinfo.c: check return value of starpu_task_submit hace 13 años
cl_getmemobjectinfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getplatformids.c 3e82805e99 SOCL: when starpu_init fails, get clGetPlatformIDs to return 0 hace 14 años
cl_getplatforminfo.c 5806bbffe4 SOCL: add ICD support hace 13 años
cl_getprogrambuildinfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getprograminfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getsamplerinfo.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_getsupportedimageformats.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_icdgetplatformidskhr.c 5806bbffe4 SOCL: add ICD support hace 13 años
cl_releasecommandqueue.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_releasecontext.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_releaseevent.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_releasekernel.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_releasememobject.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_releaseprogram.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_releasesampler.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_retaincommandqueue.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_retaincontext.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_retainevent.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_retainkernel.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_retainmemobject.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_retainprogram.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_retainsampler.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_setcommandqueueproperty.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_setkernelarg.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
cl_unloadcompiler.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
cl_waitforevents.c aecafb9550 SOCL: no longer wait blocking waitForEvents before submitting commands to StarPU hace 14 años
command.c 2b14755849 SOCL: fix performance model allocation hace 13 años
command.h 2b14755849 SOCL: fix performance model allocation hace 13 años
command_list.c 366dbf3033 SOCL: Fix ICD hace 13 años
command_list.h fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
command_queue.c 5806bbffe4 SOCL: add ICD support hace 13 años
command_queue.h fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
debug.c fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
debug.h e6e7ec8e24 socl/debug.h: do not print debug messages if environment variable STARPU_SILENT is set hace 14 años
event.c 366dbf3033 SOCL: Fix ICD hace 13 años
event.h fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
gc.c 5806bbffe4 SOCL: add ICD support hace 13 años
gc.h fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
getinfo.h 366dbf3033 SOCL: Fix ICD hace 13 años
init.c b471f86343 SOCL: fix for SOCL_SKIP_DESTRUCTOR hace 13 años
init.h ce1868ac44 SOCL: workaround for Intel OpenCL destructor bug hace 13 años
mem_objects.c 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
mem_objects.h 971b72a37e Do not #include C source file anymore in SOCL. hace 14 años
ocl_icd.h 497558585c SOCL: fix deprecation warnings hace 13 años
socl.c ce1868ac44 SOCL: workaround for Intel OpenCL destructor bug hace 13 años
socl.h 2b14755849 SOCL: fix performance model allocation hace 13 años
task.c 366dbf3033 SOCL: Fix ICD hace 13 años
task.h fa035d1c95 SOCL: delay command execution (task graph) hace 14 años
util.c d5a3dd84c9 Separation between event enqueueing and task submission hace 14 años
util.h d5a3dd84c9 Separation between event enqueueing and task submission hace 14 años