.gitignore 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /configure
  2. /config.log
  3. /config.status
  4. /autom4te.cache
  5. /libtool
  6. /aclocal.m4
  7. /build
  8. /build-aux
  9. /GPATH
  10. /GRTAGS
  11. /GTAGS
  12. /config.cache
  13. /doc/starpu.info
  14. *~
  15. ,*
  16. .libs
  17. .deps
  18. *.o
  19. *.lo
  20. *.la
  21. *.swp
  22. .dirstamp
  23. stamp-h[0-9]*
  24. starpu.log
  25. /gcc-plugin/include/starpu-gcc/config.h
  26. /gcc-plugin/tests/*.c.[0-9]*.*
  27. /tests/datawizard/handle_to_pointer
  28. /tests/datawizard/data_lookup
  29. /doc/stamp-vti
  30. /doc/chapters/version.texi
  31. /examples/basic_examples/block
  32. /examples/basic_examples/hello_world
  33. /examples/basic_examples/mult
  34. /examples/basic_examples/variable
  35. /examples/basic_examples/vector_scal
  36. /examples/callback/callback
  37. /examples/filters/fblock
  38. /examples/filters/fmatrix
  39. /examples/filters/fvector
  40. /examples/incrementer/incrementer
  41. /examples/mandelbrot/mandelbrot
  42. /examples/matvecmult/matvecmult
  43. /examples/pi/pi
  44. /examples/pi/pi_redux
  45. /examples/ppm_downscaler/ppm_downscaler
  46. /examples/ppm_downscaler/yuv_downscaler
  47. /examples/profiling/profiling
  48. /examples/reductions/dot_product
  49. /examples/reductions/minmax_reduction
  50. /examples/scheduler/dummy_sched
  51. /examples/spmv/dw_spmv
  52. /examples/spmv/spmv
  53. /examples/stencil/stencil
  54. /examples/tag_example/tag_example
  55. /examples/tag_example/tag_example2
  56. /examples/tag_example/tag_example3
  57. /examples/tag_example/tag_restartable
  58. /mpi/examples/stencil/stencil5
  59. /mpi/tests/block_interface
  60. /mpi/tests/block_interface_pinned
  61. /mpi/tests/insert_task
  62. /mpi/tests/insert_task_block
  63. /mpi/tests/insert_task_cache
  64. /mpi/tests/insert_task_owner
  65. /mpi/tests/insert_task_owner2
  66. /mpi/tests/mpi_detached_tag
  67. /mpi/tests/mpi_irecv
  68. /mpi/tests/mpi_irecv_detached
  69. /mpi/tests/mpi_isend
  70. /mpi/tests/mpi_isend_detached
  71. /mpi/tests/mpi_test
  72. /mpi/tests/multiple_send
  73. /mpi/tests/pingpong
  74. /mpi/tests/ring
  75. /mpi/tests/ring_async
  76. /mpi/tests/ring_async_implicit
  77. /tests/core/declare_deps_after_submission
  78. /tests/core/declare_deps_after_submission_synchronous
  79. /tests/core/declare_deps_in_callback
  80. /tests/core/empty_task
  81. /tests/core/empty_task_chain
  82. /tests/core/empty_task_sync_point
  83. /tests/core/empty_task_sync_point_tasks
  84. /tests/core/execute_on_a_specific_worker
  85. /tests/core/get_current_task
  86. /tests/core/insert_task
  87. /tests/core/multithreaded
  88. /tests/core/multithreaded_init
  89. /tests/core/regenerate
  90. /tests/core/restart
  91. /tests/core/starpu_task_wait
  92. /tests/core/starpu_task_wait_for_all
  93. /tests/core/static_restartable
  94. /tests/core/static_restartable_tag
  95. /tests/core/static_restartable_using_initializer
  96. /tests/core/subgraph_repeat
  97. /tests/core/subgraph_repeat_regenerate
  98. /tests/core/tag_wait_api
  99. /tests/core/task_wait_api
  100. /tests/core/wait_all_regenerable_tasks
  101. /tests/datawizard/acquire_cb
  102. /tests/datawizard/acquire_release
  103. /tests/datawizard/acquire_release2
  104. /tests/datawizard/critical_section_with_void_interface
  105. /tests/datawizard/data_implicit_deps
  106. /tests/datawizard/data_invalidation
  107. /tests/datawizard/dining_philosophers
  108. /tests/datawizard/dsm_stress
  109. /tests/datawizard/increment_redux
  110. /tests/datawizard/increment_redux_v2
  111. /tests/datawizard/lazy_allocation.c
  112. /tests/datawizard/manual_reduction
  113. /tests/datawizard/mpi_like
  114. /tests/datawizard/mpi_like_async
  115. /tests/datawizard/readers_and_writers
  116. /tests/datawizard/reclaim
  117. /tests/datawizard/scratch
  118. /tests/datawizard/sync_and_notify_data
  119. /tests/datawizard/sync_and_notify_data_implicit
  120. /tests/datawizard/sync_with_data_with_mem
  121. /tests/datawizard/sync_with_data_with_mem_non_blocking
  122. /tests/datawizard/sync_with_data_with_mem_non_blocking_implicit
  123. /tests/datawizard/unpartition
  124. /tests/datawizard/user_interaction_implicit
  125. /tests/datawizard/write_only_tmp_buffer
  126. /tests/errorcheck/invalid_blocking_calls
  127. /tests/errorcheck/invalid_tasks
  128. /tests/errorcheck/starpu_init_noworker
  129. /tests/helper/cublas_init
  130. /tests/helper/execute_on_all
  131. /tests/helper/pinned_memory
  132. /tests/helper/starpu_create_sync_task
  133. /tests/helper/starpu_data_cpy
  134. /tests/microbenchs/async_tasks_overhead
  135. /tests/microbenchs/display_structures_size
  136. /tests/microbenchs/local_pingpong
  137. /tests/microbenchs/prefetch_data_on_node
  138. /tests/microbenchs/redundant_buffer
  139. /tests/microbenchs/sync_tasks_overhead
  140. /tests/microbenchs/tasks_overhead
  141. /tests/overlap/overlap
  142. /tests/parallel_tasks/explicit_combined_worker
  143. /tests/parallel_tasks/parallel_kernels
  144. /tests/parallel_tasks/parallel_kernels_spmd
  145. /tests/parallel_tasks/spmd_peager
  146. /tests/perfmodels/non_linear_regression_based
  147. /tests/perfmodels/regression_based
  148. /tools/cbc2paje
  149. /tools/lp2paje
  150. /tools/starpu_calibrate_bus
  151. /tools/starpu_machine_display
  152. /tools/starpu_perfmodel_display
  153. /tools/starpu_regression_display
  154. /gcc-plugin/tests/scalar-tasks
  155. /gcc-plugin/tests/pointers
  156. /tests/datawizard/lazy_allocation
  157. /gcc-plugin/tests/pointer-tasks
  158. /gcc-plugin/tests/*.s
  159. /gcc-plugin/tests/base
  160. /gcc-plugin/tests/core
  161. /mpi/tests/insert_task_owner_data
  162. /mpi/examples/scatter_gather/mpi_scatter_gather
  163. /examples/top/hello_world_top
  164. /doc/starpu.aux
  165. /doc/starpu.cp
  166. /doc/starpu.cps
  167. /doc/starpu.fn
  168. /doc/starpu.fns
  169. /doc/starpu.html
  170. /doc/starpu.ky
  171. /doc/starpu.pdf
  172. /doc/starpu.pg
  173. /doc/starpu.toc
  174. /doc/starpu.tp
  175. /doc/starpu.tps
  176. /doc/starpu.vr
  177. /gcc-plugin/tests/register
  178. /tests/datawizard/acquire_cb_insert
  179. /tools/starpu_perfmodel_plot
  180. /gcc-plugin/tests/run-test
  181. /gcc-plugin/tests/register-errors
  182. /gcc-plugin/tests/acquire
  183. /gcc-plugin/tests/unregister
  184. /gcc-plugin/tests/lib-user
  185. /gcc-plugin/examples/matrix-mult
  186. /gcc-plugin/src/c-expr.c
  187. /gcc-plugin/tests/heap-allocated
  188. /gcc-plugin/tests/output-pointer
  189. /gcc-plugin/examples/vector_scal/vector_scal
  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. /mpi/starpumpi-1.0.pc
  211. /socl/socl-1.0.pc
  212. /starpufft/starpufft-1.0.pc
  213. /tests/core/deprecated
  214. /tests/core/deprecated_buffer
  215. /tests/core/deprecated_func
  216. /tests/core/multiformat_data_release
  217. /tests/core/multiformat_handle_conversion
  218. /tests/core/starpu_init
  219. /tests/core/starpu_task_bundle
  220. /tests/core/starpu_worker_exists
  221. /tests/datawizard/copy
  222. /tests/datawizard/double_parameter
  223. /tests/datawizard/gpu_register
  224. /tests/datawizard/in_place_partition
  225. /tests/datawizard/increment_redux_lazy
  226. /tests/datawizard/interfaces/bcsr/bcsr_interface
  227. /tests/datawizard/interfaces/block/block_interface
  228. /tests/datawizard/interfaces/csr/csr_interface
  229. /tests/datawizard/interfaces/matrix/matrix_interface
  230. /tests/datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
  231. /tests/datawizard/interfaces/multiformat/advanced/multiformat_data_release
  232. /tests/datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion
  233. /tests/datawizard/interfaces/multiformat/advanced/multiformat_worker
  234. /tests/datawizard/interfaces/multiformat/advanced/same_handle
  235. /tests/datawizard/interfaces/multiformat/multiformat_interface
  236. /tests/datawizard/interfaces/test_interfaces
  237. /tests/datawizard/interfaces/test_vector_interface
  238. /tests/datawizard/interfaces/variable/variable_interface
  239. /tests/datawizard/interfaces/vector/test_vector_interface
  240. /tests/datawizard/interfaces/void/void_interface
  241. /tests/datawizard/partition_lazy
  242. /tests/loader
  243. /tests/starpu_machine_display
  244. /tools/starpu_calibrate_bus.1
  245. /tools/starpu_machine_display.1
  246. /tools/starpu_perfmodel_display.1
  247. /tools/starpu_perfmodel_plot.1
  248. /starpu-1.0.pc
  249. /gcc-plugin/examples/cholesky/cholesky
  250. /gcc-plugin/tests/*.log
  251. /test/*.log
  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. /gcc-plugin/tests/release
  288. /gcc-plugin/tests/opencl
  289. /gcc-plugin/tests/registered
  290. /gcc-plugin/tests/warn-unregistered
  291. /cyclomatic-complexity.html
  292. ./Makefile
  293. Makefile.in