Samuel Thibault
|
d0eab8ef8c
Do not rely on the .h file for functions actually available at link time, do check them explicitly
|
před 11 roky |
Samuel Thibault
|
deb5a22184
Document STARPU_NWORKER_PER_CUDA
|
před 11 roky |
Nathalie Furmento
|
a5977c4431
src/datawizard/memalloc.c: interface may be a keyword depending on the used compiler
|
před 11 roky |
Nathalie Furmento
|
292f8101d8
tests/perfmodels/user_base.c: fix function return type
|
před 11 roky |
Nathalie Furmento
|
4ce96baf81
src/datawizard/data_request.c: add parenthesis to enhance clarity
|
před 11 roky |
Nathalie Furmento
|
4f0c5ac5c6
include/starpu_perfmodel.h: define a invalid value for perfmodel type
|
před 11 roky |
Nathalie Furmento
|
95b0599a65
doxygen: fix ref commands and small typos
|
před 11 roky |
Nathalie Furmento
|
baa674826b
doxygen: silent warnings
|
před 11 roky |
Samuel Thibault
|
83a38dfa85
clEnqueueMarker is deprecated by clEnqueueMarkerWithWaitList. Be able to use both
|
před 11 roky |
Olivier Aumage
|
1ff35b63df
- fix another wrong ifdef
|
před 11 roky |
Olivier Aumage
|
f357759b05
- fix wrong ifdef test
|
před 11 roky |
Andra Hugo
|
5a219c8a8f
* patch Terry: fix book workers (book workers that have already been booked and wake up eventually workers that we don't want anymore in the group)
|
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
|
2963604386
port r12554 from 1.1: Disable timing on events for transfers, we don't use it
|
před 11 roky |
Samuel Thibault
|
28308c10be
Fix array size
|
před 11 roky |
Samuel Thibault
|
f400e9b510
Update variables to unset
|
před 11 roky |
Samuel Thibault
|
f249eeb264
Optimize getting the current task
|
před 11 roky |
Samuel Thibault
|
d996ed4da4
drop unused variable
|
před 11 roky |
Samuel Thibault
|
38fbca49e9
Fix _starpu_datawizard_progress prototype: it does not actually return anything
|
před 11 roky |
Samuel Thibault
|
8bfbe1ee39
Drop mentioning Gordon
|
před 11 roky |
Samuel Thibault
|
8bcae573b8
Drop duplicate wait
|
před 11 roky |
Samuel Thibault
|
e8a62c8fce
move spurious variable initialization
|
před 11 roky |
Samuel Thibault
|
c60d91cb3f
Enable asynchronous OpenCL wherever possible
|
před 11 roky |
Samuel Thibault
|
840af37490
push pending requests at the back of the list of pending requests, not the front
|
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
|
9e7c9936ce
Use STARPU_MAIN_RAM where appropriate
|
před 11 roky |
Samuel Thibault
|
9aa1c5ba6c
Use STARPU_MAIN_RAM where appropriate
|
před 11 roky |
Samuel Thibault
|
2bafbc890a
fix build
|
před 11 roky |
Samuel Thibault
|
92d443d920
Make documentation clearer
|
před 11 roky |
Samuel Thibault
|
ea5d8f596b
Make a copy of the interface to the memchunk only when the latter gets detached from the data, and thus the interface code will not work on it. Drop the copy when the memchunk gets reattached. This allows interfaces to modify pointers in the interface in unpack, notably
|
před 11 roky |