12345678910111213141516171819202122232425262728293031323334353637 |
- #include <stdio.h>
- #include <valgrind/valgrind.h>
- void
- cpu_func_0(void *buffers[], void *args)
- {
- do_stg();
- }
- void empty_func(void *buffers[], void *args)
- {
- }
- void good_0(void *buffers[], void *args)
- {
- STARPU_SKIP_IF_VALGRIND;
- }
|