.gitignore 8.2 KB

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