Nathalie Furmento
|
e3c30a2b44
gcc-plugin/tests/Makefile.am: when OpenCL is enabled, disable tests which use a mock implementation OpenCL as it conflicts with the system-installed OpenCL
|
13 年之前 |
Sylvain Henry
|
4d4495686f
configure.ac: fix for AM_PROG_AR
|
13 年之前 |
Sylvain Henry
|
2999cc6fe3
Fix build system for AutoConf 2.69
|
13 年之前 |
Sylvain Henry
|
72a94eb7b8
SOCL: fix use of deprecated API
|
13 年之前 |
Sylvain Henry
|
965ec2a0de
SOCL: remove useless debug strings
|
13 年之前 |
Sylvain Henry
|
841d32a1b2
StarPU-FFT: fix error when using both CUDA and FFTW3
|
13 年之前 |
Ludovic Courtès
|
df8b951430
gcc: Really make g++ happy.
|
13 年之前 |
Ludovic Courtès
|
aca7ce2ca8
gcc: Placate g++.
|
13 年之前 |
Ludovic Courtès
|
bebc00342b
gcc: Add missing <sys/mman.h> inclusion.
|
13 年之前 |
Ludovic Courtès
|
d7f1fb7e2e
gcc: Factorize OpenCL file-loading code.
|
13 年之前 |
Ludovic Courtès
|
fb495aa978
gcc: Add `-fplugin-arg-starpu-opencl-include-dir'.
|
13 年之前 |
Ludovic Courtès
|
525dfbbed7
gcc: Add preliminary `#pragma starpu opencl'.
|
13 年之前 |
Ludovic Courtès
|
f4e5624855
gcc: Factorize struct tag lookup.
|
13 年之前 |
Ludovic Courtès
|
3e13570cb1
gcc: mocks: Invoke task implementations.
|
13 年之前 |
Ludovic Courtès
|
dcf93197bc
gcc: Fix the mock `starpu_codelet_unpack_args'.
|
13 年之前 |
Cyril Roelandt
|
944f874558
_starpu_driver_test_request_completion(): return an error if the param_value argument of clGetEventInfo() is negative.
|
13 年之前 |
Ludovic Courtès
|
e583c3f891
gcc: Enable the `opencl-types.c' test when OpenCL is not used.
|
13 年之前 |
Ludovic Courtès
|
b37e8c60d9
gcc: Add an `add_target' pragma.
|
13 年之前 |
Ludovic Courtès
|
f5740af656
gcc: Adapt configury to Darwin's linker.
|
13 年之前 |
Ludovic Courtès
|
ee295e6454
gcc: Factorize task argument list initialization.
|
13 年之前 |
Ludovic Courtès
|
71741efad3
gcc: Interpret string literals.
|
13 年之前 |
Ludovic Courtès
|
769037ee28
gcc: Parse with `c_lex_with_flags' to distinguish adjacent strings.
|
13 年之前 |
Nathalie Furmento
|
6f5f86669f
src/drivers/cuda/driver_cuda.c: macro _STARPU_TRACE_WORKER_INIT_START cannot be called directly with 'args->memory_node', needs to use a variable (possibly the macro is interpreting the string args by something else)
|
13 年之前 |
Nathalie Furmento
|
e8537035cc
src/drivers/cuda/driver_cuda.c: fix access for memory node field
|
13 年之前 |
Nathalie Furmento
|
9aea7ff237
src/drivers/cuda/driver_cuda.c: memnode is a field of args
|
13 年之前 |
Cyril Roelandt
|
9abd6ebfb0
Rename starpu_run_driver to starpu_driver_run for the sake of consistency.
|
13 年之前 |
Cyril Roelandt
|
5b0890c7df
Documentation; starpu_driver_init, starpu_driver_run_once, starpu_driver_deinit.
|
13 年之前 |
Cyril Roelandt
|
4794b8e009
Add driver-related functions to the API;
|
13 年之前 |
Nathalie Furmento
|
cfc311a68e
AUTHORS: add cyril and nicolas
|
13 年之前 |
Nathalie Furmento
|
8e14a441a0
doc/chapters/basic-api.texi: fix doc w.r.t public api
|
13 年之前 |