1234567891011121314151617181920212223242526272829 |
- #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_MALLOC_H_HEADER
- #undef HAVE_SYNC_BUILTINS
- #undef MODEL_DEBUG
- #endif
|