Olivier Aumage
|
e41dda4d04
- OMP support ongoing work
|
11 年之前 |
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
|
11 年之前 |
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.
|
11 年之前 |
Andra Hugo
|
a11ccd3e7b
missing semi-colon
|
11 年之前 |
Samuel Thibault
|
0b407a7c7a
Use a macro to hide FUT_DO_PROBE2 call
|
11 年之前 |
Samuel Thibault
|
5ec6f8b8a7
Drop unused mask parameter of _starpu_fetch_task_input and _starpu_push_task_output
|
11 年之前 |
Nathalie Furmento
|
2a9ebe7478
src: rename field to unregister_hook
|
11 年之前 |
Nathalie Furmento
|
84b8576862
src: add hook to struct _starpu_data_state which will be called when unregistering the data
|
11 年之前 |
Samuel Thibault
|
fedd296373
* New codelet specific_nodes field to specify explicit target nodes for data.
|
11 年之前 |
Samuel Thibault
|
829873fb2d
Fix used structure
|
11 年之前 |
Samuel Thibault
|
cf314d6112
Fix releasing data on hard ENOMEM
|
11 年之前 |
Nathalie Furmento
|
59dc8c395f
src/datawizard: add missing include starpu_scheduler.h
|
11 年之前 |
Samuel Thibault
|
5259ef78d5
use macro
|
11 年之前 |
Samuel Thibault
|
245bdafca2
port r11388 from 1.1: Allocate RAM memory immediately, without using requests
|
11 年之前 |
Corentin Salingue
|
2d34323bf4
add mic and scc memory node in _starpu_select_src_node
|
12 年之前 |
Samuel Thibault
|
8e4b36633b
merge trunk
|
12 年之前 |
Nathalie Furmento
|
2d8f96be31
src/datawizard/coherency.c: fix #10665
|
12 年之前 |
Samuel Thibault
|
f86c7da2f6
Move data size probe to common place, where data is fetched, actually :)
|
12 年之前 |
Corentin Salingue
|
9cddae04db
merge trunk
|
12 年之前 |
Samuel Thibault
|
9c038ac2be
replace starpu_get_bandwidth/latency_CUDA/RAM_RAM/CUDA with calls to starpu_transfer_*
|
12 年之前 |
Corentin Salingue
|
021d380faa
merge trunk
|
12 年之前 |
Samuel Thibault
|
694cf40ec5
Make gpu-disk requests be handled by the gpu thread rather than a cpu thread which may not even exist
|
12 年之前 |
Samuel Thibault
|
fa47d65684
Make sure we don't post disk-related requests to a disk node. This would have happened for a gpu-disk transfer.
|
12 年之前 |
Corentin Salingue
|
613bc5f403
Out-of-core support, through registration of disk areas as additional memory nodes.
|
12 年之前 |
Nathalie Furmento
|
1bdf2585ae
merge trunk
|
12 年之前 |
Marc Sergent
|
9783f21238
Fix of the livelock discovered by Marc Sergent's internship, by adding a maximum trylock threshold before a blocking lock
|
12 年之前 |
Corentin Salingue
|
b38eaf381c
fix access between worker and disk
|
12 年之前 |
Corentin Salingue
|
ac0edaea4e
fix cuda bug
|
12 年之前 |
Corentin Salingue
|
4ae966b5a4
separate stdio and general disk functions + reduce warnings
|
12 年之前 |
Corentin Salingue
|
17f75a185b
add new functions to manipulate disk memoy + add private interface + change disk (second part)
|
12 年之前 |