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