Nathalie Furmento
|
be0c2c22ac
revert @7765 and 7766. field cl_arg_size of struct starpu_task is needed for other drivers
|
12 年之前 |
Nathalie Furmento
|
d2c62a5477
field cl_arg_size of struct starpu_task is only used by the cell driver, remove it
|
12 年之前 |
Nathalie Furmento
|
6f60b3edcb
doc: remove documentation about Cell driver as it is no longer supported
|
12 年之前 |
Samuel Thibault
|
bc121c7dde
split long lines
|
12 年之前 |
Ludovic Courtès
|
91766051e7
gcc: Add the `registered' attribute.
|
12 年之前 |
Nathalie Furmento
|
71cb4d95e7
doc: only include starpu.h as it includes all the other starpu_ .h files
|
12 年之前 |
Cyril Roelandt
|
f6963b21cd
Use STARPU_NCPU instead of STARPU_NCPUS.
|
13 年之前 |
Samuel Thibault
|
513d5719e4
emphasize that structures should be initialized to zero
|
13 年之前 |
Ludovic Courtès
|
41d87dd4e9
gcc: Document implicit task CPU implementations.
|
13 年之前 |
Samuel Thibault
|
638204b873
Make even clearer that pkg-config has to first work before anything else will.
|
13 年之前 |
Ludovic Courtès
|
fe191cf1a5
gcc: Error out when a task with an OpenCL impl. uses `size_t' arguments.
|
13 年之前 |
Cyril Roelandt
|
fcc9ad07ba
Add a TODO in the gcc-plugin part of the doc : the vector_scal example does not work.
|
13 年之前 |
Ludovic Courtès
|
941e89e7a8
doc: Document the `initialize', `shutdown', and `wait' pragmas.
|
13 年之前 |
Nathalie Furmento
|
c13e50a5a0
doc: GCC plugin example before standard API example
|
13 年之前 |
Nathalie Furmento
|
f8efdae583
doc: shuffle sections
|
13 年之前 |
Ludovic Courtès
|
3dfaa051ad
doc: Add a StarPU-C "hello world".
|
13 年之前 |
Ludovic Courtès
|
21ac454f23
doc: Add the vector-scaling example in StarPU-GCC prominently.
|
13 年之前 |
Ludovic Courtès
|
5c10219394
Rename `libstarpu-1.0.pc' to `starpu-1.0.pc'.
|
13 年之前 |
Nathalie Furmento
|
0be1afd239
doc/chapters/basic-examples.texi: fix value for global
|
13 年之前 |
Nathalie Furmento
|
68927a851a
rename pkg-config package names from libXXX1.0.pc to libXXX-1.0.pc
|
13 年之前 |
Nathalie Furmento
|
cc9feef30d
doc: pkg-config packages are now suffixed with 1.0. Add footnote about the no-suffix packages
|
13 年之前 |
Nathalie Furmento
|
bd47f03921
doc: define @node and @chapter in the main document and not in the individual chapters
|
13 年之前 |
Nathalie Furmento
|
7fbf4f58da
Make where field for struct starpu_codelet optional. When unset, its
|
13 年之前 |
Nathalie Furmento
|
8bf5774af3
doc: update towards new definition of starpu_task and starpu_codelet
|
13 年之前 |
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 年之前 |
Samuel Thibault
|
87d08c1e0e
mention the --static option of pkg-config
|
13 年之前 |
Samuel Thibault
|
63fbac4cbf
Update doc concerning multiimpl
|
13 年之前 |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
13 年之前 |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
13 年之前 |
Samuel Thibault
|
f1cb2d818f
replace tabs with spaces
|
13 年之前 |