Olivier Aumage
|
b279cf877c
- use a callback to free implicit tasks
|
8 years ago |
Samuel Thibault
|
72c5144f39
Avoid helgrind warnings on statistics
|
8 years ago |
Samuel Thibault
|
4fbf3e23d7
Check sched_mutex rule before releasing the mutex, in case releasing the mutex actually leads to seeing something freed that is used to access to the mutex (e.g. an index)
|
8 years ago |
Samuel Thibault
|
573ea8532d
comment
|
8 years ago |
Samuel Thibault
|
f599bc3c4e
fix memory leak in rare case
|
8 years ago |
Samuel Thibault
|
05c39002ac
fix build with old fxt
|
8 years ago |
Samuel Thibault
|
ac97b46d35
fix build
|
8 years ago |
Samuel Thibault
|
d9671ac8fa
Move dyn_* task fields, to make sure we can detect nbuffers being bigger than STARPU_NMAXBUFS without using dyn_handles
|
8 years ago |
Samuel Thibault
|
44a2c4e852
Set coordinates of tiles
|
8 years ago |
Samuel Thibault
|
d2e64bab1a
Fix sizeof
|
8 years ago |
Samuel Thibault
|
cd6325e21c
fix non-fxt build for real :)
|
8 years ago |
Samuel Thibault
|
9ec78f8163
Remove the --enable-paje-condelet-details configure option: vite r1430 has been released more than two years ago, it's even in Debian Jessie, so we can assume people have it on their desktop machine
|
8 years ago |
Samuel Thibault
|
4f179462dc
Fix build without fxt
|
8 years ago |
Samuel Thibault
|
b50f0272f8
fix build without fxt
|
8 years ago |
Samuel Thibault
|
db0acb2486
Add starpu_data_set_name, starpu_data_set_coordinates_array, and starpu_data_set_coordinates to describe data.
|
8 years ago |
Samuel Thibault
|
a2b1fe5f42
avoid crashing at shutdown on systems with CUDA installed but not CUDA device
|
8 years ago |
Samuel Thibault
|
5dcb53b514
Fix checking errors on FUTEX_WAKE: it returns the number of woken threads, not 0
|
8 years ago |
Samuel Thibault
|
f89ff79039
Add a memory barrier to starpu_pthread_spin_unlock, for the architectures whose atomic_add don't provide one
|
8 years ago |
Samuel Thibault
|
4cb6fea373
Use double to fix bandwidth computation rounding errors
|
8 years ago |
Samuel Thibault
|
9335a5c0b5
fix coverity warning
|
8 years ago |
Samuel Thibault
|
b538fb0e70
Fix build in C++
|
8 years ago |
Samuel Thibault
|
31732edff1
fix build without cuda
|
8 years ago |
Samuel Thibault
|
441644b632
Benefit from cublas v2
|
8 years ago |
Samuel Thibault
|
9ade595f96
Disable core dumps for tests which are supposed to crash
|
8 years ago |
Corentin Salingue
|
26b89df518
Set the baseworkerid in the node to get the good memory node
|
8 years ago |
Samuel Thibault
|
739134600a
Normalize error checking against modules of results
|
8 years ago |
Samuel Thibault
|
839a9bae7f
Show precise values for checking cholesky result
|
8 years ago |
Corentin Salingue
|
6ca2be66c7
Don't wait MPI and MIC drivers which are already waited
|
8 years ago |
Samuel Thibault
|
94ca64b12c
Fix dag generation with MPI
|
8 years ago |
Samuel Thibault
|
f09d178516
Work around cublas bug
|
8 years ago |