ChangeLog 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. #
  5. # StarPU is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU Lesser General Public License as published by
  7. # the Free Software Foundation; either version 2.1 of the License, or (at
  8. # your option) any later version.
  9. #
  10. # StarPU is distributed in the hope that it will be useful, but
  11. # WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. #
  14. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. #
  16. StarPU 1.4.0 (git revision xxxx)
  17. ==============================================
  18. New features:
  19. * Fault tolerance support with starpu_task_ft_failed().
  20. * Julia programming interface.
  21. * Add get_max_size method to data interfaces for applications using data with
  22. variable size to express their maximal potential size.
  23. * New offline tool to draw graph showing elapsed time between sent
  24. or received data and their use by tasks
  25. * Add 4D tensor data interface.
  26. * New sched_tasks.rec trace file which monitors task scheduling push/pop actions
  27. * New STARPU_MPI_MEM_THROTTLE environment variable to throttle mpi
  28. submission according to memory use.
  29. * New number_events.data trace file which monitors number of events in trace
  30. files. This file can be parsed by the new script
  31. starpu_fxt_number_events_to_names.py to convert event keys to event names.
  32. * New STARPU_PER_WORKER perfmodel.
  33. * Add energy accounting in the simgrid mode: starpu_energy_use() and
  34. starpu_energy_used().
  35. * New function starpu_mpi_get_thread_cpuid() to know where is bound the MPI
  36. thread.
  37. * New function starpu_get_pu_os_index() to convert logical index of a PU to
  38. its OS index.
  39. * New function starpu_get_hwloc_topology() to get the hwloc topology used by
  40. StarPU.
  41. * Add a task prefetch level, to improve retaining data in accelerators so we
  42. can make prefetch more aggressive.
  43. * Add starpu_data_dup_ro().
  44. * Add starpu_data_release_to() and starpu_data_release_to_on_node().
  45. * Add profiling based on papi performance counters.
  46. * Add an experimental python interface (not actually parallel yet)
  47. * Add task submission file+line in traces.
  48. * Add papi- and nvml-based energy measurement.
  49. * Add starpu_mpi_datatype_node_register and
  50. starpu_mpi_interface_datatype_node_register which will be needed for
  51. MPI/NUMA/GPUDirect.
  52. * Add peek_data interface method.
  53. * Add STARPU_MPI_REDUX
  54. * Add starpu_data_query_status2 function.
  55. Small features:
  56. * New configure option --with-check-cflags to define flags for C,
  57. CXX and Fortran compilers
  58. Small changes:
  59. * Add a synthetic energy efficiency testcase.
  60. * Make reduction methods want the commute flag.
  61. * Delete old MIC driver code
  62. * Rename
  63. - starpu_conf::sched_policy_init to starpu_conf::sched_policy_callback
  64. and
  65. - starpu_sched_ctx_get_sched_policy_init() to starpu_sched_ctx_get_sched_policy_callback()
  66. as the callback function may not only be used for init purposes
  67. StarPU 1.3.8
  68. ====================================================================
  69. Small features:
  70. * A codelet can now define a callback function pointer which will be
  71. automatically called when the task does not define itself a
  72. callback function, in that case, it can still be called from the
  73. task callback function.
  74. * New STARPU_WORKERS_COREID, STARPU_MAIN_THREAD_COREID and
  75. STARPU_MPI_THREAD_COREID environment variables to bind threads to cores
  76. instead of hyperthreads.
  77. * New STARPU_TASK_PROGRESS environment variable to show task progression.
  78. * Add STARPU_SIMGRID environment variable guard against native builds.
  79. * Add starpu_cuda_get_nvmldev function.
  80. * Add starpu_sched_tree_deinitialize function.
  81. * Add STARPU_SCHED_SORTED_ABOVE and STARPU_SCHED_SORTED_BELOW environment
  82. variables.
  83. * Add STARPU_SCHED_SIMPLE_PRE_DECISION.
  84. * Add starpu_bcsr_filter_canonical_block_get_nchildren.
  85. StarPU 1.3.7
  86. ====================================================================
  87. Small changes:
  88. * Simgrid: bug fix for setting network/weight-S to 0.0
  89. StarPU 1.3.6 (git revision fb9fbed81410d9f0ebbff5bdad1352df4705efe8)
  90. ====================================================================
  91. Small features:
  92. * New STARPU_BACKOFF_MIN and STARPU_BACKOFF_MAX environment variables to the
  93. exponential backoff limits of the number of cycles to pause while drivers
  94. are spinning.
  95. * Add STARPU_DISPLAY_BINDINGS environment variable and
  96. starpu_display_bindings() function to display all bindings on the machine by
  97. calling hwloc-ps
  98. * New function starpu_get_pu_os_index() to convert logical index of a PU to
  99. its OS index.
  100. * New function starpu_get_hwloc_topology() to get the hwloc topology used by
  101. StarPU.
  102. StarPU 1.3.5 (git revision 5f7458799f548026fab357b18541bb462dde2b53)
  103. ====================================================================
  104. Small features:
  105. * New environment variable STARPU_FXT_SUFFIX to set the filename in
  106. which to save the fxt trace
  107. * New option -d for starpu_fxt_tool to specify in which directory to
  108. generate files
  109. Small changes:
  110. * Move MPI cache functions into the public API
  111. * Add STARPU_MPI_NOBIND environment variable.
  112. StarPU 1.3.4 (git revision c37a5d024cd997596da41f765557c58099baf896)
  113. ====================================================================
  114. Small features:
  115. * New environment variables STARPU_BUS_STATS_FILE and
  116. STARPU_WORKER_STATS_FILE to specify files in which to display
  117. statistics about data transfers and workers.
  118. * Add starpu_bcsr_filter_vertical_block filtering function.
  119. * Add starpu_interface_copy2d, 3d, and 4d to easily request data copies from
  120. data interfaces.
  121. * Move optimized cuda 2d copy from interfaces to new
  122. starpu_cuda_copy2d_async_sync and starpu_cuda_copy3d_async_sync, and use
  123. them from starpu_interface_copy2d and 3d.
  124. * New function starpu_task_watchdog_set_hook to specify a function
  125. to be called when the watchdog is raised
  126. * Add STARPU_LIMIT_CPU_NUMA_MEM environment variable.
  127. * Add STARPU_WORKERS_GETBIND environment variable.
  128. * Add STARPU_SCHED_SIMPLE_DECIDE_ALWAYS modular scheduler flag.
  129. * And STARPU_LIMIT_BANDWIDTH environment variable.
  130. * Add field starpu_conf::precedence_over_environment_variables to ignore
  131. environment variables when parameters are set directly in starpu_conf
  132. * Add starpu_data_get_coordinates_array
  133. * MPI: new functions starpu_mpi_interface_datatype_register() and
  134. starpu_mpi_interface_datatype_unregister() which take a enum
  135. starpu_data_interface_id instead of a starpu_data_handle_t
  136. * New script starpu_env to set up StarPU environment variables
  137. Small changes:
  138. * New configure option --disable-build-doc-pdf
  139. StarPU 1.3.3 (git revision 11afc5b007fe1ab1c729b55b47a5a98ef7f3cfad)
  140. ====================================================================
  141. New features:
  142. * New semantic for starpu_task_insert() and alike parameters
  143. STARPU_CALLBACK_ARG, STARPU_PROLOGUE_CALLBACK_ARG, and
  144. STARPU_PROLOGUE_CALLBACK_POP_ARG which set respectively
  145. starpu_task::callback_arg_free,
  146. starpu_task::prologue_callback_arg_free and
  147. starpu_task::prologue_callback_pop_arg_free to 1 when used.
  148. New parameters STARPU_CALLBACK_ARG_NFREE,
  149. STARPU_CALLBACK_WITH_ARG_NFREE, STARPU_PROLOGUE_CALLBACK_ARG_NFREE, and
  150. STARPU_PROLOGUE_CALLBACK_POP_ARG_NFREE which set the corresponding
  151. fields of starpu_task to 0.
  152. * starpufft: Support 3D.
  153. * New modular-eager-prio scheduler.
  154. * Add 'ready' heuristic to modular schedulers.
  155. * New modular-heteroprio scheduler.
  156. * Add STARPU_TASK_SCHED_DATA
  157. * Add support for staging schedulers.
  158. * New modular-heteroprio-heft scheduler.
  159. * New dmdap "data-aware performance model (priority)" scheduler
  160. Changes:
  161. * Modification in the Native Fortran interface of the functions
  162. fstarpu_mpi_task_insert, fstarpu_mpi_task_build and
  163. fstarpu_mpi_task_post_build to only take 1 parameter being the MPI
  164. communicator, the codelet and the various parameters for the task.
  165. Small features:
  166. * New starpu_task_insert() and alike parameter STARPU_TASK_WORKERIDS
  167. allowing to set the fields starpu_task::workerids_len and
  168. starpu_task::workerids
  169. * New starpu_task_insert() and alike parameters
  170. STARPU_SEQUENTIAL_CONSISTENCY, STARPU_TASK_NO_SUBMITORDER and
  171. STARPU_TASK_PROFILING_INFO
  172. * New function starpu_create_callback_task() which creates and
  173. submits an empty task with the specified callback
  174. * Use the S4U interface of Simgrid instead of xbt and MSG.
  175. Small changes:
  176. * Default modular worker queues to 2 tasks unless it's an heft
  177. scheduler
  178. * Separate out STATUS_SLEEPING_SCHEDULING state from
  179. STATUS_SLEEPING state
  180. When running the scheduler while being idle, workers do not go in
  181. the STATUS_SCHEDULING state, so that that time is considered as
  182. idle time instead of overhead.
  183. StarPU 1.3.2 (git revision af22a20fc00a37addf3cc6506305f89feed940b0)
  184. ====================================================================
  185. Small changes:
  186. * Improve OpenMP support to detect the environment is valid before
  187. launching OpenMP
  188. * Delete old code (drivers gordon, scc, starpu-top, and plugin gcc)
  189. and update authors file accordingly
  190. * Add Heteroprio documentation (including a simple example)
  191. * Add a progression hook, to be called when workers are idle, which
  192. is used in the NewMadeleine implementation of StarPU-MPI to ensure
  193. communications progress.
  194. StarPU 1.3.1 (git revision 01949488b4f8e6fe26d2c200293b8aae5876b038)
  195. ====================================================================
  196. Small features:
  197. * Add starpu_filter_nparts_compute_chunk_size_and_offset helper.
  198. * Add starpu_bcsr_filter_canonical_block_child_ops.
  199. Small changes:
  200. * Improve detection of NVML availability. Do not only check the
  201. library is available, also check the compiled code can be run.
  202. StarPU 1.3.0 (git revision 24ca83c6dbb102e1cfc41db3bb21c49662067062)
  203. ====================================================================
  204. New features:
  205. * New scheduler 'heteroprio' with heterogeneous priorities
  206. * Support priorities for data transfers.
  207. * Add support for multiple linear regression performance models
  208. - Bump performance model file format version to 45.
  209. * Add MPI Master-Slave support to use the cores of remote nodes. Use the
  210. --enable-mpi-master-slave option to activate it.
  211. * Add STARPU_CUDA_THREAD_PER_DEV environment variable to support driving all
  212. GPUs from only one thread when almost all kernels are asynchronous.
  213. * Add starpu_replay tool to replay tasks.rec files with Simgrid.
  214. * Add experimental support of NUMA nodes. Use STARPU_USE_NUMA to activate it.
  215. * Add a new set of functions to make Out-of-Core based on HDF5 Library.
  216. * Add a new implementation of StarPU-MPI on top of NewMadeleine
  217. * Add optional callbacks to notify an external resource manager
  218. about workers going to sleep and waking up
  219. * Add implicit support for asynchronous partition planning. This means one
  220. does not need to call starpu_data_partition_submit() etc. explicitly any
  221. more, StarPU will make the appropriate calls as needed.
  222. * Add starpu_task_notify_ready_soon_register() to be notified when it is
  223. determined when a task will be ready an estimated amount of time from now.
  224. * New StarPU-MPI initialization function (starpu_mpi_init_conf())
  225. which allows StarPU-MPI to manage reserving a core for the MPI thread, or
  226. merging it with CPU driver 0.
  227. * Add possibility to delay the termination of a task with the
  228. functions starpu_task_end_dep_add() which specifies the number of
  229. calls to the function starpu_task_end_dep_release() needed to
  230. trigger the task termination, or with starpu_task_declare_end_deps_array()
  231. and starpu_task_declare_end_deps() to just declare termination dependencies
  232. between tasks.
  233. * Add possibility to define the sequential consistency at the task level
  234. for each handle used by the task.
  235. * Add STARPU_SPECIFIC_NODE_LOCAL, STARPU_SPECIFIC_NODE_CPU, and
  236. STARPU_SPECIFIC_NODE_SLOW as generic values for codelet specific memory
  237. nodes which can be used instead of exact node numbers.
  238. * Add starpu_get_next_bindid() and starpu_bind_thread_on() to allow
  239. binding an application-started thread on a free core. Use it in
  240. StarPU-MPI to automatically bind the MPI thread on an available core.
  241. * Add STARPU_RESERVE_NCPU environment variable and
  242. starpu_config::reserve_ncpus field to make StarPU use a few cores
  243. less.
  244. * Add STARPU_MAIN_THREAD_BIND environment variable to make StarPU reserve a
  245. core for the main thread.
  246. * New StarPU-RM resource management module to share processor cores and
  247. accelerator devices with other parallel runtime systems. Use
  248. --enable-starpurm option to activate it.
  249. * New schedulers modular-gemm, modular-pheft, modular-prandom and
  250. modular-prandom-prio
  251. * Add STARPU_MATRIX_SET_NX/NY/LD and STARPU_VECTOR_SET_NX to change a matrix
  252. tile or vector size without reallocating the buffer.
  253. * Application can change the allocation used by StarPU with
  254. starpu_malloc_set_hooks()
  255. * XML output for starpu_perfmodel_display and starpu_perfmodel_dump_xml()
  256. function
  257. Small features:
  258. * Scheduling contexts may now be associated a user data pointer at creation
  259. time, that can later be recalled through starpu_sched_ctx_get_user_data().
  260. * New environment variables STARPU_SIMGRID_TASK_SUBMIT_COST and
  261. STARPU_SIMGRID_FETCHING_INPUT_COST to simulate the cost of task
  262. submission and data fetching in simgrid mode.
  263. This provides more accurate simgrid predictions, especially for the
  264. beginning of the execution and regarding data transfers.
  265. * New environment variable STARPU_SIMGRID_SCHED_COST to take into
  266. account the time to perform scheduling when running in SimGrid mode.
  267. * New configure option --enable-mpi-pedantic-isend (disabled by
  268. default) to acquire data in STARPU_RW (instead of STARPU_R) before
  269. performing MPI_Isend() call
  270. * New function starpu_worker_display_names() to display the names of
  271. all the workers of a specified type.
  272. * Arbiters now support concurrent read access.
  273. * Add a field starpu_task::where similar to starpu_codelet::where
  274. which allows to restrict where to execute a task. Also add
  275. STARPU_TASK_WHERE to be used when calling starpu_task_insert().
  276. * Add SubmitOrder trace field.
  277. * Add workerids and workerids_len task fields.
  278. * Add priority management to StarPU-MPI. Can be disabled with
  279. the STARPU_MPI_PRIORITIES environment variable.
  280. * Add STARPU_MAIN_THREAD_CPUID and STARPU_MPI_THREAD_CPUID environment
  281. variables.
  282. * Add disk to disk copy functions and support asynchronous full read/write
  283. in disk backends.
  284. * New starpu_task_insert() parameter STARPU_CL_ARGS_NFREE which allows
  285. to set codelet parameters but without freeing them.
  286. * New starpu_task_insert() parameter STARPU_TASK_DEPS_ARRAY which
  287. allows to declare task dependencies similarly to
  288. starpu_task_declare_deps_array()
  289. * Add dependency backward information in debugging mode for gdb's
  290. starpu-print-task
  291. * Add sched_data field in starpu_task structure.
  292. * New starpu_fxt_tool option -label-deps to label dependencies on
  293. the output graph
  294. * New environment variable STARPU_GENERATE_TRACE_OPTIONS to specify
  295. fxt options (to be used with STARPU_GENERATE_TRACE)
  296. * New function starpu_task_set() similar as starpu_task_build() but
  297. with a task object given as the first parameter
  298. * New functions
  299. starpu_data_partition_submit_sequential_consistency() and
  300. starpu_data_unpartition_submit_sequential_consistency()
  301. * Add a new value STARPU_TASK_SYNCHRONOUS to be used in
  302. starpu_task_insert() to define if the task is (or not) synchronous
  303. * Add memory states events in the traces.
  304. * Add starpu_sched_component_estimated_end_min_add() to fix termination
  305. estimations in modular schedulers.
  306. * New function starpu_data_partition_not_automatic() to disable the
  307. automatic partitioning of a data handle for which a asynchronous
  308. plan has previously been submitted
  309. * Add starpu_task_declare_deps()
  310. * New function starpu_data_unpartition_submit_sequential_consistency_cb()
  311. to specify a callback for the task submitting the unpartitioning
  312. * New tool starpu_mpi_comm_trace.py to draw heatmap of MPI
  313. communications
  314. * Support for ARM performance libraries
  315. * Add functionality to disable signal catching either through field
  316. starpu_conf::catch_signals or through the environment variable
  317. STARPU_CATCH_SIGNALS
  318. * Support for OpenMP Taskloop directive
  319. * Optional data interface init function (used by the vector and
  320. matrix interfaces)
  321. Changes:
  322. * Vastly improve simgrid simulation time.
  323. * Switch default scheduler to lws.
  324. * Add "to" parameter to pull_task and can_push methods of
  325. components.
  326. * Deprecate starpu_data_interface_ops::handle_to_pointer interface
  327. operation in favor of new starpu_data_interface_ops::to_pointer
  328. operation.
  329. * Sort data access requests by priority.
  330. * Cluster support is disabled by default, unless the configure
  331. option --enable-cluster is specified
  332. * For unpack operations, move the memory deallocation from
  333. starpu_data_unpack() to the interface function
  334. starpu_data_interface_ops::unpack_data(). Pack and unpack
  335. functions of predefined interfaces
  336. use public API starpu_malloc_on_node_flags() and
  337. starpu_free_on_node_flags() to allocate and de-allocate memory
  338. Small changes:
  339. * Use asynchronous transfers for task data fetches with were not prefetched.
  340. * Allow to call starpu_sched_ctx_set_policy_data on the main
  341. scheduler context
  342. * Fonction starpu_is_initialized() is moved to the public API.
  343. * Fix code to allow to submit tasks to empty contexts
  344. * STARPU_COMM_STATS also displays the bandwidth
  345. * Update data interfaces implementations to only use public API
  346. StarPU 1.2.11 (git revision xxx)
  347. ====================================================================
  348. Small features:
  349. * Add starpu_tag_notify_restart_from_apps().
  350. StarPU 1.2.10 (git revision beb6ac9cc07dc9ae1c838a38d11ed2dae3775996)
  351. ====================================================================
  352. Small features:
  353. * New script starpu_env to set up StarPU environment variables
  354. * New configure option --disable-build-doc-pdf
  355. StarPU 1.2.9 (git revision 3aca8da3138a99e93d7f93905d2543bd6f1ea1df)
  356. ====================================================================
  357. Small changes:
  358. * Add STARPU_SIMGRID_TRANSFER_COST environment variable to easily disable
  359. data transfer costs.
  360. * New dmdap "data-aware performance model (priority)" scheduler
  361. * Modification in the Native Fortran interface of the functions
  362. fstarpu_mpi_task_insert, fstarpu_mpi_task_build and
  363. fstarpu_mpi_task_post_build to only take 1 parameter being the MPI
  364. communicator, the codelet and the various parameters for the task.
  365. StarPU 1.2.8 (git revision f66374c9ad39aefb7cf5dfc31f9ab3d756bcdc3c)
  366. ====================================================================
  367. Small features:
  368. * Minor fixes
  369. StarPU 1.2.7 (git revision 07cb7533c22958a76351bec002955f0e2818c530)
  370. ====================================================================
  371. Small features:
  372. * Add STARPU_HWLOC_INPUT environment variable to save initialization time.
  373. * Add starpu_data_set/get_ooc_flag.
  374. * Use starpu_mpi_tag_t (int64_t) for MPI communication tag
  375. StarPU 1.2.6 (git revision 23049adea01837479f309a75c002dacd16eb34ad)
  376. ====================================================================
  377. Small changes:
  378. * Fix crash for lws scheduler
  379. * Avoid making hwloc load PCI topology when CUDA is not enabled
  380. StarPU 1.2.5 (git revision 22f32916916d158e3420033aa160854d1dd341bd)
  381. ====================================================================
  382. Small features:
  383. * Add a new value STARPU_TASK_COLOR to be used in
  384. starpu_task_insert() to pick up the color of a task in dag.dot
  385. * Add starpu_data_pointer_is_inside().
  386. Changes:
  387. * Do not export -lcuda -lcudart -lOpenCL in *starpu*.pc.
  388. StarPU 1.2.4 (git revision 255cf98175ef462749780f30bfed21452b74b594)
  389. ====================================================================
  390. Small features:
  391. * Catch of signals SIGINT and SIGSEGV to dump fxt trace files.
  392. * New configure option --disable-icc to disable the compilation of
  393. specific ICC examples
  394. * Add starpu_codelet_pack_arg_init, starpu_codelet_pack_arg,
  395. starpu_codelet_pack_arg_fini for more fine-grain packing capabilities.
  396. * Add starpu_task_insert_data_make_room,
  397. starpu_task_insert_data_process_arg,
  398. starpu_task_insert_data_process_array_arg,
  399. starpu_task_insert_data_process_mode_array_arg
  400. * Do not show internal tasks in fxt dag by default. Allow to hide
  401. acquisitions too.
  402. * Add a way to choose the dag.dot colors.
  403. StarPU 1.2.3 (git revision 586ba6452a8eef99f275c891ce08933ae542c6c2)
  404. ====================================================================
  405. New features:
  406. * Add per-node MPI data.
  407. Small features:
  408. * When debug is enabled, starpu data accessors first check the
  409. validity of the data interface type
  410. * Print disk bus performances when STARPU_BUS_STATS is set
  411. * Add starpu_vector_filter_list_long filter.
  412. * Data interfaces now define a name through the struct starpu_data_interface_ops
  413. * StarPU-MPI :
  414. - allow predefined data interface not to define a mpi datatype and
  415. to be exchanged through pack/unpack operations
  416. - New function starpu_mpi_comm_get_attr() which allows to return
  417. the value of the attribute STARPU_MPI_TAG_UB, i.e the upper
  418. bound for tag value.
  419. - New configure option enable-mpi-verbose to manage the display of
  420. extra MPI debug messages.
  421. * Add STARPU_WATCHDOG_DELAY environment variable.
  422. * Add a 'waiting' worker status
  423. * Allow new value 'extra' for configure option --enable-verbose
  424. Small changes:
  425. * Add data_unregister event in traces
  426. * StarPU-MPI
  427. - push detached requests at the back of the testing list, so they
  428. are tested last since they will most probably finish latest
  429. * Automatically initialize handles on data acquisition when
  430. reduction methods are provided, and make sure a handle is
  431. initialized before trying to read it.
  432. StarPU 1.2.2 (git revision a0b01437b7b91f33fb3ca36bdea35271cad34464)
  433. ===================================================================
  434. New features:
  435. * Add starpu_data_acquire_try and starpu_data_acquire_on_node_try.
  436. * Add NVCC_CC environment variable.
  437. * Add -no-flops and -no-events options to starpu_fxt_tool to make
  438. traces lighter
  439. * Add starpu_cusparse_init/shutdown/get_local_handle for proper CUDA
  440. overlapping with cusparse.
  441. * Allow precise debugging by setting STARPU_TASK_BREAK_ON_PUSH,
  442. STARPU_TASK_BREAK_ON_SCHED, STARPU_TASK_BREAK_ON_POP, and
  443. STARPU_TASK_BREAK_ON_EXEC environment variables, with the job_id
  444. of a task. StarPU will raise SIGTRAP when the task is being
  445. scheduled, pushed, or popped by the scheduler.
  446. Small features:
  447. * New function starpu_worker_get_job_id(struct starpu_task *task)
  448. which returns the job identifier for a given task
  449. * Show package/numa topology in starpu_machine_display
  450. * MPI: Add mpi communications in dag.dot
  451. * Add STARPU_PERF_MODEL_HOMOGENEOUS_CPU environment variable to
  452. allow having one perfmodel per CPU core
  453. * Add starpu_perfmodel_arch_comb_fetch function.
  454. * Add starpu_mpi_get_data_on_all_nodes_detached function.
  455. Small changes:
  456. * Output generated through STARPU_MPI_COMM has been modified to
  457. allow easier automated checking
  458. * MPI: Fix reactivity of the beginning of the application, when a
  459. lot of ready requests have to be processed at the same time, we
  460. want to poll the pending requests from time to time.
  461. * MPI: Fix gantt chart for starpu_mpi_irecv: it should use the
  462. termination time of the request, not the submission time.
  463. * MPI: Modify output generated through STARPU_MPI_COMM to allow
  464. easier automated checking
  465. * MPI: enable more tests in simgrid mode
  466. * Use assumed-size instead of assumed-shape arrays for native
  467. fortran API, for better backward compatibility.
  468. * Fix odd ordering of CPU workers on CPUs due to GPUs stealing some
  469. cores
  470. StarPU 1.2.1 (git revision 473acaec8a1fb4f4c73d8b868e4f044b736b41ea)
  471. ====================================================================
  472. New features:
  473. * Add starpu_fxt_trace_user_event_string.
  474. * Add starpu_tasks_rec_complete tool to add estimation times in tasks.rec
  475. files.
  476. * Add STARPU_FXT_TRACE environment variable.
  477. * Add starpu_data_set_user_data and starpu_data_get_user_data.
  478. * Add STARPU_MPI_FAKE_SIZE and STARPU_MPI_FAKE_RANK to allow simulating
  479. execution of just one MPI node.
  480. * Add STARPU_PERF_MODEL_HOMOGENEOUS_CUDA/OPENCL/MIC/SCC to share performance
  481. models between devices, making calibration much faster.
  482. * Add modular-heft-prio scheduler.
  483. * Add starpu_cublas_get_local_handle helper.
  484. * Add starpu_data_set_name, starpu_data_set_coordinates_array, and
  485. starpu_data_set_coordinates to describe data, and starpu_iteration_push and
  486. starpu_iteration_pop to describe tasks, for better offline traces analysis.
  487. * New function starpu_bus_print_filenames() to display filenames
  488. storing bandwidth/affinity/latency information, available through
  489. tools/starpu_machine_display -i
  490. * Add support for Ayudame version 2.x debugging library.
  491. * Add starpu_sched_ctx_get_workers_list_raw, much less costly than
  492. starpu_sched_ctx_get_workers_list
  493. * Add starpu_task_get_name and use it to warn about dmda etc. using
  494. a dumb policy when calibration is not finished
  495. * MPI: Add functions to test for cached values
  496. Changes:
  497. * Fix performance regression of lws for small tasks.
  498. * Improve native Fortran support for StarPU
  499. Small changes:
  500. * Fix type of data home node to allow users to pass -1 to define
  501. temporary data
  502. * Fix compatibility with simgrid 3.14
  503. StarPU 1.2.0 (git revision 5a86e9b61cd01b7797e18956283cc6ea22adfe11)
  504. ====================================================================
  505. New features:
  506. * MIC Xeon Phi support
  507. * SCC support
  508. * New function starpu_sched_ctx_exec_parallel_code to execute a
  509. parallel code on the workers of the given scheduler context
  510. * MPI:
  511. - New internal communication system : a unique tag called
  512. is now used for all communications, and a system
  513. of hashmaps on each node which stores pending receives has been
  514. implemented. Every message is now coupled with an envelope, sent
  515. before the corresponding data, which allows the receiver to
  516. allocate data correctly, and to submit the matching receive of
  517. the envelope.
  518. - New function
  519. starpu_mpi_irecv_detached_sequential_consistency which
  520. allows to enable or disable the sequential consistency for
  521. the given data handle (sequential consistency will be
  522. enabled or disabled based on the value of the function
  523. parameter and the value of the sequential consistency
  524. defined for the given data)
  525. - New functions starpu_mpi_task_build() and
  526. starpu_mpi_task_post_build()
  527. - New flag STARPU_NODE_SELECTION_POLICY to specify a policy for
  528. selecting a node to execute the codelet when several nodes
  529. own data in W mode.
  530. - New selection node policies can be un/registered with the
  531. functions starpu_mpi_node_selection_register_policy() and
  532. starpu_mpi_node_selection_unregister_policy()
  533. - New environment variable STARPU_MPI_COMM which enables
  534. basic tracing of communications.
  535. - New function starpu_mpi_init_comm() which allows to specify
  536. a MPI communicator.
  537. * New STARPU_COMMUTE flag which can be passed along STARPU_W or STARPU_RW to
  538. let starpu commute write accesses.
  539. * Out-of-core support, through registration of disk areas as additional memory
  540. nodes. It can be enabled programmatically or through the STARPU_DISK_SWAP*
  541. environment variables.
  542. * Reclaiming is now periodically done before memory becomes full. This can
  543. be controlled through the STARPU_*_AVAILABLE_MEM environment variables.
  544. * New hierarchical schedulers which allow the user to easily build
  545. its own scheduler, by coding itself each "box" it wants, or by
  546. combining existing boxes in StarPU to build it. Hierarchical
  547. schedulers have very interesting scalability properties.
  548. * Add STARPU_CUDA_ASYNC and STARPU_OPENCL_ASYNC flags to allow asynchronous
  549. CUDA and OpenCL kernel execution.
  550. * Add STARPU_CUDA_PIPELINE and STARPU_OPENCL_PIPELINE to specify how
  551. many asynchronous tasks are submitted in advance on CUDA and
  552. OpenCL devices. Setting the value to 0 forces a synchronous
  553. execution of all tasks.
  554. * Add CUDA concurrent kernel execution support through
  555. the STARPU_NWORKER_PER_CUDA environment variable.
  556. * Add CUDA and OpenCL kernel submission pipelining, to overlap costs and allow
  557. concurrent kernel execution on Fermi cards.
  558. * New locality work stealing scheduler (lws).
  559. * Add STARPU_VARIABLE_NBUFFERS to be set in cl.nbuffers, and nbuffers and
  560. modes field to the task structure, which permit to define codelets taking a
  561. variable number of data.
  562. * Add support for implementing OpenMP runtimes on top of StarPU
  563. * New performance model format to better represent parallel tasks.
  564. Used to provide estimations for the execution times of the
  565. parallel tasks on scheduling contexts or combined workers.
  566. * starpu_data_idle_prefetch_on_node and
  567. starpu_idle_prefetch_task_input_on_node allow to queue prefetches to be done
  568. only when the bus is idle.
  569. * Make starpu_data_prefetch_on_node not forcibly flush data out, introduce
  570. starpu_data_fetch_on_node for that.
  571. * Add data access arbiters, to improve parallelism of concurrent data
  572. accesses, notably with STARPU_COMMUTE.
  573. * Anticipative writeback, to flush dirty data asynchronously before the
  574. GPU device is full. Disabled by default. Use STARPU_MINIMUM_CLEAN_BUFFERS
  575. and STARPU_TARGET_CLEAN_BUFFERS to enable it.
  576. * Add starpu_data_wont_use to advise that a piece of data will not be used
  577. in the close future.
  578. * Enable anticipative writeback by default.
  579. * New scheduler 'dmdasd' that considers priority when deciding on
  580. which worker to schedule
  581. * Add the capability to define specific MPI datatypes for
  582. StarPU user-defined interfaces.
  583. * Add tasks.rec trace output to make scheduling analysis easier.
  584. * Add Fortran 90 module and example using it
  585. * New StarPU-MPI gdb debug functions
  586. * Generate animated html trace of modular schedulers.
  587. * Add asynchronous partition planning. It only supports coherency through
  588. the home node of data for now.
  589. * Add STARPU_MALLOC_SIMULATION_FOLDED flag to save memory when simulating.
  590. * Include application threads in the trace.
  591. * Add starpu_task_get_task_scheduled_succs to get successors of a task.
  592. * Add graph inspection facility for schedulers.
  593. * New STARPU_LOCALITY flag to mark data which should be taken into account
  594. by schedulers for improving locality.
  595. * Experimental support for data locality in ws and lws.
  596. * Add a preliminary framework for native Fortran support for StarPU
  597. Small features:
  598. * Tasks can now have a name (via the field const char *name of
  599. struct starpu_task)
  600. * New functions starpu_data_acquire_cb_sequential_consistency() and
  601. starpu_data_acquire_on_node_cb_sequential_consistency() which allows
  602. to enable or disable sequential consistency
  603. * New configure option --enable-fxt-lock which enables additional
  604. trace events focused on locks behaviour during the execution
  605. * Functions starpu_insert_task and starpu_mpi_insert_task are
  606. renamed in starpu_task_insert and starpu_mpi_task_insert. Old
  607. names are kept to avoid breaking old codes.
  608. * New configure option --enable-calibration-heuristic which allows
  609. the user to set the maximum authorized deviation of the
  610. history-based calibrator.
  611. * Allow application to provide the task footprint itself.
  612. * New function starpu_sched_ctx_display_workers() to display worker
  613. information belonging to a given scheduler context
  614. * The option --enable-verbose can be called with
  615. --enable-verbose=extra to increase the verbosity
  616. * Add codelet size, footprint and tag id in the paje trace.
  617. * Add STARPU_TAG_ONLY, to specify a tag for traces without making StarPU
  618. manage the tag.
  619. * On Linux x86, spinlocks now block after a hundred tries. This avoids
  620. typical 10ms pauses when the application thread tries to submit tasks.
  621. * New function char *starpu_worker_get_type_as_string(enum starpu_worker_archtype type)
  622. * Improve static scheduling by adding support for specifying the task
  623. execution order.
  624. * Add starpu_worker_can_execute_task_impl and
  625. starpu_worker_can_execute_task_first_impl to optimize getting the
  626. working implementations
  627. * Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if
  628. the node is out of memory.
  629. * New flag STARPU_DATA_MODE_ARRAY for the function family
  630. starpu_task_insert to allow to define a array of data handles
  631. along with their access modes.
  632. * New configure option --enable-new-check to enable new testcases
  633. which are known to fail
  634. * Add starpu_memory_allocate and _deallocate to let the application declare
  635. its own allocation to the reclaiming engine.
  636. * Add STARPU_SIMGRID_CUDA_MALLOC_COST and STARPU_SIMGRID_CUDA_QUEUE_COST to
  637. disable CUDA costs simulation in simgrid mode.
  638. * Add starpu_task_get_task_succs to get the list of children of a given
  639. task.
  640. * Add starpu_malloc_on_node_flags, starpu_free_on_node_flags, and
  641. starpu_malloc_on_node_set_default_flags to control the allocation flags
  642. used for allocations done by starpu.
  643. * Ranges can be provided in STARPU_WORKERS_CPUID
  644. * Add starpu_fxt_autostart_profiling to be able to avoid autostart.
  645. * Add arch_cost_function perfmodel function field.
  646. * Add STARPU_TASK_BREAK_ON_SCHED, STARPU_TASK_BREAK_ON_PUSH, and
  647. STARPU_TASK_BREAK_ON_POP environment variables to debug schedulers.
  648. * Add starpu_sched_display tool.
  649. * Add starpu_memory_pin and starpu_memory_unpin to pin memory allocated
  650. another way than starpu_malloc.
  651. * Add STARPU_NOWHERE to create synchronization tasks with data.
  652. * Document how to switch between differents views of the same data.
  653. * Add STARPU_NAME to specify a task name from a starpu_task_insert call.
  654. * Add configure option to disable fortran --disable-fortran
  655. * Add configure option to give path for smpirun executable --with-smpirun
  656. * Add configure option to disable the build of tests --disable-build-tests
  657. * Add starpu-all-tasks debugging support
  658. * New function
  659. void starpu_opencl_load_program_source_malloc(const char *source_file_name, char **located_file_name, char **located_dir_name, char **opencl_program_source)
  660. which allocates the pointers located_file_name, located_dir_name
  661. and opencl_program_source.
  662. * Add submit_hook and do_schedule scheduler methods.
  663. * Add starpu_sleep.
  664. * Add starpu_task_list_ismember.
  665. * Add _starpu_fifo_pop_this_task.
  666. * Add STARPU_MAX_MEMORY_USE environment variable.
  667. * Add starpu_worker_get_id_check().
  668. * New function starpu_mpi_wait_for_all(MPI_Comm comm) that allows to
  669. wait until all StarPU tasks and communications for the given
  670. communicator are completed.
  671. * New function starpu_codelet_unpack_args_and_copyleft() which
  672. allows to copy in a new buffer values which have not been unpacked by
  673. the current call
  674. * Add STARPU_CODELET_SIMGRID_EXECUTE flag.
  675. * Add STARPU_CODELET_SIMGRID_EXECUTE_AND_INJECT flag.
  676. * Add STARPU_CL_ARGS flag to starpu_task_insert() and
  677. starpu_mpi_task_insert() functions call
  678. Changes:
  679. * Data interfaces (variable, vector, matrix and block) now define
  680. pack und unpack functions
  681. * StarPU-MPI: Fix for being able to receive data which have not yet
  682. been registered by the application (i.e it did not call
  683. starpu_data_set_tag(), data are received as a raw memory)
  684. * StarPU-MPI: Fix for being able to receive data with the same tag
  685. from several nodes (see mpi/tests/gather.c)
  686. * Remove the long-deprecated cost_model fields and task->buffers field.
  687. * Fix complexity of implicit task/data dependency, from quadratic to linear.
  688. Small changes:
  689. * Rename function starpu_trace_user_event() as
  690. starpu_fxt_trace_user_event()
  691. * "power" is renamed into "energy" wherever it applies, notably energy
  692. consumption performance models
  693. * Update starpu_task_build() to set starpu_task::cl_arg_free to 1 if
  694. some arguments of type ::STARPU_VALUE are given.
  695. * Simplify performance model loading API
  696. * Better semantic for environment variables STARPU_NMIC and
  697. STARPU_NMICDEVS, the number of devices and the number of cores.
  698. STARPU_NMIC will be the number of devices, and STARPU_NMICCORES
  699. will be the number of cores per device.
  700. StarPU 1.1.8 (git revision f7b7abe9f86361cbc96f2b51c6ad7336b7d1d628)
  701. ====================================================================
  702. The scheduling context release
  703. Small changes:
  704. * Fix compatibility with simgrid 3.14
  705. * Fix lock ordering for memory reclaiming
  706. StarPU 1.1.7 (git revision 341044b67809892cf4a388e482766beb50256907)
  707. ====================================================================
  708. The scheduling context release
  709. Small changes:
  710. * Fix type of data home node to allow users to pass -1 to define
  711. temporary data
  712. StarPU 1.1.6 (git revision cdffbd5f5447e4d076d659232b3deb14f3c20da6)
  713. ====================================================================
  714. The scheduling context release
  715. Small features:
  716. * Add starpu_task_get_task_succs to get the list of children of a given
  717. task.
  718. * Ranges can be provided in STARPU_WORKERS_CPUID
  719. Small changes:
  720. * Various fixes for MacOS and windows systems
  721. StarPU 1.1.5 (git revision 20469c6f3e7ecd6c0568c8e4e4b5b652598308d8xxx)
  722. =======================================================================
  723. The scheduling context release
  724. New features:
  725. * Add starpu_memory_pin and starpu_memory_unpin to pin memory allocated
  726. another way than starpu_malloc.
  727. * Add starpu_task_wait_for_n_submitted() and
  728. STARPU_LIMIT_MAX_NSUBMITTED_TASKS/STARPU_LIMIT_MIN_NSUBMITTED_TASKS to
  729. easily control the number of submitted tasks by making task submission
  730. block.
  731. * Add STARPU_NOWHERE to create synchronization tasks with data.
  732. * Document how to switch between differents views of the same data.
  733. * Add Fortran 90 module and example using it
  734. StarPU 1.1.4 (git revision 2a3d30b28d6d099d271134a786335acdbb3931a3)
  735. ====================================================================
  736. The scheduling context release
  737. New features:
  738. * Fix and actually enable the cache allocation.
  739. * Enable allocation cache in main RAM when STARPU_LIMIT_CPU_MEM is set by
  740. the user.
  741. * New MPI functions starpu_mpi_issend and starpu_mpi_issend_detached
  742. to send data using a synchronous and non-blocking mode (internally
  743. uses MPI_Issend)
  744. * New data access mode flag STARPU_SSEND to be set when calling
  745. starpu_mpi_insert_task to specify the data has to be sent using a
  746. synchronous and non-blocking mode
  747. * New environment variable STARPU_PERF_MODEL_DIR which can be set to
  748. specify a directory where to store performance model files in.
  749. When unset, the files are stored in $STARPU_HOME/.starpu/sampling
  750. * MPI:
  751. - New function starpu_mpi_data_register_comm to register a data
  752. with another communicator than MPI_COMM_WORLD
  753. - New functions starpu_mpi_data_set_rank() and starpu_mpi_data_set_tag()
  754. which call starpu_mpi_data_register_comm()
  755. Small features:
  756. * Add starpu_memory_wait_available() to wait for a given size to become
  757. available on a given node.
  758. * New environment variable STARPU_RAND_SEED to set the seed used for random
  759. numbers.
  760. * New function starpu_mpi_cache_set() to enable or disable the
  761. communication cache at runtime
  762. * Add starpu_paje_sort which sorts Pajé traces.
  763. Changes:
  764. * Fix complexity of implicit task/data dependency, from quadratic to linear.
  765. StarPU 1.1.3 (git revision 11afc5b007fe1ab1c729b55b47a5a98ef7f3cfad)
  766. ====================================================================
  767. The scheduling context release
  768. New features:
  769. * One can register an existing on-GPU buffer to be used by a handle.
  770. * Add the starpu_paje_summary statistics tool.
  771. * Enable gpu-gpu transfers for matrices.
  772. * Let interfaces declare which transfers they allow with the can_copy
  773. methode.
  774. Small changes:
  775. * Lock performance model files while writing and reading them to avoid
  776. issues on parallel launches, MPI runs notably.
  777. * Lots of build fixes for icc on Windows.
  778. StarPU 1.1.2 (git revision d14c550798630bbc4f3da2b07d793c47e3018f02)
  779. ====================================================================
  780. The scheduling context release
  781. New features:
  782. * The reduction init codelet is automatically used to initialize temporary
  783. buffers.
  784. * Traces now include a "scheduling" state, to show the overhead of the
  785. scheduler.
  786. * Add STARPU_CALIBRATE_MINIMUM environment variable to specify the minimum
  787. number of calibration measurements.
  788. * Add STARPU_TRACE_BUFFER_SIZE environment variable to specify the size of
  789. the trace buffer.
  790. StarPU 1.1.1 (git revision dab2e51117fac5bef767f3a6b7677abb2147d2f2)
  791. ====================================================================
  792. The scheduling context release
  793. New features:
  794. * MPI:
  795. - New variable STARPU_MPI_CACHE_STATS to print statistics on
  796. cache holding received data.
  797. - New function starpu_mpi_data_register() which sets the rank
  798. and tag of a data, and also allows to automatically clear
  799. the MPI communication cache when unregistering the data. It
  800. should be called instead of both calling
  801. starpu_data_set_tag() and starpu_data_set_rank()
  802. * Use streams for all CUDA transfers, even initiated by CPUs.
  803. * Add paje traces statistics tools.
  804. * Use streams for GPUA->GPUB and GPUB->GPUA transfers.
  805. Small features:
  806. * New STARPU_EXECUTE_ON_WORKER flag to specify the worker on which
  807. to execute the task.
  808. * New STARPU_DISABLE_PINNING environment variable to disable host memory
  809. pinning.
  810. * New STARPU_DISABLE_KERNELS environment variable to disable actual kernel
  811. execution.
  812. * New starpu_memory_get_total function to get the size of a memory node.
  813. * New starpu_parallel_task_barrier_init_n function to let a scheduler decide
  814. a set of workers without going through combined workers.
  815. Changes:
  816. * Fix simgrid execution.
  817. * Rename starpu_get_nready_tasks_of_sched_ctx to starpu_sched_ctx_get_nready_tasks
  818. * Rename starpu_get_nready_flops_of_sched_ctx to starpu_sched_ctx_get_nready_flops
  819. * New functions starpu_pause() and starpu_resume()
  820. * New codelet specific_nodes field to specify explicit target nodes for data.
  821. * StarPU-MPI: Fix overzealous allocation of memory.
  822. * Interfaces: Allow interface implementation to change pointers at will, in
  823. unpack notably.
  824. Small changes:
  825. * Use big fat abortions when one tries to make a task or callback
  826. sleep, instead of just returning EDEADLCK which few people will test
  827. * By default, StarPU FFT examples are not compiled and checked, the
  828. configure option --enable-starpufft-examples needs to be specified
  829. to change this behaviour.
  830. StarPU 1.1.0 (git revision 3c4bc72ccef30e767680cad3d749c4e9010d4476)
  831. ====================================================================
  832. The scheduling context release
  833. New features:
  834. * OpenGL interoperability support.
  835. * Capability to store compiled OpenCL kernels on the file system
  836. * Capability to load compiled OpenCL kernels
  837. * Performance models measurements can now be provided explicitly by
  838. applications.
  839. * Capability to emit communication statistics when running MPI code
  840. * Add starpu_data_unregister_submit, starpu_data_acquire_on_node and
  841. starpu_data_invalidate_submit
  842. * New functionnality to wrapper starpu_insert_task to pass a array of
  843. data_handles via the parameter STARPU_DATA_ARRAY
  844. * Enable GPU-GPU direct transfers.
  845. * GCC plug-in
  846. - Add `registered' attribute
  847. - A new pass was added that warns about the use of possibly
  848. unregistered memory buffers.
  849. * SOCL
  850. - Manual mapping of commands on specific devices is now
  851. possible
  852. - SOCL does not require StarPU CPU tasks anymore. CPU workers
  853. are automatically disabled to enhance performance of OpenCL
  854. CPU devices
  855. * New interface: COO matrix.
  856. * Data interfaces: The pack operation of user-defined data interface
  857. defines a new parameter count which should be set to the size of
  858. the buffer created by the packing of the data.
  859. * MPI:
  860. - Communication statistics for MPI can only be enabled at
  861. execution time by defining the environment variable
  862. STARPU_COMM_STATS
  863. - Communication cache mechanism is enabled by default, and can
  864. only be disabled at execution time by setting the
  865. environment variable STARPU_MPI_CACHE to 0.
  866. - Initialisation functions starpu_mpi_initialize_extended()
  867. and starpu_mpi_initialize() have been made deprecated. One
  868. should now use starpu_mpi_init(int *, char ***, int). The
  869. last parameter indicates if MPI should be initialised.
  870. - Collective detached operations have new parameters, a
  871. callback function and a argument. This is to be consistent
  872. with the detached point-to-point communications.
  873. - When exchanging user-defined data interfaces, the size of
  874. the data is the size returned by the pack operation, i.e
  875. data with dynamic size can now be exchanged with StarPU-MPI.
  876. * Add experimental simgrid support, to simulate execution with various
  877. number of CPUs, GPUs, amount of memory, etc.
  878. * Add support for OpenCL simulators (which provide simulated execution time)
  879. * Add support for Temanejo, a task graph debugger
  880. * Theoretical bound lp output now includes data transfer time.
  881. * Update OpenCL driver to only enable CPU devices (the environment
  882. variable STARPU_OPENCL_ONLY_ON_CPUS must be set to a positive
  883. value when executing an application)
  884. * Add Scheduling contexts to separate computation resources
  885. - Scheduling policies take into account the set of resources corresponding
  886. to the context it belongs to
  887. - Add support to dynamically change scheduling contexts
  888. (Create and Delete a context, Add Workers to a context, Remove workers from a context)
  889. - Add support to indicate to which contexts the tasks are submitted
  890. * Add the Hypervisor to manage the Scheduling Contexts automatically
  891. - The Contexts can be registered to the Hypervisor
  892. - Only the registered contexts are managed by the Hypervisor
  893. - The Hypervisor can detect the initial distribution of resources of
  894. a context and constructs it consequently (the cost of execution is required)
  895. - Several policies can adapt dynamically the distribution of resources
  896. in contexts if the initial one was not appropriate
  897. - Add a platform to implement new policies of redistribution
  898. of resources
  899. * Implement a memory manager which checks the global amount of
  900. memory available on devices, and checks there is enough memory
  901. before doing an allocation on the device.
  902. * Discard environment variable STARPU_LIMIT_GPU_MEM and define
  903. instead STARPU_LIMIT_CUDA_MEM and STARPU_LIMIT_OPENCL_MEM
  904. * Introduce new variables STARPU_LIMIT_CUDA_devid_MEM and
  905. STARPU_LIMIT_OPENCL_devid_MEM to limit memory per specific device
  906. * Introduce new variable STARPU_LIMIT_CPU_MEM to limit memory for
  907. the CPU devices
  908. * New function starpu_malloc_flags to define a memory allocation with
  909. constraints based on the following values:
  910. - STARPU_MALLOC_PINNED specifies memory should be pinned
  911. - STARPU_MALLOC_COUNT specifies the memory allocation should be in
  912. the limits defined by the environment variables STARPU_LIMIT_xxx
  913. (see above). When no memory is left, starpu_malloc_flag tries
  914. to reclaim memory from StarPU and returns -ENOMEM on failure.
  915. * starpu_malloc calls starpu_malloc_flags with a value of flag set
  916. to STARPU_MALLOC_PINNED
  917. * Define new function starpu_free_flags similarly to starpu_malloc_flags
  918. * Define new public API starpu_pthread which is similar to the
  919. pthread API. It is provided with 2 implementations: a pthread one
  920. and a Simgrid one. Applications using StarPU and wishing to use
  921. the Simgrid StarPU features should use it.
  922. * Allow to have a dynamically allocated number of buffers per task,
  923. and so overwrite the value defined --enable-maxbuffers=XXX
  924. * Performance models files are now stored in a directory whose name
  925. include the version of the performance model format. The version
  926. number is also written in the file itself.
  927. When updating the format, the internal variable
  928. _STARPU_PERFMODEL_VERSION should be updated. It is then possible
  929. to switch easily between differents versions of StarPU having
  930. different performance model formats.
  931. * Tasks can now define a optional prologue callback which is executed
  932. on the host when the task becomes ready for execution, before getting
  933. scheduled.
  934. * Small CUDA allocations (<= 4MiB) are now batched to avoid the huge
  935. cudaMalloc overhead.
  936. * Prefetching is now done for all schedulers when it can be done whatever
  937. the scheduling decision.
  938. * Add a watchdog which permits to easily trigger a crash when StarPU gets
  939. stuck.
  940. * Document how to migrate data over MPI.
  941. * New function starpu_wakeup_worker() to be used by schedulers to
  942. wake up a single worker (instead of all workers) when submitting a
  943. single task.
  944. * The functions starpu_sched_set/get_min/max_priority set/get the
  945. priorities of the current scheduling context, i.e the one which
  946. was set by a call to starpu_sched_ctx_set_context() or the initial
  947. context if the function has not been called yet.
  948. * Fix for properly dealing with NAN on windows systems
  949. Small features:
  950. * Add starpu_worker_get_by_type and starpu_worker_get_by_devid
  951. * Add starpu_fxt_stop_profiling/starpu_fxt_start_profiling which permits to
  952. pause trace recording.
  953. * Add trace_buffer_size configuration field to permit to specify the tracing
  954. buffer size.
  955. * Add starpu_codelet_profile and starpu_codelet_histo_profile, tools which draw
  956. the profile of a codelet.
  957. * File STARPU-REVISION --- containing the SVN revision number from which
  958. StarPU was compiled --- is installed in the share/doc/starpu directory
  959. * starpu_perfmodel_plot can now directly draw GFlops curves.
  960. * New configure option --enable-mpi-progression-hook to enable the
  961. activity polling method for StarPU-MPI.
  962. * Permit to disable sequential consistency for a given task.
  963. * New macro STARPU_RELEASE_VERSION
  964. * New function starpu_get_version() to return as 3 integers the
  965. release version of StarPU.
  966. * Enable by default data allocation cache
  967. * New function starpu_perfmodel_directory() to print directory
  968. storing performance models. Available through the new option -d of
  969. the tool starpu_perfmodel_display
  970. * New batch files to execute StarPU applications under Microsoft
  971. Visual Studio (They are installed in path_to_starpu/bin/msvc)/
  972. * Add cl_arg_free, callback_arg_free, prologue_callback_arg_free fields to
  973. enable automatic free(cl_arg); free(callback_arg);
  974. free(prologue_callback_arg) on task destroy.
  975. * New function starpu_task_build
  976. * New configure options --with-simgrid-dir
  977. --with-simgrid-include-dir and --with-simgrid-lib-dir to specify
  978. the location of the SimGrid library
  979. Changes:
  980. * Rename all filter functions to follow the pattern
  981. starpu_DATATYPE_filter_FILTERTYPE. The script
  982. tools/dev/rename_filter.sh is provided to update your existing
  983. applications to use new filters function names.
  984. * Renaming of diverse functions and datatypes. The script
  985. tools/dev/rename.sh is provided to update your existing
  986. applications to use the new names. It is also possible to compile
  987. with the pkg-config package starpu-1.0 to keep using the old
  988. names. It is however recommended to update your code and to use
  989. the package starpu-1.1.
  990. * Fix the block filter functions.
  991. * Fix StarPU-MPI on Darwin.
  992. * The FxT code can now be used on systems other than Linux.
  993. * Keep only one hashtable implementation common/uthash.h
  994. * The cache of starpu_mpi_insert_task is fixed and thus now enabled by
  995. default.
  996. * Improve starpu_machine_display output.
  997. * Standardize objects name in the performance model API
  998. * SOCL
  999. - Virtual SOCL device has been removed
  1000. - Automatic scheduling still available with command queues not
  1001. assigned to any device
  1002. - Remove modified OpenCL headers. ICD is now the only supported
  1003. way to use SOCL.
  1004. - SOCL test suite is only run when environment variable
  1005. SOCL_OCL_LIB_OPENCL is defined. It should contain the location
  1006. of the libOpenCL.so file of the OCL ICD implementation.
  1007. * Fix main memory leak on multiple unregister/re-register.
  1008. * Improve hwloc detection by configure
  1009. * Cell:
  1010. - It is no longer possible to enable the cell support via the
  1011. gordon driver
  1012. - Data interfaces no longer define functions to copy to and from
  1013. SPU devices
  1014. - Codelet no longer define pointer for Gordon implementations
  1015. - Gordon workers are no longer enabled
  1016. - Gordon performance models are no longer enabled
  1017. * Fix data transfer arrows in paje traces
  1018. * The "heft" scheduler no longer exists. Users should now pick "dmda"
  1019. instead.
  1020. * StarPU can now use poti to generate paje traces.
  1021. * Rename scheduling policy "parallel greedy" to "parallel eager"
  1022. * starpu_scheduler.h is no longer automatically included by
  1023. starpu.h, it has to be manually included when needed
  1024. * New batch files to run StarPU applications with Microsoft Visual C
  1025. * Add examples/release/Makefile to test StarPU examples against an
  1026. installed version of StarPU. That can also be used to test
  1027. examples using a previous API.
  1028. * Tutorial is installed in ${docdir}/tutorial
  1029. * Schedulers eager_central_policy, dm and dmda no longer erroneously respect
  1030. priorities. dmdas has to be used to respect priorities.
  1031. * StarPU-MPI: Fix potential bug for user-defined datatypes. As MPI
  1032. can reorder messages, we need to make sure the sending of the size
  1033. of the data has been completed.
  1034. * Documentation is now generated through doxygen.
  1035. * Modification of perfmodels output format for future improvements.
  1036. * Fix for properly dealing with NAN on windows systems
  1037. * Function starpu_sched_ctx_create() now takes a variable argument
  1038. list to define the scheduler to be used, and the minimum and
  1039. maximum priority values
  1040. * The functions starpu_sched_set/get_min/max_priority set/get the
  1041. priorities of the current scheduling context, i.e the one which
  1042. was set by a call to starpu_sched_ctx_set_context() or the initial
  1043. context if the function was not called yet.
  1044. * MPI: Fix of the livelock issue discovered while executing applications
  1045. on a CPU+GPU cluster of machines by adding a maximum trylock
  1046. threshold before a blocking lock.
  1047. Small changes:
  1048. * STARPU_NCPU should now be used instead of STARPU_NCPUS. STARPU_NCPUS is
  1049. still available for compatibility reasons.
  1050. * include/starpu.h includes all include/starpu_*.h files, applications
  1051. therefore only need to have #include <starpu.h>
  1052. * Active task wait is now included in blocked time.
  1053. * Fix GCC plugin linking issues starting with GCC 4.7.
  1054. * Fix forcing calibration of never-calibrated archs.
  1055. * CUDA applications are no longer compiled with the "-arch sm_13"
  1056. option. It is specifically added to applications which need it.
  1057. * Explicitly name the non-sleeping-non-running time "Overhead", and use
  1058. another color in vite traces.
  1059. * Use C99 variadic macro support, not GNU.
  1060. * Fix performance regression: dmda queues were inadvertently made
  1061. LIFOs in r9611.
  1062. StarPU 1.0.3 (git revision 25f8b3a7b13050e99bf1725ca6f52cfd62e7a861)
  1063. ====================================================================
  1064. Changes:
  1065. * Several bug fixes in the build system
  1066. * Bug fixes in source code for non-Linux systems
  1067. * Fix generating FXT traces bigger than 64MiB.
  1068. * Improve ENODEV error detections in StarPU FFT
  1069. StarPU 1.0.2 (git revision 6f95de279d6d796a39debe8d6c5493b3bdbe0c37)
  1070. ====================================================================
  1071. Changes:
  1072. * Add starpu_block_shadow_filter_func_vector and an example.
  1073. * Add tag dependency in trace-generated DAG.
  1074. * Fix CPU binding for optimized CPU-GPU transfers.
  1075. * Fix parallel tasks CPU binding and combined worker generation.
  1076. * Fix generating FXT traces bigger than 64MiB.
  1077. StarPU 1.0.1 (git revision 97ea6e15a273e23e4ddabf491b0f9481373ca01a)
  1078. ====================================================================
  1079. Changes:
  1080. * hwloc support. Warn users when hwloc is not found on the system and
  1081. produce error when not explicitely disabled.
  1082. * Several bug fixes
  1083. * GCC plug-in
  1084. - Add `#pragma starpu release'
  1085. - Fix bug when using `acquire' pragma with function parameters
  1086. - Slightly improve test suite coverage
  1087. - Relax the GCC version check
  1088. * Update SOCL to use new API
  1089. * Documentation improvement.
  1090. StarPU 1.0.0 (git revision d3ad9ca318ec9acfeaf8eb7d8a018b09e4722292)
  1091. ====================================================================
  1092. The extensions-again release
  1093. New features:
  1094. * Add SOCL, an OpenCL interface on top of StarPU.
  1095. * Add a gcc plugin to extend the C interface with pragmas which allows to
  1096. easily define codelets and issue tasks.
  1097. * Add reduction mode to starpu_mpi_insert_task.
  1098. * A new multi-format interface permits to use different binary formats
  1099. on CPUs & GPUs, the conversion functions being provided by the
  1100. application and called by StarPU as needed (and as less as
  1101. possible).
  1102. * Deprecate cost_model, and introduce cost_function, which is provided
  1103. with the whole task structure, the target arch and implementation
  1104. number.
  1105. * Permit the application to provide its own size base for performance
  1106. models.
  1107. * Applications can provide several implementations of a codelet for the
  1108. same architecture.
  1109. * Add a StarPU-Top feedback and steering interface.
  1110. * Permit to specify MPI tags for more efficient starpu_mpi_insert_task
  1111. Changes:
  1112. * Fix several memory leaks and race conditions
  1113. * Make environment variables take precedence over the configuration
  1114. passed to starpu_init()
  1115. * Libtool interface versioning has been included in libraries names
  1116. (libstarpu-1.0.so, libstarpumpi-1.0.so,
  1117. libstarpufft-1.0.so, libsocl-1.0.so)
  1118. * Install headers under $includedir/starpu/1.0.
  1119. * Make where field for struct starpu_codelet optional. When unset, its
  1120. value will be automatically set based on the availability of the
  1121. different XXX_funcs fields of the codelet.
  1122. * Define access modes for data handles into starpu_codelet and no longer
  1123. in starpu_task. Hence mark (struct starpu_task).buffers as
  1124. deprecated, and add (struct starpu_task).handles and (struct
  1125. starpu_codelet).modes
  1126. * Fields xxx_func of struct starpu_codelet are made deprecated. One
  1127. should use fields xxx_funcs instead.
  1128. * Some types were renamed for consistency. when using pkg-config libstarpu,
  1129. starpu_deprecated_api.h is automatically included (after starpu.h) to
  1130. keep compatibility with existing software. Other changes are mentioned
  1131. below, compatibility is also preserved for them.
  1132. To port code to use new names (this is not mandatory), the
  1133. tools/dev/rename.sh script can be used, and pkg-config starpu-1.0 should
  1134. be used.
  1135. * The communication cost in the heft and dmda scheduling strategies now
  1136. take into account the contention brought by the number of GPUs. This
  1137. changes the meaning of the beta factor, whose default 1.0 value should
  1138. now be good enough in most case.
  1139. Small features:
  1140. * Allow users to disable asynchronous data transfers between CPUs and
  1141. GPUs.
  1142. * Update OpenCL driver to enable CPU devices (the environment variable
  1143. STARPU_OPENCL_ON_CPUS must be set to a positive value when
  1144. executing an application)
  1145. * struct starpu_data_interface_ops --- operations on a data
  1146. interface --- define a new function pointer allocate_new_data
  1147. which creates a new data interface of the given type based on
  1148. an existing handle
  1149. * Add a field named magic to struct starpu_task which is set when
  1150. initialising the task. starpu_task_submit will fail if the
  1151. field does not have the right value. This will hence avoid
  1152. submitting tasks which have not been properly initialised.
  1153. * Add a hook function pre_exec_hook in struct starpu_sched_policy.
  1154. The function is meant to be called in drivers. Schedulers
  1155. can use it to be notified when a task is about being computed.
  1156. * Add codelet execution time statistics plot.
  1157. * Add bus speed in starpu_machine_display.
  1158. * Add a STARPU_DATA_ACQUIRE_CB which permits to inline the code to be
  1159. done.
  1160. * Add gdb functions.
  1161. * Add complex support to LU example.
  1162. * Permit to use the same data several times in write mode in the
  1163. parameters of the same task.
  1164. Small changes:
  1165. * Increase default value for STARPU_MAXCPUS -- Maximum number of
  1166. CPUs supported -- to 64.
  1167. * Add man pages for some of the tools
  1168. * Add C++ application example in examples/cpp/
  1169. * Add an OpenMP fork-join example.
  1170. * Documentation improvement.
  1171. StarPU 0.9 (git revision 12bba8528fc0d85367d885cddc383ba54efca464)
  1172. ==================================================================
  1173. The extensions release
  1174. * Provide the STARPU_REDUX data access mode
  1175. * Externalize the scheduler API.
  1176. * Add theoretical bound computation
  1177. * Add the void interface
  1178. * Add power consumption optimization
  1179. * Add parallel task support
  1180. * Add starpu_mpi_insert_task
  1181. * Add profiling information interface.
  1182. * Add STARPU_LIMIT_GPU_MEM environment variable.
  1183. * OpenCL fixes
  1184. * MPI fixes
  1185. * Improve optimization documentation
  1186. * Upgrade to hwloc 1.1 interface
  1187. * Add fortran example
  1188. * Add mandelbrot OpenCL example
  1189. * Add cg example
  1190. * Add stencil MPI example
  1191. * Initial support for CUDA4
  1192. StarPU 0.4 (git revision ad8d8be3619f211f228c141282d7d504646fc2a6)
  1193. ==================================================================
  1194. The API strengthening release
  1195. * Major API improvements
  1196. - Provide the STARPU_SCRATCH data access mode
  1197. - Rework data filter interface
  1198. - Rework data interface structure
  1199. - A script that automatically renames old functions to accomodate with the new
  1200. API is available from https://scm.gforge.inria.fr/svn/starpu/scripts/renaming
  1201. (login: anonsvn, password: anonsvn)
  1202. * Implement dependencies between task directly (eg. without tags)
  1203. * Implicit data-driven task dependencies simplifies the design of
  1204. data-parallel algorithms
  1205. * Add dynamic profiling capabilities
  1206. - Provide per-task feedback
  1207. - Provide per-worker feedback
  1208. - Provide feedback about memory transfers
  1209. * Provide a library to help accelerating MPI applications
  1210. * Improve data transfers overhead prediction
  1211. - Transparently benchmark buses to generate performance models
  1212. - Bind accelerator-controlling threads with respect to NUMA locality
  1213. * Improve StarPU's portability
  1214. - Add OpenCL support
  1215. - Add support for Windows
  1216. StarPU 0.2.901 aka 0.3-rc1 (git revision 991f2abb772c17c3d45bbcf27f46197652e6a3ef)
  1217. ==================================================================================
  1218. The asynchronous heterogeneous multi-accelerator release
  1219. * Many API changes and code cleanups
  1220. - Implement starpu_worker_get_id
  1221. - Implement starpu_worker_get_name
  1222. - Implement starpu_worker_get_type
  1223. - Implement starpu_worker_get_count
  1224. - Implement starpu_display_codelet_stats
  1225. - Implement starpu_data_prefetch_on_node
  1226. - Expose the starpu_data_set_wt_mask function
  1227. * Support nvidia (heterogeneous) multi-GPU
  1228. * Add the data request mechanism
  1229. - All data transfers use data requests now
  1230. - Implement asynchronous data transfers
  1231. - Implement prefetch mechanism
  1232. - Chain data requests to support GPU->RAM->GPU transfers
  1233. * Make it possible to bypass the scheduler and to assign a task to a specific
  1234. worker
  1235. * Support restartable tasks to reinstanciate dependencies task graphs
  1236. * Improve performance prediction
  1237. - Model data transfer overhead
  1238. - One model is created for each accelerator
  1239. * Support for CUDA's driver API is deprecated
  1240. * The STARPU_WORKERS_CUDAID and STARPU_WORKERS_CPUID env. variables make it possible to
  1241. specify where to bind the workers
  1242. * Use the hwloc library to detect the actual number of cores
  1243. StarPU 0.2.0 (git revision 73e989f0783e10815aff394f80242760c4ed098c)
  1244. ====================================================================
  1245. The Stabilizing-the-Basics release
  1246. * Various API cleanups
  1247. * Mac OS X is supported now
  1248. * Add dynamic code loading facilities onto Cell's SPUs
  1249. * Improve performance analysis/feedback tools
  1250. * Application can interact with StarPU tasks
  1251. - The application may access/modify data managed by the DSM
  1252. - The application may wait for the termination of a (set of) task(s)
  1253. * An initial documentation is added
  1254. * More examples are supplied
  1255. StarPU 0.1.0 (git revision 911869a96b40c74eb92b30a43d3e08bf445d8078)
  1256. ====================================================================
  1257. First release.
  1258. Status:
  1259. * Only supports Linux platforms yet
  1260. * Supported architectures
  1261. - multicore CPUs
  1262. - NVIDIA GPUs (with CUDA 2.x)
  1263. - experimental Cell/BE support
  1264. Changes:
  1265. * Scheduling facilities
  1266. - run-time selection of the scheduling policy
  1267. - basic auto-tuning facilities
  1268. * Software-based DSM
  1269. - transparent data coherency management
  1270. - High-level expressive interface
  1271. # Local Variables:
  1272. # mode: text
  1273. # coding: utf-8
  1274. # ispell-local-dictionary: "american"
  1275. # End: