starpu_deprecated_api.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* StarPU --- Runtime system for heterogeneous multicore architectures.
  2. *
  3. * Copyright (C) 2010-2011 Université de Bordeaux 1
  4. * Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
  5. *
  6. * StarPU is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU Lesser General Public License as published by
  8. * the Free Software Foundation; either version 2.1 of the License, or (at
  9. * your option) any later version.
  10. *
  11. * StarPU is distributed in the hope that it will be useful, but
  12. * WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. *
  15. * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  16. */
  17. #ifndef __STARPU_DEPRECATED_API_H__
  18. #define _STARPU_DEPRECATED_API_H__
  19. #warning deprecated types. Please update your code to use the latest API.
  20. #define starpu_data_handle starpu_data_handle_t
  21. #define starpu_block_interface_t struct starpu_block_interface
  22. #define starpu_matrix_interface_t struct starpu_matrix_interface
  23. #define starpu_vector_interface_t struct starpu_vector_interface
  24. #define starpu_variable_interface_t struct starpu_variable_interface
  25. #define starpu_csr_interface_t struct starpu_csr_interface
  26. #define starpu_bcsr_interface_t struct starpu_bcsr_interface
  27. #define starpu_multiformat_interface_t struct starpu_multiformat_interface
  28. #define starpu_machine_topology_s starpu_machine_topology
  29. #define starpu_htbl32_node_s starpu_htbl32_node
  30. #define starpu_history_list_t starpu_history_list
  31. #define starpu_buffer_descr_t starpu_buffer_descr
  32. #define starpu_history_entry_t starpu_history_entry
  33. #define starpu_history_list_t starpu_history_list
  34. #define starpu_model_list_t starpu_model_list
  35. #define starpu_regression_model_t starpu_regression_model
  36. #define starpu_per_arch_perfmodel_t starpu_per_arch_perfmodel
  37. #define starpu_buffer_descr struct starpu_buffer_descr
  38. #define starpu_perfmodel_t starpu_perfmodel
  39. #define starpu_sched_policy_s starpu_sched_policy
  40. #define starpu_data_interface_ops_t starpu_data_interface_ops
  41. #endif /* _STARPU_DEPRECATED_API_H__ */