.. |
CL
|
5d4f60e7b7
SOCL: include Khronos OpenCL headers
|
лет назад: 13 |
Makefile.am
|
37bce2edab
Fix bad CUDA/OpenCL interaction
|
лет назад: 13 |
cl_buildprogram.c
|
374524ebe9
SOCL: use starpu_execute_on_specific_workers
|
лет назад: 12 |
cl_createbuffer.c
|
a42a37bf8e
rename starpu_data_unregister_lazy into starpu_data_unregister_submit for naming coherency
|
лет назад: 13 |
cl_createcommandqueue.c
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
cl_createcontext.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_createcontextfromtype.c
|
079bc784ac
SOCL: fix clGetDeviceInfo
|
лет назад: 13 |
cl_createimage2d.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_createimage3d.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_createkernel.c
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |
cl_createkernelsinprogram.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_createprogramwithbinary.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_createprogramwithsource.c
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |
cl_createsampler.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_enqueuebarrier.c
|
fd80e259a9
SOCL: commands are entities now
|
лет назад: 12 |
cl_enqueuecopybuffer.c
|
77ac0af6c7
SOCL: remove unnecessary mallocs
|
лет назад: 13 |
cl_enqueuecopybuffertoimage.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_enqueuecopyimage.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_enqueuecopyimagetobuffer.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_enqueuemapbuffer.c
|
762bbf4eea
SOCL: rewrite cpu_task_submit helper function
|
лет назад: 12 |
cl_enqueuemapimage.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_enqueuemarker.c
|
795e6645a2
Return errors
|
лет назад: 13 |
cl_enqueuenativekernel.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_enqueuendrangekernel.c
|
762bbf4eea
SOCL: rewrite cpu_task_submit helper function
|
лет назад: 12 |
cl_enqueuereadbuffer.c
|
a15e772757
SOCL: fix dependency problem with clEnqueueWriteBuffer
|
лет назад: 12 |
cl_enqueuereadimage.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_enqueuetask.c
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
cl_enqueueunmapmemobject.c
|
762bbf4eea
SOCL: rewrite cpu_task_submit helper function
|
лет назад: 12 |
cl_enqueuewaitforevents.c
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
cl_enqueuewritebuffer.c
|
a15e772757
SOCL: fix dependency problem with clEnqueueWriteBuffer
|
лет назад: 12 |
cl_enqueuewriteimage.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_finish.c
|
fd80e259a9
SOCL: commands are entities now
|
лет назад: 12 |
cl_flush.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getcommandqueueinfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getcontextinfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getdeviceids.c
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |
cl_getdeviceinfo.c
|
079bc784ac
SOCL: fix clGetDeviceInfo
|
лет назад: 13 |
cl_geteventinfo.c
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
cl_geteventprofilinginfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getextensionfunctionaddress.c
|
ce1868ac44
SOCL: workaround for Intel OpenCL destructor bug
|
лет назад: 13 |
cl_getimageinfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getkernelinfo.c
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
cl_getkernelworkgroupinfo.c
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |
cl_getmemobjectinfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getplatformids.c
|
3e82805e99
SOCL: when starpu_init fails, get clGetPlatformIDs to return 0
|
лет назад: 13 |
cl_getplatforminfo.c
|
5806bbffe4
SOCL: add ICD support
|
лет назад: 13 |
cl_getprogrambuildinfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getprograminfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getsamplerinfo.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_getsupportedimageformats.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_icdgetplatformidskhr.c
|
5806bbffe4
SOCL: add ICD support
|
лет назад: 13 |
cl_releasecommandqueue.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_releasecontext.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_releaseevent.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_releasekernel.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_releasememobject.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_releaseprogram.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_releasesampler.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_retaincommandqueue.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_retaincontext.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_retainevent.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_retainkernel.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_retainmemobject.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_retainprogram.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_retainsampler.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_setcommandqueueproperty.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_setkernelarg.c
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
cl_unloadcompiler.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
cl_waitforevents.c
|
aecafb9550
SOCL: no longer wait blocking waitForEvents before submitting commands to StarPU
|
лет назад: 13 |
command.c
|
d3a760fd9c
SOCL: enhanced graph dump (show command type as string)
|
лет назад: 12 |
command.h
|
fd80e259a9
SOCL: commands are entities now
|
лет назад: 12 |
command_list.c
|
366dbf3033
SOCL: Fix ICD
|
лет назад: 13 |
command_list.h
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
command_queue.c
|
7da8aaf3ea
SOCL: dependency management clean up
|
лет назад: 12 |
command_queue.h
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
debug.c
|
a15e772757
SOCL: fix dependency problem with clEnqueueWriteBuffer
|
лет назад: 12 |
debug.h
|
a15e772757
SOCL: fix dependency problem with clEnqueueWriteBuffer
|
лет назад: 12 |
event.c
|
366dbf3033
SOCL: Fix ICD
|
лет назад: 13 |
event.h
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
gc.c
|
5806bbffe4
SOCL: add ICD support
|
лет назад: 13 |
gc.h
|
fa035d1c95
SOCL: delay command execution (task graph)
|
лет назад: 14 |
getinfo.h
|
366dbf3033
SOCL: Fix ICD
|
лет назад: 13 |
init.c
|
b471f86343
SOCL: fix for SOCL_SKIP_DESTRUCTOR
|
лет назад: 13 |
init.h
|
ce1868ac44
SOCL: workaround for Intel OpenCL destructor bug
|
лет назад: 13 |
mem_objects.c
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
mem_objects.h
|
971b72a37e
Do not #include C source file anymore in SOCL.
|
лет назад: 14 |
ocl_icd.h
|
497558585c
SOCL: fix deprecation warnings
|
лет назад: 13 |
socl.c
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |
socl.h
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |
task.c
|
762bbf4eea
SOCL: rewrite cpu_task_submit helper function
|
лет назад: 12 |
task.h
|
762bbf4eea
SOCL: rewrite cpu_task_submit helper function
|
лет назад: 12 |
util.c
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |
util.h
|
6b57bccbd8
SOCL: fix new SOCL model issues
|
лет назад: 12 |