starpu_config.h.in 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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_OPENCL
  6. #undef STARPU_USE_GORDON
  7. #undef STARPU_USE_MPI
  8. #undef STARPU_ATLAS
  9. #undef STARPU_GOTO
  10. #undef STARPU_MKL
  11. #undef STARPU_SYSTEM_BLAS
  12. #undef STARPU_BUILD_DIR
  13. #undef STARPU_OPENCL_DATADIR
  14. #undef STARPU_HAVE_MAGMA
  15. #undef STARPU_OPENGL_RENDER
  16. #undef STARPU_USE_GTK
  17. #undef STARPU_HAVE_POSIX_MEMALIGN
  18. #undef STARPU_HAVE_MEMALIGN
  19. #undef STARPU_HAVE_MALLOC_H
  20. #undef STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP
  21. #undef STARPU_HAVE_SYNC_FETCH_AND_ADD
  22. #undef STARPU_HAVE_SYNC_FETCH_AND_OR
  23. #undef STARPU_HAVE_SYNC_LOCK_TEST_AND_SET
  24. #undef STARPU_MODEL_DEBUG
  25. #undef STARPU_NO_ASSERT
  26. #undef STARPU_HAVE_FFTW
  27. #undef STARPU_HAVE_FFTWF
  28. #undef STARPU_HAVE_FFTWL
  29. #undef STARPU_NMAXBUFS
  30. #undef STARPU_MAXCUDADEVS
  31. #undef STARPU_MAXOPENCLDEVS
  32. #undef STARPU_NMAXWORKERS
  33. #undef STARPU_HAVE_HWLOC
  34. #undef STARPU_HAVE_LIBNUMA
  35. #undef STARPU_HAVE_WINDOWS
  36. #undef starpu_drand48
  37. #undef starpu_srand48
  38. #endif