123456789101112131415161718192021222324252627282930313233 |
- #ifndef __PXLU_KERNELS_H__
- #define __PXLU_KERNELS_H__
- #include <starpu.h>
- #define str(s) #s
- #define xstr(s) str(s)
- #define STARPU_PLU_STR(name) xstr(STARPU_PLU(name))
- struct starpu_codelet STARPU_PLU(cl11);
- struct starpu_codelet STARPU_PLU(cl12);
- struct starpu_codelet STARPU_PLU(cl21);
- struct starpu_codelet STARPU_PLU(cl22);
- #endif
|