Commit History

Author SHA1 Message Date
  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
  Nathalie Furmento dd254fcf2f gcc-plugin: as lookup_name cannot lookup for a struct, add a typedef for struct starpu_codelet 14 years ago
  Nathalie Furmento b3a6c1f52b do not use typedef for starpu_codelet, use it directly as a struct 14 years ago
  Nathalie Furmento ee63c22a9e Type renaming: 14 years ago
  Ludovic Courtès 3a97eae379 gcc: Add the `heap_allocated' attribute. 14 years ago
  Ludovic Courtès 886913ffe3 gcc: Support interleaved declarations & definitions of task implementations. 14 years ago
  Ludovic Courtès 68b2f37506 gcc: Simplify `task' attribute handling. 14 years ago
  Ludovic Courtès 1ddd68b6b8 gcc: Error out when a task doesn't return `void'. 14 years ago