12345678910111213141516171819202122232425 |
- #ifndef __STARPU_CONFIG_PUBLIC_H__
- #define __STARPU_CONFIG_PUBLIC_H__
- #undef USE_CPU
- #undef USE_CUDA
- #undef USE_GORDON
- #undef ATLAS
- #undef GOTO
- #undef SYSTEM_BLAS
- #undef STARPUDIR
- #undef OPENGL_RENDER
- #undef USE_GTK
- #undef DONTBIND
- #undef HAVE_POSIX_MEMALIGN
- #undef HAVE_SYNC_BUILTINS
- #endif
|