Samuel Thibault
|
56bd6f39a7
fix inclusion of starpu_config to enable inclusion of opencl-specific definitions
|
12 年 前 |
Nathalie Furmento
|
97b9449927
include: doc: minor fixes in function prototypes
|
12 年 前 |
Nathalie Furmento
|
9e56423411
starpu_opencl.h: add missing include
|
12 年 前 |
Nathalie Furmento
|
0b1d4dad0f
OpenCL: new function starpu_opencl_load_binary_opencl() to load a binary OpenCL kernel
|
13 年 前 |
Nathalie Furmento
|
8705aa7b2f
OpenCL: implement new functions to store compiled OpenCL kernels on the file system
|
13 年 前 |
Nathalie Furmento
|
91894d6cf2
include/starpu_opencl.h: remove trailing whitespaces
|
13 年 前 |
Ludovic Courtès
|
84b33e48cc
Add `starpu_opencl_error_string'.
|
13 年 前 |
Nathalie Furmento
|
7eccca1c90
OpenCL Driver: only keep one function in public interface to do the copy, there is no need to try a synchronous copy after a asynchronous copy has failed
|
13 年 前 |
Nathalie Furmento
|
e4b9b74e75
fix function prototype
|
13 年 前 |
Cyril Roelandt
|
d5e6287253
Expose some of the OpenCL related functions.
|
13 年 前 |
Cyril Roelandt
|
d5a4e0c455
Make STARPU_OPENCL_REPORT_ERROR abort the program, just like STARPU_CUDA_REPORT_ERROR.
|
13 年 前 |
Nathalie Furmento
|
367a594534
include: doc: update function prototypes to be similar in doc and include
|
13 年 前 |
Cyril Roelandt
|
bbce5565d0
starpu_opencl_set_kernel_args() does not take the number of arguments to set as a parameter any more.
|
13 年 前 |
Cyril Roelandt
|
394209fc9a
Add starpu_opencl_set_kernel_args().
|
13 年 前 |
Nathalie Furmento
|
1f0545b4e9
include: code cleaning
|
13 年 前 |
Samuel Thibault
|
6af576989c
Add missing prototypes
|
13 年 前 |
Samuel Thibault
|
73ac11ecf8
provide file and line of errors
|
13 年 前 |
Nathalie Furmento
|
50ffc4e901
OpenCL driver: improve platform detection and error message system
|
14 年 前 |
Samuel Thibault
|
ca5dd22771
move C99-ism from cuda/opencl helper headers to libstarpu itself.
|
14 年 前 |
Samuel Thibault
|
0ed129e2a3
better define a __starpu_func__ instead of a globally-visible __func__, and factorize in starpu_config.h
|
14 年 前 |
Samuel Thibault
|
08949c3a6b
MSVC does not support __func__, but __FUNCTION__
|
14 年 前 |
Nathalie Furmento
|
4f49f723e3
include/starpu_opencl.h: add a const qualifier (Thanks to Jonathan Adamczewski <jadamcze@utas.edu.au> for the patch)
|
14 年 前 |
Nathalie Furmento
|
51b04ba8f9
OpenCL Driver: update functions to compile opencl kernel
|
14 年 前 |
Samuel Thibault
|
17e420dd09
Fixes comment style in files in the include directory to allow
|
14 年 前 |
Cédric Augonnet
|
d56a66ebba
Fix compilation on Mac OS X (tested without OpenCL on a 64bit imac)
|
14 年 前 |
Nathalie Furmento
|
cc004131a4
OpenCL: when memory allocation fails, returns an error instead of aborting. StarPU can cope with the situation
|
14 年 前 |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 年 前 |
Samuel Thibault
|
24b42e1038
- Add starpu_opencl_collect_stats function to collect statistics from OpenCL
|
14 年 前 |
Cédric Augonnet
|
f60e74d9e8
Provide helpers to get a direct access to the current context and the current
|
14 年 前 |
Nathalie Furmento
|
686e38fa9c
OpenCL: use const when possible
|
14 年 前 |