Samuel Thibault
|
def8c2ccaf
Explain that starpu does not schedule threads of a parallel task
|
13 years ago |
Samuel Thibault
|
d7cb5a1d9d
Add reduction example
|
13 years ago |
Samuel Thibault
|
f95e043173
Mention that hwloc is even more strongly recommended for parallel workers
|
13 years ago |
Samuel Thibault
|
29c58ebf73
Document that we actually create several workers, but use only one at a time
|
13 years ago |
Samuel Thibault
|
7733a5cb3c
Rename STARPU_MULTIFORMAT_GET_PTR into STARPU_MULTIFORMAT_GET_CPU_PTR, for coherency with the other macros
|
13 years ago |
Nathalie Furmento
|
a580ee99e1
doc: use @var in deftypefun declarations
|
13 years ago |
Nathalie Furmento
|
201ee06e8d
doc: add missing macros
|
13 years ago |
Nathalie Furmento
|
faf5ccf87f
doc: add missing functions
|
13 years ago |
Nathalie Furmento
|
0cbe489754
Function renaming:
|
13 years ago |
Nathalie Furmento
|
6b6c36d5fe
doc: minor fixes (typos)
|
13 years ago |
Samuel Thibault
|
73bb4da73f
Fix build
|
13 years ago |
Samuel Thibault
|
15a2f1d26f
Document parallel tasks
|
13 years ago |
Nathalie Furmento
|
bd47f03921
doc: define @node and @chapter in the main document and not in the individual chapters
|
13 years ago |
Nathalie Furmento
|
ef038c838d
doc: format updates
|
13 years ago |
Nathalie Furmento
|
d5b24e39d3
doc: always use the same environment (cartouche+smallexample) for source code
|
13 years ago |
Nathalie Furmento
|
8bf5774af3
doc: update towards new definition of starpu_task and starpu_codelet
|
13 years ago |
Samuel Thibault
|
37862069c7
Permit the application to provide its own size base for performance models
|
13 years ago |
Samuel Thibault
|
86a13c15d2
deprecate cost_model, and introduce cost_function, which is provided with the whole task structure, the target arch and implementation number
|
13 years ago |
Samuel Thibault
|
dfec7f881c
Make sure to take control of the right GPU
|
13 years ago |
Samuel Thibault
|
1bd28b5f76
Comment on On-GPU rendering
|
13 years ago |
Samuel Thibault
|
08f4ce1f07
Fix in-place partitioning for OpenCL. OpenCL codelets are not supposed to use the ptr pointer, since in OpenCL we only have a cl_mem
|
13 years ago |
Cyril Roelandt
|
55c2efdadc
Moving the multiformat example form "advanced api" to "advanced examples"
|
13 years ago |
Nathalie Furmento
|
be21794fe1
doc: STARPU_GPU and gpu_funcs do not exist. Update to CUDA
|
13 years ago |
Samuel Thibault
|
63fbac4cbf
Update doc concerning multiimpl
|
13 years ago |
Nathalie Furmento
|
80dc0ef0d0
doc: add missing s (Thanks Ludovic Stordeur for reporting it)
|
13 years ago |
Samuel Thibault
|
c1d47302fe
Tip about various compute capability variants
|
13 years ago |
Samuel Thibault
|
2f4491e804
Add can_execute member to the codelet structure, so applications can fine-tune implementations usage. Make most schedulers enforce it.
|
13 years ago |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 years ago |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 years ago |
Samuel Thibault
|
bf9bc759c4
Document that non-linear regression reverts to history-based on first run
|
13 years ago |