Nathalie Furmento
|
bc433b4718
src/core/perfmodel/multiple_regression.c: fgets return value is not used, ignore it
|
8 年之前 |
Olivier Aumage
|
cf5be99691
update copyrights for files modified in 2017
|
8 年之前 |
Olivier Aumage
|
bc73bc0ae2
suppress seamingly unnecessary assert
|
8 年之前 |
Luka Stanisic
|
5c6a4fda73
mlr: more descriptive name for the internal function doing validation of mlr models (so potential warning is easier to understand)
|
8 年之前 |
Luka Stanisic
|
9222870a03
mlr: fixing the order in which matrix is filled
|
8 年之前 |
Nathalie Furmento
|
b9cd261dbb
src: fix cppcheck warnings
|
9 年之前 |
Samuel Thibault
|
f315f9f0eb
fix warnings
|
9 年之前 |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 年之前 |
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 年之前 |
Luka Stanisic
|
fa46554522
mlr: fixing memory leak when dgels doesnt work properly
|
9 年之前 |
Luka Stanisic
|
7c7c65b805
changelog and copyrights update
|
9 年之前 |
Luka Stanisic
|
f2e6c66815
mlr: need to validate absolute value of the coefficient
|
9 年之前 |
Luka Stanisic
|
5029dc8989
mlr: longer file names
|
9 年之前 |
Luka Stanisic
|
9a3fd108cb
mlr: when mlr is disabled, the codelets will still produce output in tmp/ for the potential analysis
|
9 年之前 |
Luka Stanisic
|
6818c04f85
mlr: writing nan when model is unknown
|
9 年之前 |
Luka Stanisic
|
82efa743b9
mlr: allowing parameters to have no names
|
9 年之前 |
Samuel Thibault
|
692a72a01d
Better use static structures for an example
|
9 年之前 |
Luka Stanisic
|
f90ad889a6
mlr: fixing make check and showcheck, warning about compilation on windows
|
9 年之前 |
Luka Stanisic
|
b4624a4be7
mlr: additional code cleanup
|
9 年之前 |
Luka Stanisic
|
e3a9b5e852
mlr: fixing for loops
|
9 年之前 |
Luka Stanisic
|
a7bf2f2698
mlr: cleaning the code and configuration
|
9 年之前 |
Luka Stanisic
|
7dbc418467
mlr: correcting the case STARPU_CALIBRATE=1 is run but with no history
|
9 年之前 |
Luka Stanisic
|
f9eda77c53
mlr: getting rid of the warning
|
9 年之前 |
Luka Stanisic
|
bc1d3ecf4e
mlr: if there is no lapack install and always use min-dgels
|
9 年之前 |
Luka Stanisic
|
46feb12730
mlr comments and errors cleanup
|
9 年之前 |
Luka Stanisic
|
ce1fc30e13
working on compilation and configuration process for multiple linear regression
|
9 年之前 |
Luka Stanisic
|
852bac2269
improving the config and compilation process for multiple linear regression
|
9 年之前 |
Luka Stanisic
|
86da2f8897
working on linking
|
9 年之前 |
Luka Stanisic
|
3287c300b8
adapting the code to use lapack dgels
|
9 年之前 |
Luka Stanisic
|
e199c495aa
fix parameters vs coefficients (now for real)
|
9 年之前 |