Cédric Augonnet
|
a9b978b5ea
minor fix: use GotoBLAS rather than STARPU_GOTO in the help messages
|
15 年 前 |
Cédric Augonnet
|
f458a27005
Move starpu_advise_if_data_is_important into user_interactions.c
|
15 年 前 |
Cédric Augonnet
|
8b176292d7
move the functions responsible for creating / destroying a data handle into the
|
15 年 前 |
Cédric Augonnet
|
a69ef10f35
Rename hierarchy.{c,h} into filters.{c,h}
|
15 年 前 |
Cédric Augonnet
|
902eaaab9c
There is no need to have starpu_data_state_create public. We also move it in a
|
15 年 前 |
Samuel Thibault
|
b8f8e64cb5
fixes for hwloc 1.0
|
15 年 前 |
Cédric Augonnet
|
7c7752e348
minor fix to avoid spurious condition variable awaking
|
15 年 前 |
Cédric Augonnet
|
c4a9cdc768
In order to facilitate some microbenchmarking, we add a src/debug directory
|
15 年 前 |
Cédric Augonnet
|
b19e14f7c2
yet more error checking
|
15 年 前 |
Cédric Augonnet
|
d11bfda915
Fix previous commit
|
15 年 前 |
Cédric Augonnet
|
075c75f788
Define STARPU_HAVE_MAGMA if and only if magma was enabled
|
15 年 前 |
Cédric Augonnet
|
210585a32e
Add a --with-magma option to the configure script to specify whether the MAGMA
|
15 年 前 |
Cédric Augonnet
|
0f9a02a475
Yet more return value checking for condition variables
|
15 年 前 |
Cédric Augonnet
|
24ac275612
Bug fix: when starpu_wait_task is called on a task, we block until both the
|
15 年 前 |
Cédric Augonnet
|
61652faf3b
- Some pthread functions seem to leave errno unmodified, so we use strerror
|
15 年 前 |
Cédric Augonnet
|
54dd72566a
The SpMV example does not have to depend on ATLAS.
|
15 年 前 |
Cédric Augonnet
|
b7da4c1368
Follow-up to commit r2004
|
15 年 前 |
Cédric Augonnet
|
e77ca93d65
Check the return value of pthread_cond_wait and use a while loop around
|
15 年 前 |
Cédric Augonnet
|
5e58eecdc5
Explicitly use float constants so that nvcc does not protest.
|
15 年 前 |
Cédric Augonnet
|
6faa2c6aea
Fix the late_task_deps test:
|
15 年 前 |
Cédric Augonnet
|
abb0b07d97
We must not reset the j->terminated flag until the job is actually reused,
|
15 年 前 |
Cédric Augonnet
|
63e81175b8
Paf le commit 2000 !
|
15 年 前 |
Nathalie Furmento
|
8dabb67ad1
using while is safer in a thread environment
|
15 年 前 |
Nathalie Furmento
|
cde4ad65e2
Check the return value of pthread_mutex_lock(...) and pthread_mutex_unlock(...)
|
15 年 前 |
Cédric Augonnet
|
5898e6d9aa
We must have set the j->terminated flag early, so that it is possible to
|
15 年 前 |
Cédric Augonnet
|
c9b925dd19
Simplify the SpMV example a little more
|
15 年 前 |
Cédric Augonnet
|
f81bb7fa8d
Cleanup the SpMV example a little, and make sure that the codelet structure is properly initialized.
|
15 年 前 |
Cédric Augonnet
|
3ab2735515
fix header name
|
15 年 前 |
Nathalie Furmento
|
6cefcf8c2b
revert r1973 (it seems like build-aux is a 'standard' name)
|
15 年 前 |
Nathalie Furmento
|
08f6c843d2
StarPU: Use character _ instead of - in filenames
|
15 年 前 |