Samuel Thibault
|
58cc1abab5
cholesky: Do not allocate any memory in simgrid mode, add options for deps and printing lp in bound support
|
12 년 전 |
Samuel Thibault
|
da6a43c29f
use starpu time, in order to get simgrid time
|
12 년 전 |
Nathalie Furmento
|
437affee48
examples: deal with ENODEV errors
|
13 년 전 |
Nathalie Furmento
|
3f0e8b6165
examples: free memory and unregister data
|
13 년 전 |
Nathalie Furmento
|
dbed21b0c9
examples/cholesky/cholesky_implicit.c: free matrix before shutting down
|
13 년 전 |
Samuel Thibault
|
8861b1139a
Free data
|
13 년 전 |
Cyril Roelandt
|
0ee3ebd86c
examples: return 77 when there are no devices.
|
13 년 전 |
Nathalie Furmento
|
572473b193
examples: check return values of starpu functions
|
13 년 전 |
Nathalie Furmento
|
4e84b0ce42
examples: check return values of starpu functions
|
13 년 전 |
Nathalie Furmento
|
4cf1869497
examples: define access modes for data handle in struct starpu_codelet
|
13 년 전 |
Nathalie Furmento
|
b9476e6d4a
update code w.r.t coding style
|
13 년 전 |
Nathalie Furmento
|
61940dab45
examples: inside struct starpu_codelet, use xxx_funcs fields instead of the xxx_func ones
|
13 년 전 |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 년 전 |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 년 전 |
Nathalie Furmento
|
61f77c5b09
examples/: add missing calls to starpu_data_unregister
|
13 년 전 |
Samuel Thibault
|
63d7799af6
Add theoretical bound support to cholesky, document that the result is in ms
|
13 년 전 |
Samuel Thibault
|
77e5c2f107
Drop useless field initialization to NULL
|
14 년 전 |
Nathalie Furmento
|
a9f4293583
minor fixes for warnings detected by Intel Compiler
|
14 년 전 |
Cédric Augonnet
|
2db455d5ab
Use starpu_malloc
|
14 년 전 |
Samuel Thibault
|
68c2135caf
fix yet more c++-like comments
|
14 년 전 |
Nathalie Furmento
|
d6c6d3663f
examples/: do not display messages when environment variable STARPU_SSILENT is set
|
14 년 전 |
Cédric Augonnet
|
355f25c062
Implement a parallel version of the GEMM kernel for the cholesky example.
|
14 년 전 |
Cédric Augonnet
|
d2b74ec5be
Make error checking optional, and fix it in the case memory was pinned (we
|
14 년 전 |
Cédric Augonnet
|
0de9ecb7a8
Massive cleanup in the examples/cholesky/ directory. Remove traces of the "dw_"
|
14 년 전 |
Nathalie Furmento
|
b4352a9562
minor fix
|
14 년 전 |
Nathalie Furmento
|
2e35e20639
examples/cholesky/cholesky_implicit:
|
14 년 전 |
Nathalie Furmento
|
ba77f8be6f
fix copyright
|
14 년 전 |
Nathalie Furmento
|
e62b075cbf
add an implicit version of cholesky using starpu_insert_task
|
14 년 전 |