.gitignore 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. /configure
  2. /config.log
  3. /config.status
  4. /autom4te.cache
  5. /libtool
  6. /aclocal.m4
  7. /build
  8. /build2
  9. /build-aux
  10. /GPATH
  11. /GRTAGS
  12. /GTAGS
  13. /tags
  14. /config.cache
  15. /doc/starpu.info
  16. *~
  17. ,*
  18. .libs
  19. .deps
  20. *.o
  21. *.lo
  22. *.la
  23. *.swp
  24. .dirstamp
  25. .tramp_history
  26. *.pc
  27. stamp-h[0-9]*
  28. starpu.log
  29. /tests/datawizard/handle_to_pointer
  30. /tests/datawizard/data_lookup
  31. /doc/stamp-vti
  32. /doc/doxygen/chapters/version.sty
  33. /doc/doxygen/chapters/version.html
  34. /doc/doxygen/doxygen-config.cfg
  35. /doc/doxygen/doxygen_filter.sh
  36. /doc/doxygen_dev/chapters/version.sty
  37. /doc/doxygen_dev/chapters/version.html
  38. /doc/doxygen_dev/doxygen-config.cfg
  39. /doc/doxygen_dev/doxygen_filter.sh
  40. /examples/basic_examples/block
  41. /examples/basic_examples/hello_world
  42. /examples/basic_examples/mult
  43. /examples/basic_examples/variable
  44. /examples/basic_examples/vector_scal
  45. /examples/callback/callback
  46. /examples/filters/fblock
  47. /examples/filters/fmatrix
  48. /examples/filters/fvector
  49. /examples/incrementer/incrementer
  50. /examples/mandelbrot/mandelbrot
  51. /examples/matvecmult/matvecmult
  52. /examples/pi/pi
  53. /examples/pi/pi_redux
  54. /examples/ppm_downscaler/ppm_downscaler
  55. /examples/ppm_downscaler/yuv_downscaler
  56. /examples/profiling/profiling
  57. /examples/reductions/dot_product
  58. /examples/reductions/minmax_reduction
  59. /examples/scheduler/dummy_sched
  60. /examples/spmv/dw_spmv
  61. /examples/spmv/spmv
  62. /examples/stencil/stencil
  63. /examples/tag_example/tag_example
  64. /examples/tag_example/tag_example2
  65. /examples/tag_example/tag_example3
  66. /examples/tag_example/tag_restartable
  67. /mpi/examples/stencil/stencil5
  68. /mpi/tests/block_interface
  69. /mpi/tests/block_interface_pinned
  70. /mpi/tests/insert_task
  71. /mpi/tests/insert_task_block
  72. /mpi/tests/insert_task_cache
  73. /mpi/tests/insert_task_owner
  74. /mpi/tests/insert_task_owner2
  75. /mpi/tests/mpi_detached_tag
  76. /mpi/tests/mpi_irecv
  77. /mpi/tests/mpi_irecv_detached
  78. /mpi/tests/mpi_isend
  79. /mpi/tests/mpi_isend_detached
  80. /mpi/tests/mpi_test
  81. /mpi/tests/multiple_send
  82. /mpi/tests/pingpong
  83. /mpi/tests/ring
  84. /mpi/tests/ring_async
  85. /mpi/tests/ring_async_implicit
  86. /tests/core/declare_deps_after_submission
  87. /tests/core/declare_deps_after_submission_synchronous
  88. /tests/core/declare_deps_in_callback
  89. /tests/core/empty_task
  90. /tests/core/empty_task_chain
  91. /tests/core/empty_task_sync_point
  92. /tests/core/empty_task_sync_point_tasks
  93. /tests/core/execute_on_a_specific_worker
  94. /tests/core/get_current_task
  95. /tests/core/insert_task
  96. /tests/core/multithreaded
  97. /tests/core/multithreaded_init
  98. /tests/core/regenerate
  99. /tests/core/restart
  100. /tests/core/starpu_task_wait
  101. /tests/core/starpu_task_wait_for_all
  102. /tests/core/static_restartable
  103. /tests/core/static_restartable_tag
  104. /tests/core/static_restartable_using_initializer
  105. /tests/core/subgraph_repeat
  106. /tests/core/subgraph_repeat_regenerate
  107. /tests/core/tag_wait_api
  108. /tests/core/task_wait_api
  109. /tests/core/wait_all_regenerable_tasks
  110. /tests/datawizard/acquire_cb
  111. /tests/datawizard/acquire_release
  112. /tests/datawizard/acquire_release2
  113. /tests/datawizard/critical_section_with_void_interface
  114. /tests/datawizard/data_implicit_deps
  115. /tests/datawizard/data_invalidation
  116. /tests/datawizard/dining_philosophers
  117. /tests/datawizard/dsm_stress
  118. /tests/datawizard/increment_redux
  119. /tests/datawizard/increment_redux_v2
  120. /tests/datawizard/lazy_allocation
  121. /tests/datawizard/manual_reduction
  122. /tests/datawizard/mpi_like
  123. /tests/datawizard/mpi_like_async
  124. /tests/datawizard/readers_and_writers
  125. /tests/datawizard/reclaim
  126. /tests/datawizard/scratch
  127. /tests/datawizard/sync_and_notify_data
  128. /tests/datawizard/sync_and_notify_data_implicit
  129. /tests/datawizard/sync_with_data_with_mem
  130. /tests/datawizard/sync_with_data_with_mem_non_blocking
  131. /tests/datawizard/sync_with_data_with_mem_non_blocking_implicit
  132. /tests/datawizard/unpartition
  133. /tests/datawizard/user_interaction_implicit
  134. /tests/datawizard/write_only_tmp_buffer
  135. /tests/errorcheck/invalid_blocking_calls
  136. /tests/errorcheck/invalid_tasks
  137. /tests/errorcheck/starpu_init_noworker
  138. /tests/helper/cublas_init
  139. /tests/helper/execute_on_all
  140. /tests/helper/pinned_memory
  141. /tests/helper/starpu_create_sync_task
  142. /tests/helper/starpu_data_cpy
  143. /tests/microbenchs/async_tasks_overhead
  144. /tests/microbenchs/display_structures_size
  145. /tests/microbenchs/local_pingpong
  146. /tests/microbenchs/prefetch_data_on_node
  147. /tests/microbenchs/redundant_buffer
  148. /tests/microbenchs/sync_tasks_overhead
  149. /tests/microbenchs/tasks_overhead
  150. /tests/overlap/overlap
  151. /tests/parallel_tasks/explicit_combined_worker
  152. /tests/parallel_tasks/parallel_kernels
  153. /tests/parallel_tasks/parallel_kernels_spmd
  154. /tests/parallel_tasks/spmd_peager
  155. /tests/perfmodels/non_linear_regression_based
  156. /tests/perfmodels/regression_based
  157. /tools/cbc2paje
  158. /tools/lp2paje
  159. /tools/starpu_calibrate_bus
  160. /tools/starpu_machine_display
  161. /tools/starpu_perfmodel_display
  162. /tools/starpu_regression_display
  163. /tests/datawizard/lazy_allocation
  164. /mpi/tests/insert_task_owner_data
  165. /mpi/examples/scatter_gather/mpi_scatter_gather
  166. /examples/top/hello_world_top
  167. /doc/starpu.aux
  168. /doc/starpu.cp
  169. /doc/starpu.cps
  170. /doc/starpu.fn
  171. /doc/starpu.fns
  172. /doc/starpu.html
  173. /doc/starpu.ky
  174. /doc/starpu.pdf
  175. /doc/starpu.pg
  176. /doc/starpu.toc
  177. /doc/starpu.tp
  178. /doc/starpu.tps
  179. /doc/starpu.vr
  180. /tests/datawizard/acquire_cb_insert
  181. /tools/starpu_perfmodel_plot
  182. /doc/starpu.info-1
  183. /doc/starpu.info-2
  184. /examples/axpy/axpy
  185. /examples/basic_examples/mult_impl
  186. /examples/basic_examples/multiformat
  187. /examples/cg/cg
  188. /examples/cholesky/cholesky_grain_tag
  189. /examples/cholesky/cholesky_implicit
  190. /examples/cholesky/cholesky_tag
  191. /examples/cholesky/cholesky_tile_tag
  192. /examples/cpp/incrementer_cpp
  193. /examples/filters/custom_mf/custom_mf_filter
  194. /examples/filters/multiformat/multiformat_filter
  195. /examples/heat/heat
  196. /examples/lu/lu_example_double
  197. /examples/lu/lu_example_float
  198. /examples/lu/lu_implicit_example_double
  199. /examples/lu/lu_implicit_example_float
  200. /examples/mult/dgemm
  201. /examples/mult/sgemm
  202. /tests/core/deprecated
  203. /tests/core/deprecated_buffer
  204. /tests/core/deprecated_func
  205. /tests/core/multiformat_data_release
  206. /tests/core/multiformat_handle_conversion
  207. /tests/core/starpu_init
  208. /tests/core/starpu_task_bundle
  209. /tests/core/starpu_worker_exists
  210. /tests/datawizard/copy
  211. /tests/datawizard/double_parameter
  212. /tests/datawizard/gpu_register
  213. /tests/datawizard/in_place_partition
  214. /tests/datawizard/increment_redux_lazy
  215. /tests/datawizard/interfaces/bcsr/bcsr_interface
  216. /tests/datawizard/interfaces/block/block_interface
  217. /tests/datawizard/interfaces/csr/csr_interface
  218. /tests/datawizard/interfaces/matrix/matrix_interface
  219. /tests/datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
  220. /tests/datawizard/interfaces/multiformat/advanced/multiformat_data_release
  221. /tests/datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion
  222. /tests/datawizard/interfaces/multiformat/advanced/multiformat_worker
  223. /tests/datawizard/interfaces/multiformat/advanced/same_handle
  224. /tests/datawizard/interfaces/multiformat/multiformat_interface
  225. /tests/datawizard/interfaces/test_interfaces
  226. /tests/datawizard/interfaces/test_vector_interface
  227. /tests/datawizard/interfaces/variable/variable_interface
  228. /tests/datawizard/interfaces/vector/test_vector_interface
  229. /tests/datawizard/interfaces/void/void_interface
  230. /tests/datawizard/partition_lazy
  231. /tests/loader
  232. /tests/starpu_machine_display
  233. /tools/starpu_calibrate_bus.1
  234. /tools/starpu_machine_display.1
  235. /tools/starpu_perfmodel_display.1
  236. /tools/starpu_perfmodel_plot.1
  237. /test/*.log
  238. /examples/*.log
  239. /tests/main/declare_deps_after_submission
  240. /tests/main/declare_deps_after_submission_synchronous
  241. /tests/main/declare_deps_in_callback
  242. /tests/main/deprecated
  243. /tests/main/deprecated_buffer
  244. /tests/main/deprecated_func
  245. /tests/main/empty_task
  246. /tests/main/empty_task_chain
  247. /tests/main/empty_task_sync_point
  248. /tests/main/empty_task_sync_point_tasks
  249. /tests/main/execute_on_a_specific_worker
  250. /tests/main/get_current_task
  251. /tests/main/insert_task
  252. /tests/main/multiformat_data_release
  253. /tests/main/multiformat_handle_conversion
  254. /tests/main/multithreaded
  255. /tests/main/multithreaded_init
  256. /tests/main/regenerate
  257. /tests/main/restart
  258. /tests/main/starpu_init
  259. /tests/main/starpu_task_bundle
  260. /tests/main/starpu_task_wait
  261. /tests/main/starpu_task_wait_for_all
  262. /tests/main/starpu_worker_exists
  263. /tests/main/static_restartable
  264. /tests/main/static_restartable_tag
  265. /tests/main/static_restartable_using_initializer
  266. /tests/main/subgraph_repeat
  267. /tests/main/subgraph_repeat_regenerate
  268. /tests/main/tag_wait_api
  269. /tests/main/task_wait_api
  270. /tests/main/wait_all_regenerable_tasks
  271. /tools/starpu_workers_activity
  272. /tests/datawizard/interfaces/copy_interfaces
  273. /cyclomatic-complexity.html
  274. Makefile.in
  275. Makefile