Nathalie Furmento
|
7eaf99d199
src/drivers/opencl/driver_opencl_utils.c: fix previous commit #17183, fread returns the number of items read, and not the size
|
9 years ago |
Nathalie Furmento
|
1ca46ce59b
src/drivers/opencl/driver_opencl_utils.c: check return values for stat() and fread() functions
|
9 years ago |
Samuel Thibault
|
76c138de96
Integrate PH's change to support long error OpenCL messages and bigger OpenCL programs
|
9 years ago |
Samuel Thibault
|
6ec92c3148
fix fd leak
|
9 years ago |
Samuel Thibault
|
2832f2beb7
drop dead code
|
9 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
efea5f1a8f
src/ tests/ tools/: fix coding style, curly braces go on a newline
|
10 years ago |
Nathalie Furmento
|
992aac301e
minor fixes
|
10 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 years ago |
Nathalie Furmento
|
cea4b29ed5
src/drivers/opencl/driver_opencl_utils.c: first look for opencl source files in source directory and if not found in installation directory
|
10 years ago |
Samuel Thibault
|
a92760f1c6
Make sure we don't unconditionnally include unistd.h, which is not available on windows
|
11 years ago |
Samuel Thibault
|
a3f27f08ad
Make some warnings clearer. Avoid a very odd warning when the codelet has more parameters than allowed
|
12 years ago |
Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 years ago |
Nathalie Furmento
|
dab571cbff
src: use tabs instead of spaces and remove trailing whitespaces
|
12 years ago |
Cyril Roelandt
|
9ad59223b1
Use STARPU_UNLIKELY() when checking the return values of the OpenCL functions.
|
12 years ago |
Samuel Thibault
|
fc407c8e48
handle NULL OpenCL build options
|
12 years ago |
Nathalie Furmento
|
0fa97b13b4
src/drivers/opencl/driver_opencl_utils.c: turn function static
|
13 years ago |
Nathalie Furmento
|
fc8ac6a58b
src/drivers/opencl/driver_opencl_utils.c~: fix format string conversion and static functions which are eligible
|
13 years ago |
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 years ago |
Nathalie Furmento
|
f1a5f5bd41
src/drivers/opencl/driver_opencl_utils.c: use _STARPU_DEBUG instead of _STARPU_DISP
|
13 years ago |
Nathalie Furmento
|
0b1d4dad0f
OpenCL: new function starpu_opencl_load_binary_opencl() to load a binary OpenCL kernel
|
13 years ago |
Nathalie Furmento
|
d07aaa7c35
src/drivers/opencl/driver_opencl_utils.c: minor fixes
|
13 years ago |
Nathalie Furmento
|
8705aa7b2f
OpenCL: implement new functions to store compiled OpenCL kernels on the file system
|
13 years ago |
Ludovic Courtès
|
84b33e48cc
Add `starpu_opencl_error_string'.
|
13 years ago |
Cyril Roelandt
|
be208ea7d6
starpu_opencl_load_kernel: remove a useless call to starpu_opencl_get_context.
|
13 years ago |
Nathalie Furmento
|
16fde28268
src/drivers/opencl/driver_opencl_utils.c: more explicit message
|
13 years ago |
Cyril Roelandt
|
6721571f65
starpu_opencl_unload_opencl(): check the return value of clReleaseProgram.
|
13 years ago |
Cyril Roelandt
|
016a2fc57b
drivers/opencl/driver_opencl_utils.c: starpu_opencl_unload_opencl() returns an int, not a cl_int.
|
13 years ago |
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 years ago |
Nicolas Collin
|
da461dcdcf
Make 'driver_opencl_utils.c' coding-style compliant.
|
13 years ago |