Samuel Thibault
|
76fb5c6acc
Fix build
|
10 gadi atpakaļ |
Samuel Thibault
|
f9d80aa69a
comments
|
10 gadi atpakaļ |
Samuel Thibault
|
0fccdd593e
fix simgrid memleak
|
10 gadi atpakaļ |
Samuel Thibault
|
816ef98955
Fix starpu_opencl_allocate_memory call
|
10 gadi atpakaļ |
Samuel Thibault
|
fa015c7575
make gpu register tests use the last GPU, to trigger bugs about not selecting the proper GPU
|
10 gadi atpakaļ |
Samuel Thibault
|
feda650297
Fix starpu_malloc_on_node for OpenCL when not called from the GPU worker
|
10 gadi atpakaļ |
Samuel Thibault
|
52cfd05a46
fix starpu_malloc_on_node when called outside of the GPU worker
|
10 gadi atpakaļ |
Samuel Thibault
|
ebba0202eb
Fix enabling GPU-GPU transfers for interfaces which only provide the any_to_any method, i.e. almost all of them
|
10 gadi atpakaļ |
Samuel Thibault
|
9327d30712
revert spurious changes
|
10 gadi atpakaļ |
Samuel Thibault
|
c209bb90fd
port r13570 from 1.1: Fix mc memory leak
|
10 gadi atpakaļ |
Samuel Thibault
|
85be2932f1
Add testcase for the allocation cache
|
11 gadi atpakaļ |
Samuel Thibault
|
d8ca14fa57
Fix reusing data from the allocation cache: the mc shouldn't be put on the mc_list, that will be handled by register_mem_chunk
|
11 gadi atpakaļ |
Samuel Thibault
|
bf7f638242
Add missing async flag
|
11 gadi atpakaļ |
Nathalie Furmento
|
13ec014918
tests/sched_policies/simple_cpu_gpu_sched.c: remove extra parenthesis
|
11 gadi atpakaļ |
Nathalie Furmento
|
81a419c4c0
tests/sched_policies/simple_cpu_gpu_sched.c: explain what went wrong
|
11 gadi atpakaļ |
Nathalie Furmento
|
353c98cbf2
src/datawizard/data_request.c: fix call to STARPU_HG_DISABLE_CHECKING and STARPU_HG_ENABLE_CHECKING
|
11 gadi atpakaļ |
Samuel Thibault
|
fc76d5ee50
Lighten pressure on the spinlock of the request we are waiting for. This should fix the livelock in simgrid.
|
11 gadi atpakaļ |
Samuel Thibault
|
da64f4cb8d
explicit that starpu_malloc_on_node allocations must be freed with starpu_free_on_node
|
11 gadi atpakaļ |
Samuel Thibault
|
d55a3b0bcd
It is useless to keep the pthread_attr around in the mutex lifetime
|
11 gadi atpakaļ |
Samuel Thibault
|
0613ff03e9
print the number of measurements
|
11 gadi atpakaļ |
Samuel Thibault
|
1604b5b403
fix memleak
|
11 gadi atpakaļ |
Samuel Thibault
|
b7b1a52587
truncat STARPU_*_PIPELINE to STARPU_MAX_PIPELINE
|
11 gadi atpakaļ |
Nathalie Furmento
|
cac7d80ba8
src/drivers/cuda/driver_cuda.c: fix typo
|
11 gadi atpakaļ |
Samuel Thibault
|
3ed3e95a2a
Do not check for stream synchronization when we do it ourselves
|
11 gadi atpakaļ |
Nathalie Furmento
|
1ae61a95f9
CUDA and OpenCL drivers: when STARPU_CUDA_PIPELINE and STARPU_OPENCL_PIPELINE are set to 0, force synchronous execution of all kernels
|
11 gadi atpakaļ |
Nathalie Furmento
|
7deabca3dc
ChangeLog: mention STARPU_CUDA_PIPELINE and STARPU_OPENCL_PIPELINE
|
11 gadi atpakaļ |
Nathalie Furmento
|
31393afbd6
tests/main/execute_schedule.c: use starpu_drand48() as random() is not available on windows
|
11 gadi atpakaļ |
Samuel Thibault
|
74576df8fb
TODO: use a heap to manage local_ordered_tasks
|
11 gadi atpakaļ |
Samuel Thibault
|
9d8e413617
Add STARPU_WORKER_ORDER to be able to specify workerorder from insert_task calls
|
11 gadi atpakaļ |
Samuel Thibault
|
6083b2af7d
Make sure the user doesn't introduce duplicate worker order values
|
11 gadi atpakaļ |