Ludovic Courtès
|
69b940943a
gcc: Have `validate_task_implementation' skip external task implementations.
|
13 years ago |
Ludovic Courtès
|
bd804b9681
gcc: The `register' pragma now determines the size of `heap_allocated' vars.
|
14 years ago |
Ludovic Courtès
|
144908a458
gcc: Factorize automatic array variable check.
|
14 years ago |
Ludovic Courtès
|
766a5f075d
gcc: Factorize the `starpu_data_unregister' call code.
|
14 years ago |
Ludovic Courtès
|
1ee0fb5b29
gcc: Factorize construction of data register calls.
|
14 years ago |
Ludovic Courtès
|
ad0fdff40b
gcc: Factorize array type element counting.
|
14 years ago |
Ludovic Courtès
|
fb59c025b2
gcc: heap_allocated: Manipulate cleanup handlers directly.
|
14 years ago |
Ludovic Courtès
|
076cd345d1
gcc: Allow use of a PARM_DECL as the count argument of pragma `register'.
|
14 years ago |
Ludovic Courtès
|
45ede556e9
gcc: Raise an error when trying to register a `void *' pointer.
|
14 years ago |
Nathalie Furmento
|
0cbe489754
Function renaming:
|
14 years ago |
Ludovic Courtès
|
ff11a9dfc3
gcc: Generate code that aborts when `starpu_init' fails.
|
14 years ago |
Ludovic Courtès
|
54d104d38c
gcc: Fix support of the `heap_allocated' attribute.
|
14 years ago |
Ludovic Courtès
|
3155307fdd
gcc: Add the `debug_tree' pragma.
|
14 years ago |
Ludovic Courtès
|
65746184a0
gcc: Update compatibility layer for GCC 4.5.
|
14 years ago |
Ludovic Courtès
|
200446b889
gcc: Generalize the error statement generation function.
|
14 years ago |
Ludovic Courtès
|
723a55acb7
gcc: Check the return value of `insert_task' and error out when needed.
|
14 years ago |
Ludovic Courtès
|
333fdfc70e
gcc: Refer to <starpu.h> by its absolute file name.
|
14 years ago |
Ludovic Courtès
|
109df305b8
gcc: Error out when none of a task's implementations are usable.
|
14 years ago |
Ludovic Courtès
|
c7db6adbca
gcc: Really honor STARPU_NMAXBUFS.
|
14 years ago |
Ludovic Courtès
|
ca0dc0aceb
gcc: Raise an error when `STARPU_NMAXBUFS' is reached.
|
14 years ago |
Ludovic Courtès
|
e63751e09f
gcc: Fill in the `modes' field of `starpu_codelet'.
|
14 years ago |
Nathalie Furmento
|
73d5302763
src: revert #5079. (struct starpu_codelet)->where is not an enum starpu_access_mode
|
14 years ago |
Nathalie Furmento
|
d545670a29
src: type enum starpu_access_mode has now a named constant for 0
|
14 years ago |
Ludovic Courtès
|
21e2721cce
gcc: Add an `output' type attribute for output task parameters.
|
14 years ago |
Ludovic Courtès
|
21b1280f7f
gcc: Make sure `STARPU_MAXIMPLEMENTATIONS' is not exceeded.
|
14 years ago |
Ludovic Courtès
|
9d1fec0254
gcc: Adjust to the `{cpu,cuda,opencl}_func' deprecation.
|
14 years ago |
Ludovic Courtès
|
07565d6ee6
gcc: Support multiple implementations per target.
|
14 years ago |
Ludovic Courtès
|
4b20e7f846
gcc: Raise an error when a task implementation invokes a task.
|
14 years ago |
Ludovic Courtès
|
a0f073e426
gcc: Make `heap_allocated' arrays really have an array type.
|
14 years ago |
Nathalie Furmento
|
e078cb12fc
gcc-plugin/src/starpu.c: remove now un-needed variable
|
14 years ago |