Nathalie Furmento
|
ebfe4fb015
src/core/perfmodel/perfmodel_history.c: storing the data in the hashtable is not such a bad idea (Thanks Ludovic and Cyril for helping me to detect this hideous bug)
|
13 years ago |
Nathalie Furmento
|
dddf3b39f8
src/core/perfmodel/perfmodel_history.c: remove test to detect if the key is present in the table. This was copied from the old hahstable implementation. I am not sure what the semantics of the test was. This needs to be clarified.
|
13 years ago |
Nathalie Furmento
|
88f56d1930
src/core/perfmodel/perfmodel_history.c: need to pass a pointer to the hash pointer, as the hash macro modify it
|
13 years ago |
Nathalie Furmento
|
7b7121a3bd
src/core/perfmodel/perfmodel_bus.c: only initialise OpenCL context if it is not already done by starpu_init
|
13 years ago |
Nathalie Furmento
|
2a6cf944b0
tools: minor fixes
|
13 years ago |
Nathalie Furmento
|
cb90c364cc
tools/Makefile.am: add rule make check
|
13 years ago |
Nathalie Furmento
|
285239d9f5
tests/loader: deal with special cases for tools/starpu_perfmodel_display and tools/starpu_perfmodel_plot which need a argument
|
13 years ago |
Nathalie Furmento
|
edefb5a7e1
ChangeLog: add 'Keep only one hashtable implementation common/uthash.h'
|
13 years ago |
Nathalie Furmento
|
a19b7037d2
mpi: move the warning to the comm_stats init function
|
13 years ago |
Nathalie Furmento
|
17ed921472
src: remove hashtable implementations which are no longer used. we use now the common/uthash.h implementation
|
13 years ago |
Nathalie Furmento
|
d69d55d4ef
mpi/tests/insert_task_cache.c: name the codelet to follow more easily the debug traces
|
13 years ago |
Nathalie Furmento
|
fdfd1282ad
mpi: use hashtable API provided by src/commion/uthash.h
|
13 years ago |
Nathalie Furmento
|
bab09bee90
mpi/starpu_mpi_insert_task_cache.c: rename internal type _starpu_mpi_clear_cache_t to follow StarPU naming conventions
|
13 years ago |
Nathalie Furmento
|
70cbd53b43
src/core/dependencies/tags.c: use hashtable API provided by src/commion/uthash.h
|
13 years ago |
Nathalie Furmento
|
d96c92a1b6
perfmodel_history: use hashtable API provided by src/commion/uthash.h
|
13 years ago |
Nathalie Furmento
|
23b1806120
src/core/topology.c: define struct handle_entry also when only OpenCL is enabled
|
13 years ago |
Samuel Thibault
|
037c2ed9ee
starpu_insert_task also needs to set cl_arg_size, will be useful for SCC/MIC
|
13 years ago |
Cyril Roelandt
|
59cb5ccbb9
Fix build on systems that do not have nearbyintf().
|
13 years ago |
Samuel Thibault
|
8bcc43fdb7
mention windows home dir
|
13 years ago |
Samuel Thibault
|
64ead86f78
Add archname not being calibrated
|
13 years ago |
Samuel Thibault
|
8098a66e47
mention that bound computation needs performance models to be calibrated
|
13 years ago |
Cyril Roelandt
|
eec69bb50a
src/core/perfmodel/perfmodel_bus.c: Do not use NAN as an initializer.
|
13 years ago |
Cyril Roelandt
|
749511bf35
tools/starpu_calibrate_bus.c: call starpu_init() and starpu_shutdown().
|
13 years ago |
Nathalie Furmento
|
c7b299435f
include/starpu_task.h: add documentation for magic field
|
13 years ago |
Nathalie Furmento
|
352fafc9b4
src/core/topology.c: use hashtable API provided by src/commion/uthash.h
|
13 years ago |
Nathalie Furmento
|
008f7465b2
src/core/perfmodel/perfmodel.h: remove dead code
|
13 years ago |
Samuel Thibault
|
5470efb671
Make sure people can not say they did not know eager was not optimized
|
13 years ago |
Samuel Thibault
|
2d353bd5bd
Add gl interop example using glutidlefunc
|
13 years ago |
Samuel Thibault
|
209ae93501
make tag-task relation edges dashed, to distinguish them from the actual dependencies
|
13 years ago |
Nicolas Collin
|
6de43fb048
Add a forgotten rename : starpu_codelet_t to struct starpu_codelet.
|
13 years ago |