starpu_config.h.in 457 B

123456789101112131415161718192021222324252627282930313233343536
  1. #ifndef __STARPU_CONFIG_PUBLIC_H__
  2. #define __STARPU_CONFIG_PUBLIC_H__
  3. #undef USE_CPU
  4. #undef USE_CUDA
  5. #undef USE_GORDON
  6. #undef ATLAS
  7. #undef GOTO
  8. #undef SYSTEM_BLAS
  9. #undef STARPUDIR
  10. #undef OPENGL_RENDER
  11. #undef USE_GTK
  12. #undef HAVE_POSIX_MEMALIGN
  13. #undef HAVE_MEMALIGN
  14. #undef HAVE_MALLOC_H
  15. #undef HAVE_SYNC_BUILTINS
  16. #undef HAVE_SYNC_FETCH_AND_ADD
  17. #undef MODEL_DEBUG
  18. #undef HAVE_FFTW
  19. #undef HAVE_FFTWF
  20. #undef HAVE_FFTWL
  21. #undef STARPU_NMAXBUFS
  22. #endif