starpu_config.h.in 573 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 STARPU_NO_ASSERT
  19. #undef HAVE_FFTW
  20. #undef HAVE_FFTWF
  21. #undef HAVE_FFTWL
  22. #undef STARPU_NMAXBUFS
  23. #undef STARPU_MAXCUDADEVS
  24. #undef HAVE_LIBNUMA
  25. #undef starpu_drand48
  26. #undef starpu_srand48
  27. #endif