Samuel Thibault
|
ebf7530d52
Collapse thread and worker for CPU workers, since we are always synchronous there
|
10 gadi atpakaļ |
Samuel Thibault
|
a29008b72a
revert 14611: remove now useless special case, it is actually still needed
|
10 gadi atpakaļ |
Samuel Thibault
|
ea38c92f6f
Make CUDA driver initialization able to cope with several card
|
10 gadi atpakaļ |
Samuel Thibault
|
5675d4ae52
remove now useless special case
|
10 gadi atpakaļ |
Samuel Thibault
|
88f7a979ca
Fix assertion
|
10 gadi atpakaļ |
Samuel Thibault
|
4224463759
reorganize CUDA initialization to make it more orthogonal
|
10 gadi atpakaļ |
Samuel Thibault
|
2e89184346
drop duplicate definition
|
10 gadi atpakaļ |
Samuel Thibault
|
2413cbf4ef
Warn about maxcudadev being too small instead of crashing
|
10 gadi atpakaļ |
Samuel Thibault
|
0c92c82218
remove unused variable
|
10 gadi atpakaļ |
Nathalie Furmento
|
4ef1052e5e
src/drivers/cuda/driver_cuda.c: add missing #endif
|
10 gadi atpakaļ |
Samuel Thibault
|
3b691fd1f4
cudaThreadExit actually resets the whole device, which prevents the application from using it between shutdown and init
|
10 gadi atpakaļ |
Samuel Thibault
|
672160f937
Fix comment
|
10 gadi atpakaļ |
Samuel Thibault
|
f3d488b260
Avoid including cublas.h to avoid conflicting with cublas_v2.h
|
10 gadi atpakaļ |
Samuel Thibault
|
48eed7f291
also print the codelet name
|
10 gadi atpakaļ |
Samuel Thibault
|
7e8b37842d
print the error string, not only the value
|
10 gadi atpakaļ |
Samuel Thibault
|
907cc16e0a
be more specific about the task and codelet which failed to get submitted
|
10 gadi atpakaļ |
Samuel Thibault
|
2e3c01cb38
Always make sure that kernels without the async flag are waiting for kernel termination
|
10 gadi atpakaļ |
Olivier Aumage
|
793eba8411
- modify the way to unregister OpenMP tasks' data
|
10 gadi atpakaļ |
Samuel Thibault
|
791ad827f7
merge trunk
|
10 gadi atpakaļ |
Samuel Thibault
|
113cdbb1a3
Support pipeline mode in simgrid too. The results match the reality!
|
10 gadi atpakaļ |
Nathalie Furmento
|
cc9aecb792
merge trunk
|
10 gadi atpakaļ |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 gadi atpakaļ |
Nathalie Furmento
|
836c1e148c
merge trunk
|
10 gadi atpakaļ |
Nathalie Furmento
|
bbed82f445
merge trunk
|
10 gadi atpakaļ |
Nathalie Furmento
|
67951c8857
merge trunk
|
10 gadi atpakaļ |
Samuel Thibault
|
c3e6095f8d
Move the pause implementation into its own function, instead of _starpu_machine_is_running which is called in various places where the pause can actually lead to deadlocks
|
10 gadi atpakaļ |
Olivier Aumage
|
f4e9763817
- workaround allowing starpu_omp_shutdown to complete when called from a destructor, after CUDA as been used
|
10 gadi atpakaļ |
Nathalie Furmento
|
5481b186a6
merge trunk
|
10 gadi atpakaļ |
Samuel Thibault
|
b7b1a52587
truncat STARPU_*_PIPELINE to STARPU_MAX_PIPELINE
|
10 gadi atpakaļ |
Nathalie Furmento
|
406e57e284
merge trunk
|
10 gadi atpakaļ |