.gitignore 8.4 KB

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