1234567891011121314151617181920212223242526272829303132333435363738 |
- #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 HAVE_POSIX_MEMALIGN
- #undef HAVE_MEMALIGN
- #undef HAVE_MALLOC_H
- #undef HAVE_SYNC_BUILTINS
- #undef HAVE_SYNC_FETCH_AND_ADD
- #undef MODEL_DEBUG
- #undef STARPU_NO_ASSERT
- #undef HAVE_FFTW
- #undef HAVE_FFTWF
- #undef HAVE_FFTWL
- #undef STARPU_NMAXBUFS
- #undef STARPU_MAXCUDADEVS
- #endif
|