Nathalie Furmento
|
dab571cbff
src: use tabs instead of spaces and remove trailing whitespaces
|
12 anos atrás |
Cyril Roelandt
|
9ad59223b1
Use STARPU_UNLIKELY() when checking the return values of the OpenCL functions.
|
12 anos atrás |
Samuel Thibault
|
fc407c8e48
handle NULL OpenCL build options
|
12 anos atrás |
Nathalie Furmento
|
0fa97b13b4
src/drivers/opencl/driver_opencl_utils.c: turn function static
|
13 anos atrás |
Nathalie Furmento
|
fc8ac6a58b
src/drivers/opencl/driver_opencl_utils.c~: fix format string conversion and static functions which are eligible
|
13 anos atrás |
Nathalie Furmento
|
a23646c801
src/drivers/opencl/driver_opencl_utils.c: update function to load compiled OpenCL kernels as some compilers produce a binary (and not a text) file
|
13 anos atrás |
Nathalie Furmento
|
f1a5f5bd41
src/drivers/opencl/driver_opencl_utils.c: use _STARPU_DEBUG instead of _STARPU_DISP
|
13 anos atrás |
Nathalie Furmento
|
0b1d4dad0f
OpenCL: new function starpu_opencl_load_binary_opencl() to load a binary OpenCL kernel
|
13 anos atrás |
Nathalie Furmento
|
d07aaa7c35
src/drivers/opencl/driver_opencl_utils.c: minor fixes
|
13 anos atrás |
Nathalie Furmento
|
8705aa7b2f
OpenCL: implement new functions to store compiled OpenCL kernels on the file system
|
13 anos atrás |
Ludovic Courtès
|
84b33e48cc
Add `starpu_opencl_error_string'.
|
13 anos atrás |
Cyril Roelandt
|
be208ea7d6
starpu_opencl_load_kernel: remove a useless call to starpu_opencl_get_context.
|
13 anos atrás |
Nathalie Furmento
|
16fde28268
src/drivers/opencl/driver_opencl_utils.c: more explicit message
|
13 anos atrás |
Cyril Roelandt
|
6721571f65
starpu_opencl_unload_opencl(): check the return value of clReleaseProgram.
|
13 anos atrás |
Cyril Roelandt
|
016a2fc57b
drivers/opencl/driver_opencl_utils.c: starpu_opencl_unload_opencl() returns an int, not a cl_int.
|
13 anos atrás |
Nathalie Furmento
|
16e7849761
src/drivers/opencl/driver_opencl_utils.c: always display the output of the OpenCL compilation, and also check compilation status with clGetProgramBuildInfo(CL_PROGRAM_BUILD_STATUS)
|
13 anos atrás |
Nicolas Collin
|
da461dcdcf
Make 'driver_opencl_utils.c' coding-style compliant.
|
13 anos atrás |
Nathalie Furmento
|
5bd0025725
src: let's decrease number of warnings for icc ...
|
13 anos atrás |
Cyril Roelandt
|
b6df6beea3
Renaming public functions :
|
13 anos atrás |
Nathalie Furmento
|
5c6241e2ec
src/drivers/opencl: return an error instead of aborting when failing to build a program
|
13 anos atrás |
Cyril Roelandt
|
bc650b3ddb
Do not compare a pointer to the integer value "0".
|
13 anos atrás |
Cyril Roelandt
|
bbce5565d0
starpu_opencl_set_kernel_args() does not take the number of arguments to set as a parameter any more.
|
13 anos atrás |
Cyril Roelandt
|
394209fc9a
Add starpu_opencl_set_kernel_args().
|
13 anos atrás |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
13 anos atrás |
Nathalie Furmento
|
dc3ed7d4eb
src/drivers/opencl/driver_opencl_utils.c: deal with cases when no directory is found
|
13 anos atrás |
Nathalie Furmento
|
e6c31e0532
Driver OpenCL: updating compilation of opencl codelets
|
13 anos atrás |
Nathalie Furmento
|
fd84a18ae7
src: fix minor warnings (detected by compiler icc)
|
13 anos atrás |
Samuel Thibault
|
0925502c69
Do not unload OpenCL programs when they haven't been loaded due to no worker (see r4310)
|
13 anos atrás |
Nathalie Furmento
|
011cf9daa0
OpenCL driver: get the correct number of OpenCL workers
|
13 anos atrás |
Samuel Thibault
|
73ac11ecf8
provide file and line of errors
|
13 anos atrás |