Samuel Thibault
|
c0cb3f849f
port r 11459 from 1.1: Do not force calibration systematically when a history-based model is used. Let the scheduler trigger it when it actually needs an expected performance
|
11 rokov pred |
Nathalie Furmento
|
0e7f0fc0b0
src/core/perfmodel/perfmodel_history.c: starpu_perfmodel_init() already checks model and model->symbol, no need to do it before calling
|
12 rokov pred |
Nathalie Furmento
|
a6e209808e
src/core/perfmodel/perfmodel_history.c: function starpu_perfmodel_load_symbol() calls starpu_perfmodel_init()
|
12 rokov pred |
Nathalie Furmento
|
2c40adf4a1
perfmodel: rename starpu_initialize_model to starpu_perfmodel_init and starpu_initialize_model_with_file to starpu_perfmodel_init_with_file
|
12 rokov pred |
Nathalie Furmento
|
c7eb4897bd
src/core/perfmodel/perfmodel_history.c: initialize_per_arch_model calls memset to make sure all fields are initialised to 0
|
12 rokov pred |
Nathalie Furmento
|
483f8e2979
merge trunk
|
12 rokov pred |
Samuel Thibault
|
886afdc84b
port 11166 from 1.1: entry is also allocated from reading files, also disable helgrind check there
|
12 rokov pred |
Samuel Thibault
|
aea35461df
Document each racy spot normally reported by helgrind
|
12 rokov pred |
Samuel Thibault
|
0d1b0375b3
backport r11155 from 1.1: Disabling access to a variable locally does not actually seem to prevent helgrind from raising the race issues, on the contrary it prevents it from recording where the race comes from... Simply just disable checking these variables completely.
|
12 rokov pred |
Samuel Thibault
|
54460ab919
port r11138 from 1.1: Do not lie to helgrind about having taken a mutex, it produces erroneous races inside mutexes. Rather make helgrind ignore the precise memory accesses we know we do not need to care about
|
12 rokov pred |
Nathalie Furmento
|
04ee334338
merge trunk up to r11081
|
12 rokov pred |
Nathalie Furmento
|
b901df23be
src/core/perfmodel: the windows implementation of fscanf cannot read NAN values, we need to define a function doing it correctly
|
12 rokov pred |
Thibaud Lambert
|
54efaa63eb
mic (perfmodels): Correction register_model with debug
|
12 rokov pred |
Thibaud Lambert
|
6087bebc4b
Correction parsing in perfmodel_history.c
|
12 rokov pred |
Thibaud Lambert
|
df72333352
mic (perfmodels): Update perfmodels initialization
|
12 rokov pred |
Nathalie Furmento
|
22910be42b
src/core/perfmodel/perfmodel_history.c: remove un-needed variable
|
12 rokov pred |
Thibaud Lambert
|
af9b06a93c
merge revision 10998 of starpu-1.1
|
12 rokov pred |
Thibaud Lambert
|
a842503f19
mic (perfmodel): Correction init perfmodels + modification in parsing perfmodel
|
12 rokov pred |
Thibaud Lambert
|
f071b5918d
mic (perfmodels): Correction perfmodel init
|
12 rokov pred |
Thibaud Lambert
|
191df466c2
mic (perfmodels): Change initialize_model() model to use total number of devices and not actual numbr of devices
|
12 rokov pred |
Thibaud Lambert
|
65d83f8779
mic (perfmodels): merge trunk + Correction
|
12 rokov pred |
Nathalie Furmento
|
8c8083f248
src/core/perfmodel/perfmodel_history.c: forgot to declare variable ... (again ...)
|
12 rokov pred |
Nathalie Furmento
|
7637cc0f56
src/core/perfmodel/perfmodel_history.c: forgot to declare variable ...
|
12 rokov pred |
Nathalie Furmento
|
55f1145f6c
src/core/perfmodel/perfmodel_history.c: move parsing of performance model version at the right place
|
12 rokov pred |
Nathalie Furmento
|
561134d123
src/core/perfmodel/perfmodel_history.c: fix function to retrieve name of directory storing performance model files
|
12 rokov pred |
Nathalie Furmento
|
996e85965e
Performance models files are now stored in a directory whose name
|
12 rokov pred |
Samuel Thibault
|
f6ca7afe9c
Fix perfmodel output: do not emit all parallel perfmodels, only what we need
|
12 rokov pred |
Thibaud Lambert
|
5cbb25edb6
merge revision 10951 and 10956 of starpu-1.1
|
12 rokov pred |
Thibaud Lambert
|
3afcf39929
mic (perfmodels): merge trunk
|
12 rokov pred |
Nathalie Furmento
|
219507e0e0
perfmodel: new functionality to print directory name storing performance models
|
12 rokov pred |