Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 years ago |
Nathalie Furmento
|
c802a93c0c
src: fixes minor gcc warnings
|
6 years ago |
Samuel Thibault
|
ebe4758357
Restore automatically looking for OpenCL programs in the source, but only for development compilations
|
7 years ago |
Samuel Thibault
|
186c17739a
Avoid hardcoding the src dir in installed binaries just for opencl tests
|
7 years ago |
Nathalie Furmento
|
f7abbfa6fc
update copyright
|
7 years ago |
Nathalie Furmento
|
e1c54dcc09
src: fix variable name
|
7 years ago |
Nathalie Furmento
|
fab13bc6f7
minor fixes for bugs spotted by static analyser
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Nathalie Furmento
|
8071dad2cb
src: new macro _STARPU_EXTRA_DEBUG enabled with configure option --enable-verbose=extra
|
8 years ago |
Samuel Thibault
|
d12dc07efa
avoid using sprintf
|
8 years ago |
Nathalie Furmento
|
1d90cf39b7
src: avoid calling fprint directly, use instead starpu message functions
|
8 years ago |
Nathalie Furmento
|
87718074ae
src: fix cppcheck warnings
|
9 years ago |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 years ago |
Nathalie Furmento
|
d4761fddf6
src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions
|
9 years ago |
Olivier Aumage
|
48563de46a
- avoid dumping tons of source code when debugging real application, unless the user really wants it
|
9 years ago |
Samuel Thibault
|
6d917d694e
rename "power" into "energy" wherever it applies, notably energy consumption performance models
|
9 years ago |
Nathalie Furmento
|
6115156c56
opencl: fix bug when compilation produces too many error
|
9 years ago |
Nathalie Furmento
|
64a00c3b0a
opencl: StarPU can now deal with very long opencl kernel sources. It
|
9 years ago |
Nathalie Furmento
|
adaea43e58
src/drivers/opencl: properly release memory and opencl objects
|
9 years ago |
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
|
10 years ago |
Samuel Thibault
|
2832f2beb7
drop dead code
|
10 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..
|
11 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
|
11 years ago |
Samuel Thibault
|
a92760f1c6
Make sure we don't unconditionnally include unistd.h, which is not available on windows
|
11 years ago |