Nathalie Furmento
|
f7abbfa6fc
update copyright
|
7 years ago |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
7 years ago |
Nathalie Furmento
|
5e6a2a33ea
fixes for unused attributes and other minor warnings
|
8 years ago |
Samuel Thibault
|
f45c16240f
Also use physical number of cpus, since the users may use specific CPU cores
|
8 years ago |
Samuel Thibault
|
0612e2cf83
fix array sizes, notably important when mixing cuda and opencl devices, in which case they are not numbered from 0
|
8 years ago |
Samuel Thibault
|
31d6d3bfa6
fix bogus value
|
8 years ago |
Samuel Thibault
|
758045543f
fix leaking data when data_file or tasks_file is disabled. Also fix crash when disabling task_file
|
8 years ago |
Nathalie Furmento
|
9c38741e02
fix code to follow coding conventions for braces
|
8 years ago |
Nathalie Furmento
|
d917eaa107
src: use _STARPU_MSG instead of fprintf and avoid direct calls to fprintf(stderr, ...)
|
8 years ago |
Nathalie Furmento
|
b9cd261dbb
src: fix cppcheck warnings
|
9 years ago |
Samuel Thibault
|
f315f9f0eb
fix 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 |
Samuel Thibault
|
b49aa79c5e
Fix argument for _starpu_compute_buffers_footprint in bound computation
|
9 years ago |
Samuel Thibault
|
1c54fa0ccb
Add missing unlock
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Samuel Thibault
|
a41c4b9ce3
Fix some llvm warnings, nothing serious
|
10 years ago |
Samuel Thibault
|
c2fdc63b18
TODO
|
10 years ago |
Samuel Thibault
|
754cbe694b
Fix computing footprint of codelets with its own footprint function
|
11 years ago |
Nathalie Furmento
|
cc9aecb792
merge trunk
|
11 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
Nathalie Furmento
|
f885c06876
merge trunk
|
11 years ago |
Samuel Thibault
|
e5cf638f86
Pass codelet model when computing footprints for the bound computation
|
11 years ago |
Andra Hugo
|
5593439277
changing perf_model structure: arch now contains several devices, so we can have for eg one device STARPU_CPU with 2 cores one device STARPU_CUDA_WORKER with 1 core
|
11 years ago |
Samuel Thibault
|
4d81325ef7
fix missing initialization
|
12 years ago |
Thibaud Lambert
|
e2b943451f
mic (perfmodel): merge trunk + finalize perfmodel
|
12 years ago |
Samuel Thibault
|
9c038ac2be
replace starpu_get_bandwidth/latency_CUDA/RAM_RAM/CUDA with calls to starpu_transfer_*
|
12 years ago |
Samuel Thibault
|
b227dbcfdc
Use STARPU_ATTRIBUTE_* macros
|
12 years ago |
Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 years ago |
Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 years ago |