12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #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
- #undef HAVE_LIBNUMA
- #undef starpu_drand48
- #undef starpu_srand48
- #endif
|