Samuel Thibault
|
f2b1d0f595
port r12584 from 1.1: Re-enable asynchronous transfers from CPUs, now that the issue has been found to be in application code
|
před 11 roky |
Samuel Thibault
|
092f322b1c
Add CUDA concurrent kernel execution support through the STARPU_NWORKER_PER_CUDA environment variable.
|
před 11 roky |
Samuel Thibault
|
058e113825
port r12533 from 1.1: Do not let non-CUDA workers use non-0 streams, CUDA seems not very threadsafe with that. Make the coherency engine avoid selecting non-CUDA workers to issue transfers, to avoid letting them use the 0 stream.
|
před 11 roky |
Samuel Thibault
|
6325a34ab3
Move device id lookup into run-driver functions, to avoid paying the cost at each task execution
|
před 11 roky |
Samuel Thibault
|
b4976f3d00
Use different streams for gpu-gpu transfers
|
před 11 roky |
Samuel Thibault
|
2b30d49db1
Make it possible to use simgrid without having CUDA/OpenCL installed
|
před 12 roky |
Samuel Thibault
|
27960c28bc
Use a separate stream for gpu in/out, and peer, as some cards can actually do some transfers in parallel
|
před 12 roky |
Cyril Roelandt
|
ace934c823
Clean up src/core/topology.c.
|
před 12 roky |
Nathalie Furmento
|
8b00244b60
src: declare related driver functions in appropriate .h file
|
před 13 roky |
Cédric Augonnet
|
8412f45ae4
Create a stream dedicated to StarPU's async data transfers so that we can
|
před 14 roky |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
před 14 roky |
Cédric Augonnet
|
952534293d
Update copyright date
|
před 15 roky |
Nathalie Furmento
|
4a983beb04
Update copyright
|
před 15 roky |
Cédric Augonnet
|
e241148129
Clarify the behaviour of starpu_wait_all_tasks with regenarable tasks. A
|
před 15 roky |
Nathalie Furmento
|
807432b12c
Internal functions are named _starpu_XXX
|
před 15 roky |
Nathalie Furmento
|
78b0247b46
Prefixing ...
|
před 15 roky |
Nathalie Furmento
|
3739cfa184
Prefixing of objects defined in starpu_config_h.in
|
před 15 roky |
Samuel Thibault
|
52331b4652
do not systematically include sched.h
|
před 15 roky |
Cédric Augonnet
|
13dd236182
Keep this function public
|
před 15 roky |
Nathalie Furmento
|
3c7a6bade8
Rename cuda functions
|
před 15 roky |
Cédric Augonnet
|
95659a6ed2
prefix more internal functions with _starpu
|
před 15 roky |
Cédric Augonnet
|
f33fc377f9
Get rid of the starpu-async branch where all recent changes have been made.
|
před 15 roky |
Cédric Augonnet
|
513d4a4a5c
do not redefine _GNU_SOURCE if it's already defined
|
před 16 roky |
Cédric Augonnet
|
41f93730d4
do not forget src/ and tests/ :]
|
před 16 roky |