starpu_config.h.in 792 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #ifndef __STARPU_CONFIG_PUBLIC_H__
  2. #define __STARPU_CONFIG_PUBLIC_H__
  3. #undef STARPU_USE_CPU
  4. #undef STARPU_USE_CUDA
  5. #undef STARPU_USE_GORDON
  6. #undef STARPU_ATLAS
  7. #undef STARPU_GOTO
  8. #undef STARPU_SYSTEM_BLAS
  9. #undef STARPU_DIR
  10. #undef STARPU_OPENGL_RENDER
  11. #undef STARPU_USE_GTK
  12. #undef STARPU_HAVE_POSIX_MEMALIGN
  13. #undef STARPU_HAVE_MEMALIGN
  14. #undef STARPU_HAVE_MALLOC_H
  15. #undef STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP
  16. #undef STARPU_HAVE_SYNC_FETCH_AND_ADD
  17. #undef STARPU_HAVE_SYNC_FETCH_AND_OR
  18. #undef STARPU_HAVE_SYNC_LOCK_TEST_AND_SET
  19. #undef STARPU_MODEL_DEBUG
  20. #undef STARPU_NO_ASSERT
  21. #undef STARPU_HAVE_FFTW
  22. #undef STARPU_HAVE_FFTWF
  23. #undef STARPU_HAVE_FFTWL
  24. #undef STARPU_NMAXBUFS
  25. #undef STARPU_MAXCUDADEVS
  26. #undef STARPU_HAVE_LIBNUMA
  27. #undef starpu_drand48
  28. #undef starpu_srand48
  29. #endif