ChangeLog 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2017 Université de Bordeaux
  4. # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 CNRS
  5. # Copyright (C) 2014, 2016, 2017 INRIA
  6. #
  7. # StarPU is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU Lesser General Public License as published by
  9. # the Free Software Foundation; either version 2.1 of the License, or (at
  10. # your option) any later version.
  11. #
  12. # StarPU is distributed in the hope that it will be useful, but
  13. # WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15. #
  16. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  17. StarPU 1.3.0 (svn revision xxxx)
  18. ==============================================
  19. New features:
  20. * New scheduler with heterogeneous priorities
  21. * Support priorities for data transfers.
  22. * Add support for Ayudame version 2.x debugging library.
  23. * Add support for multiple linear regression performance models
  24. * Add MPI Master-Slave support to use the cores of remote nodes. Use the
  25. --enable-mpi-master-slave option to activate it.
  26. * Add STARPU_CUDA_THREAD_PER_DEV environment variable to support driving all
  27. GPUs from only one thread when almost all kernels are asynchronous.
  28. Small features:
  29. * Scheduling contexts may now be associated a user data pointer at creation
  30. time, that can later be recalled through starpu_sched_ctx_get_user_data().
  31. * Add STARPU_SIMGRID_TASK_SUBMIT_COST to simulate the cost of task submission
  32. in simgrid mode. This provides more accurate simgrid predictions, especially
  33. for the beginning of the execution.
  34. * New configure option --enable-mpi-pedantic-isend (disabled by
  35. default) to acquire data in STARPU_RW (instead of STARPU_R) before
  36. performing MPI_Isend call
  37. * New function starpu_worker_display_names to display the names of
  38. all the workers of a specified type.
  39. * Arbiters now support concurrent read access.
  40. Changes:
  41. * Vastly improve simgrid simulation time.
  42. Small changes:
  43. * Use asynchronous transfers for task data fetches with were not prefetched.
  44. StarPU 1.2.2 (svn revision xxx)
  45. ==============================================
  46. New features:
  47. * Add starpu_data_acquire_try and starpu_data_acquire_on_node_try.
  48. StarPU 1.2.1 (svn revision 20299)
  49. ==============================================
  50. New features:
  51. * Add starpu_fxt_trace_user_event_string.
  52. * Add starpu_tasks_rec_complete tool to add estimation times in tasks.rec
  53. files.
  54. * Add STARPU_FXT_TRACE environment variable.
  55. * Add starpu_data_set_user_data and starpu_data_get_user_data.
  56. * Add STARPU_MPI_FAKE_SIZE and STARPU_MPI_FAKE_RANK to allow simulating
  57. execution of just one MPI node.
  58. * Add STARPU_PERF_MODEL_HOMOGENEOUS_CUDA/OPENCL/MIC/SCC to share performance
  59. models between devices, making calibration much faster.
  60. * Add modular-heft-prio scheduler.
  61. * Add starpu_cublas_get_local_handle helper.
  62. * Add starpu_data_set_name, starpu_data_set_coordinates_array, and
  63. starpu_data_set_coordinates to describe data, and starpu_iteration_push and
  64. starpu_iteration_pop to describe tasks, for better offline traces analysis.
  65. * New function starpu_bus_print_filenames() to display filenames
  66. storing bandwidth/affinity/latency information, available through
  67. tools/starpu_machine_display -i
  68. * Add support for Ayudame version 2.x debugging library.
  69. * Add starpu_sched_ctx_get_workers_list_raw, much less costly than
  70. starpu_sched_ctx_get_workers_list
  71. * Add starpu_task_get_name and use it to warn about dmda etc. using
  72. a dumb policy when calibration is not finished
  73. * MPI: Add functions to test for cached values
  74. Changes:
  75. * Fix performance regression of lws for small tasks.
  76. * Improve native Fortran support for StarPU
  77. Small changes:
  78. * Fix type of data home node to allow users to pass -1 to define
  79. temporary data
  80. * Fix compatibility with simgrid 3.14
  81. StarPU 1.2.0 (svn revision 18521)
  82. ==============================================
  83. New features:
  84. * MIC Xeon Phi support
  85. * SCC support
  86. * New function starpu_sched_ctx_exec_parallel_code to execute a
  87. parallel code on the workers of the given scheduler context
  88. * MPI:
  89. - New internal communication system : a unique tag called
  90. is now used for all communications, and a system
  91. of hashmaps on each node which stores pending receives has been
  92. implemented. Every message is now coupled with an envelope, sent
  93. before the corresponding data, which allows the receiver to
  94. allocate data correctly, and to submit the matching receive of
  95. the envelope.
  96. - New function
  97. starpu_mpi_irecv_detached_sequential_consistency which
  98. allows to enable or disable the sequential consistency for
  99. the given data handle (sequential consistency will be
  100. enabled or disabled based on the value of the function
  101. parameter and the value of the sequential consistency
  102. defined for the given data)
  103. - New functions starpu_mpi_task_build() and
  104. starpu_mpi_task_post_build()
  105. - New flag STARPU_NODE_SELECTION_POLICY to specify a policy for
  106. selecting a node to execute the codelet when several nodes
  107. own data in W mode.
  108. - New selection node policies can be un/registered with the
  109. functions starpu_mpi_node_selection_register_policy() and
  110. starpu_mpi_node_selection_unregister_policy()
  111. - New environment variable STARPU_MPI_COMM which enables
  112. basic tracing of communications.
  113. - New function starpu_mpi_init_comm() which allows to specify
  114. a MPI communicator.
  115. * New STARPU_COMMUTE flag which can be passed along STARPU_W or STARPU_RW to
  116. let starpu commute write accesses.
  117. * Out-of-core support, through registration of disk areas as additional memory
  118. nodes. It can be enabled programmatically or through the STARPU_DISK_SWAP*
  119. environment variables.
  120. * Reclaiming is now periodically done before memory becomes full. This can
  121. be controlled through the STARPU_*_AVAILABLE_MEM environment variables.
  122. * New hierarchical schedulers which allow the user to easily build
  123. its own scheduler, by coding itself each "box" it wants, or by
  124. combining existing boxes in StarPU to build it. Hierarchical
  125. schedulers have very interesting scalability properties.
  126. * Add STARPU_CUDA_ASYNC and STARPU_OPENCL_ASYNC flags to allow asynchronous
  127. CUDA and OpenCL kernel execution.
  128. * Add STARPU_CUDA_PIPELINE and STARPU_OPENCL_PIPELINE to specify how
  129. many asynchronous tasks are submitted in advance on CUDA and
  130. OpenCL devices. Setting the value to 0 forces a synchronous
  131. execution of all tasks.
  132. * Add CUDA concurrent kernel execution support through
  133. the STARPU_NWORKER_PER_CUDA environment variable.
  134. * Add CUDA and OpenCL kernel submission pipelining, to overlap costs and allow
  135. concurrent kernel execution on Fermi cards.
  136. * New locality work stealing scheduler (lws).
  137. * Add STARPU_VARIABLE_NBUFFERS to be set in cl.nbuffers, and nbuffers and
  138. modes field to the task structure, which permit to define codelets taking a
  139. variable number of data.
  140. * Add support for implementing OpenMP runtimes on top of StarPU
  141. * New performance model format to better represent parallel tasks.
  142. Used to provide estimations for the execution times of the
  143. parallel tasks on scheduling contexts or combined workers.
  144. * starpu_data_idle_prefetch_on_node and
  145. starpu_idle_prefetch_task_input_on_node allow to queue prefetches to be done
  146. only when the bus is idle.
  147. * Make starpu_data_prefetch_on_node not forcibly flush data out, introduce
  148. starpu_data_fetch_on_node for that.
  149. * Add data access arbiters, to improve parallelism of concurrent data
  150. accesses, notably with STARPU_COMMUTE.
  151. * Anticipative writeback, to flush dirty data asynchronously before the
  152. GPU device is full. Disabled by default. Use STARPU_MINIMUM_CLEAN_BUFFERS
  153. and STARPU_TARGET_CLEAN_BUFFERS to enable it.
  154. * Add starpu_data_wont_use to advise that a piece of data will not be used
  155. in the close future.
  156. * Enable anticipative writeback by default.
  157. * New scheduler 'dmdasd' that considers priority when deciding on
  158. which worker to schedule
  159. * Add the capability to define specific MPI datatypes for
  160. StarPU user-defined interfaces.
  161. * Add tasks.rec trace output to make scheduling analysis easier.
  162. * Add Fortran 90 module and example using it
  163. * New StarPU-MPI gdb debug functions
  164. * Generate animated html trace of modular schedulers.
  165. * Add asynchronous partition planning. It only supports coherency through
  166. the home node of data for now.
  167. * Add STARPU_MALLOC_SIMULATION_FOLDED flag to save memory when simulating.
  168. * Include application threads in the trace.
  169. * Add starpu_task_get_task_scheduled_succs to get successors of a task.
  170. * Add graph inspection facility for schedulers.
  171. * New STARPU_LOCALITY flag to mark data which should be taken into account
  172. by schedulers for improving locality.
  173. * Experimental support for data locality in ws and lws.
  174. * Add a preliminary framework for native Fortran support for StarPU
  175. Small features:
  176. * Tasks can now have a name (via the field const char *name of
  177. struct starpu_task)
  178. * New functions starpu_data_acquire_cb_sequential_consistency() and
  179. starpu_data_acquire_on_node_cb_sequential_consistency() which allows
  180. to enable or disable sequential consistency
  181. * New configure option --enable-fxt-lock which enables additional
  182. trace events focused on locks behaviour during the execution
  183. * Functions starpu_insert_task and starpu_mpi_insert_task are
  184. renamed in starpu_task_insert and starpu_mpi_task_insert. Old
  185. names are kept to avoid breaking old codes.
  186. * New configure option --enable-calibration-heuristic which allows
  187. the user to set the maximum authorized deviation of the
  188. history-based calibrator.
  189. * Allow application to provide the task footprint itself.
  190. * New function starpu_sched_ctx_display_workers() to display worker
  191. information belonging to a given scheduler context
  192. * The option --enable-verbose can be called with
  193. --enable-verbose=extra to increase the verbosity
  194. * Add codelet size, footprint and tag id in the paje trace.
  195. * Add STARPU_TAG_ONLY, to specify a tag for traces without making StarPU
  196. manage the tag.
  197. * On Linux x86, spinlocks now block after a hundred tries. This avoids
  198. typical 10ms pauses when the application thread tries to submit tasks.
  199. * New function char *starpu_worker_get_type_as_string(enum starpu_worker_archtype type)
  200. * Improve static scheduling by adding support for specifying the task
  201. execution order.
  202. * Add starpu_worker_can_execute_task_impl and
  203. starpu_worker_can_execute_task_first_impl to optimize getting the
  204. working implementations
  205. * Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if
  206. the node is out of memory.
  207. * New flag STARPU_DATA_MODE_ARRAY for the function family
  208. starpu_task_insert to allow to define a array of data handles
  209. along with their access modes.
  210. * New configure option --enable-new-check to enable new testcases
  211. which are known to fail
  212. * Add starpu_memory_allocate and _deallocate to let the application declare
  213. its own allocation to the reclaiming engine.
  214. * Add STARPU_SIMGRID_CUDA_MALLOC_COST and STARPU_SIMGRID_CUDA_QUEUE_COST to
  215. disable CUDA costs simulation in simgrid mode.
  216. * Add starpu_task_get_task_succs to get the list of children of a given
  217. task.
  218. * Add starpu_malloc_on_node_flags, starpu_free_on_node_flags, and
  219. starpu_malloc_on_node_set_default_flags to control the allocation flags
  220. used for allocations done by starpu.
  221. * Ranges can be provided in STARPU_WORKERS_CPUID
  222. * Add starpu_fxt_autostart_profiling to be able to avoid autostart.
  223. * Add arch_cost_function perfmodel function field.
  224. * Add STARPU_TASK_BREAK_ON_SCHED, STARPU_TASK_BREAK_ON_PUSH, and
  225. STARPU_TASK_BREAK_ON_POP environment variables to debug schedulers.
  226. * Add starpu_sched_display tool.
  227. * Add starpu_memory_pin and starpu_memory_unpin to pin memory allocated
  228. another way than starpu_malloc.
  229. * Add STARPU_NOWHERE to create synchronization tasks with data.
  230. * Document how to switch between differents views of the same data.
  231. * Add STARPU_NAME to specify a task name from a starpu_task_insert call.
  232. * Add configure option to disable fortran --disable-fortran
  233. * Add configure option to give path for smpirun executable --with-smpirun
  234. * Add configure option to disable the build of tests --disable-build-tests
  235. * Add starpu-all-tasks debugging support
  236. * New function
  237. void starpu_opencl_load_program_source_malloc(const char *source_file_name, char **located_file_name, char **located_dir_name, char **opencl_program_source)
  238. which allocates the pointers located_file_name, located_dir_name
  239. and opencl_program_source.
  240. * Add submit_hook and do_schedule scheduler methods.
  241. * Add starpu_sleep.
  242. * Add starpu_task_list_ismember.
  243. * Add _starpu_fifo_pop_this_task.
  244. * Add STARPU_MAX_MEMORY_USE environment variable.
  245. * Add starpu_worker_get_id_check().
  246. * New function starpu_mpi_wait_for_all(MPI_Comm comm) that allows to
  247. wait until all StarPU tasks and communications for the given
  248. communicator are completed.
  249. * New function starpu_codelet_unpack_args_and_copyleft() which
  250. allows to copy in a new buffer values which have not been unpacked by
  251. the current call
  252. * Add STARPU_CODELET_SIMGRID_EXECUTE flag.
  253. * Add STARPU_CL_ARGS flag to starpu_task_insert() and
  254. starpu_mpi_task_insert() functions call
  255. Changes:
  256. * Data interfaces (variable, vector, matrix and block) now define
  257. pack und unpack functions
  258. * StarPU-MPI: Fix for being able to receive data which have not yet
  259. been registered by the application (i.e it did not call
  260. starpu_data_set_tag(), data are received as a raw memory)
  261. * StarPU-MPI: Fix for being able to receive data with the same tag
  262. from several nodes (see mpi/tests/gather.c)
  263. * Remove the long-deprecated cost_model fields and task->buffers field.
  264. * Fix complexity of implicit task/data dependency, from quadratic to linear.
  265. Small changes:
  266. * Rename function starpu_trace_user_event() as
  267. starpu_fxt_trace_user_event()
  268. * "power" is renamed into "energy" wherever it applies, notably energy
  269. consumption performance models
  270. * Update starpu_task_build() to set starpu_task::cl_arg_free to 1 if
  271. some arguments of type ::STARPU_VALUE are given.
  272. * Simplify performance model loading API
  273. * Better semantic for environment variables STARPU_NMIC and
  274. STARPU_NMICDEVS, the number of devices and the number of cores.
  275. STARPU_NMIC will be the number of devices, and STARPU_NMICCORES
  276. will be the number of cores per device.
  277. StarPU 1.1.5 (svn revision xxx)
  278. ==============================================
  279. The scheduling context release
  280. * Add starpu_memory_pin and starpu_memory_unpin to pin memory allocated
  281. another way than starpu_malloc.
  282. * Add starpu_task_wait_for_n_submitted() and
  283. STARPU_LIMIT_MAX_NSUBMITTED_TASKS/STARPU_LIMIT_MIN_NSUBMITTED_TASKS to
  284. easily control the number of submitted tasks by making task submission
  285. block.
  286. StarPU 1.1.4 (svn revision 14856)
  287. ==============================================
  288. The scheduling context release
  289. New features:
  290. * Fix and actually enable the cache allocation.
  291. * Enable allocation cache in main RAM when STARPU_LIMIT_CPU_MEM is set by
  292. the user.
  293. * New MPI functions starpu_mpi_issend and starpu_mpi_issend_detached
  294. to send data using a synchronous and non-blocking mode (internally
  295. uses MPI_Issend)
  296. * New data access mode flag STARPU_SSEND to be set when calling
  297. starpu_mpi_insert_task to specify the data has to be sent using a
  298. synchronous and non-blocking mode
  299. * New environment variable STARPU_PERF_MODEL_DIR which can be set to
  300. specify a directory where to store performance model files in.
  301. When unset, the files are stored in $STARPU_HOME/.starpu/sampling
  302. * MPI:
  303. - New function starpu_mpi_data_register_comm to register a data
  304. with another communicator than MPI_COMM_WORLD
  305. - New functions starpu_mpi_data_set_rank() and starpu_mpi_data_set_tag()
  306. which call starpu_mpi_data_register_comm()
  307. Small features:
  308. * Add starpu_memory_wait_available() to wait for a given size to become
  309. available on a given node.
  310. * New environment variable STARPU_RAND_SEED to set the seed used for random
  311. numbers.
  312. * New function starpu_mpi_cache_set() to enable or disable the
  313. communication cache at runtime
  314. * Add starpu_paje_sort which sorts Pajé traces.
  315. Changes:
  316. * Fix complexity of implicit task/data dependency, from quadratic to linear.
  317. StarPU 1.1.3 (svn revision 13450)
  318. ==============================================
  319. The scheduling context release
  320. New features:
  321. * One can register an existing on-GPU buffer to be used by a handle.
  322. * Add the starpu_paje_summary statistics tool.
  323. * Enable gpu-gpu transfers for matrices.
  324. * Let interfaces declare which transfers they allow with the can_copy
  325. methode.
  326. Small changes:
  327. * Lock performance model files while writing and reading them to avoid
  328. issues on parallel launches, MPI runs notably.
  329. * Lots of build fixes for icc on Windows.
  330. StarPU 1.1.2 (svn revision 13011)
  331. ==============================================
  332. The scheduling context release
  333. New features:
  334. * The reduction init codelet is automatically used to initialize temporary
  335. buffers.
  336. * Traces now include a "scheduling" state, to show the overhead of the
  337. scheduler.
  338. * Add STARPU_CALIBRATE_MINIMUM environment variable to specify the minimum
  339. number of calibration measurements.
  340. * Add STARPU_TRACE_BUFFER_SIZE environment variable to specify the size of
  341. the trace buffer.
  342. StarPU 1.1.1 (svn revision 12638)
  343. ==============================================
  344. The scheduling context release
  345. New features:
  346. * MPI:
  347. - New variable STARPU_MPI_CACHE_STATS to print statistics on
  348. cache holding received data.
  349. - New function starpu_mpi_data_register() which sets the rank
  350. and tag of a data, and also allows to automatically clear
  351. the MPI communication cache when unregistering the data. It
  352. should be called instead of both calling
  353. starpu_data_set_tag() and starpu_data_set_rank()
  354. * Use streams for all CUDA transfers, even initiated by CPUs.
  355. * Add paje traces statistics tools.
  356. * Use streams for GPUA->GPUB and GPUB->GPUA transfers.
  357. Small features:
  358. * New STARPU_EXECUTE_ON_WORKER flag to specify the worker on which
  359. to execute the task.
  360. * New STARPU_DISABLE_PINNING environment variable to disable host memory
  361. pinning.
  362. * New STARPU_DISABLE_KERNELS environment variable to disable actual kernel
  363. execution.
  364. * New starpu_memory_get_total function to get the size of a memory node.
  365. * New starpu_parallel_task_barrier_init_n function to let a scheduler decide
  366. a set of workers without going through combined workers.
  367. Changes:
  368. * Fix simgrid execution.
  369. * Rename starpu_get_nready_tasks_of_sched_ctx to starpu_sched_ctx_get_nready_tasks
  370. * Rename starpu_get_nready_flops_of_sched_ctx to starpu_sched_ctx_get_nready_flops
  371. * New functions starpu_pause() and starpu_resume()
  372. * New codelet specific_nodes field to specify explicit target nodes for data.
  373. * StarPU-MPI: Fix overzealous allocation of memory.
  374. * Interfaces: Allow interface implementation to change pointers at will, in
  375. unpack notably.
  376. Small changes:
  377. * Use big fat abortions when one tries to make a task or callback
  378. sleep, instead of just returning EDEADLCK which few people will test
  379. * By default, StarPU FFT examples are not compiled and checked, the
  380. configure option --enable-starpufft-examples needs to be specified
  381. to change this behaviour.
  382. StarPU 1.1.0 (svn revision 11960)
  383. ==============================================
  384. The scheduling context release
  385. New features:
  386. * OpenGL interoperability support.
  387. * Capability to store compiled OpenCL kernels on the file system
  388. * Capability to load compiled OpenCL kernels
  389. * Performance models measurements can now be provided explicitly by
  390. applications.
  391. * Capability to emit communication statistics when running MPI code
  392. * Add starpu_data_unregister_submit, starpu_data_acquire_on_node and
  393. starpu_data_invalidate_submit
  394. * New functionnality to wrapper starpu_insert_task to pass a array of
  395. data_handles via the parameter STARPU_DATA_ARRAY
  396. * Enable GPU-GPU direct transfers.
  397. * GCC plug-in
  398. - Add `registered' attribute
  399. - A new pass was added that warns about the use of possibly
  400. unregistered memory buffers.
  401. * SOCL
  402. - Manual mapping of commands on specific devices is now
  403. possible
  404. - SOCL does not require StarPU CPU tasks anymore. CPU workers
  405. are automatically disabled to enhance performance of OpenCL
  406. CPU devices
  407. * New interface: COO matrix.
  408. * Data interfaces: The pack operation of user-defined data interface
  409. defines a new parameter count which should be set to the size of
  410. the buffer created by the packing of the data.
  411. * MPI:
  412. - Communication statistics for MPI can only be enabled at
  413. execution time by defining the environment variable
  414. STARPU_COMM_STATS
  415. - Communication cache mechanism is enabled by default, and can
  416. only be disabled at execution time by setting the
  417. environment variable STARPU_MPI_CACHE to 0.
  418. - Initialisation functions starpu_mpi_initialize_extended()
  419. and starpu_mpi_initialize() have been made deprecated. One
  420. should now use starpu_mpi_init(int *, char ***, int). The
  421. last parameter indicates if MPI should be initialised.
  422. - Collective detached operations have new parameters, a
  423. callback function and a argument. This is to be consistent
  424. with the detached point-to-point communications.
  425. - When exchanging user-defined data interfaces, the size of
  426. the data is the size returned by the pack operation, i.e
  427. data with dynamic size can now be exchanged with StarPU-MPI.
  428. * Add experimental simgrid support, to simulate execution with various
  429. number of CPUs, GPUs, amount of memory, etc.
  430. * Add support for OpenCL simulators (which provide simulated execution time)
  431. * Add support for Temanejo, a task graph debugger
  432. * Theoretical bound lp output now includes data transfer time.
  433. * Update OpenCL driver to only enable CPU devices (the environment
  434. variable STARPU_OPENCL_ONLY_ON_CPUS must be set to a positive
  435. value when executing an application)
  436. * Add Scheduling contexts to separate computation resources
  437. - Scheduling policies take into account the set of resources corresponding
  438. to the context it belongs to
  439. - Add support to dynamically change scheduling contexts
  440. (Create and Delete a context, Add Workers to a context, Remove workers from a context)
  441. - Add support to indicate to which contexts the tasks are submitted
  442. * Add the Hypervisor to manage the Scheduling Contexts automatically
  443. - The Contexts can be registered to the Hypervisor
  444. - Only the registered contexts are managed by the Hypervisor
  445. - The Hypervisor can detect the initial distribution of resources of
  446. a context and constructs it consequently (the cost of execution is required)
  447. - Several policies can adapt dynamically the distribution of resources
  448. in contexts if the initial one was not appropriate
  449. - Add a platform to implement new policies of redistribution
  450. of resources
  451. * Implement a memory manager which checks the global amount of
  452. memory available on devices, and checks there is enough memory
  453. before doing an allocation on the device.
  454. * Discard environment variable STARPU_LIMIT_GPU_MEM and define
  455. instead STARPU_LIMIT_CUDA_MEM and STARPU_LIMIT_OPENCL_MEM
  456. * Introduce new variables STARPU_LIMIT_CUDA_devid_MEM and
  457. STARPU_LIMIT_OPENCL_devid_MEM to limit memory per specific device
  458. * Introduce new variable STARPU_LIMIT_CPU_MEM to limit memory for
  459. the CPU devices
  460. * New function starpu_malloc_flags to define a memory allocation with
  461. constraints based on the following values:
  462. - STARPU_MALLOC_PINNED specifies memory should be pinned
  463. - STARPU_MALLOC_COUNT specifies the memory allocation should be in
  464. the limits defined by the environment variables STARPU_LIMIT_xxx
  465. (see above). When no memory is left, starpu_malloc_flag tries
  466. to reclaim memory from StarPU and returns -ENOMEM on failure.
  467. * starpu_malloc calls starpu_malloc_flags with a value of flag set
  468. to STARPU_MALLOC_PINNED
  469. * Define new function starpu_free_flags similarly to starpu_malloc_flags
  470. * Define new public API starpu_pthread which is similar to the
  471. pthread API. It is provided with 2 implementations: a pthread one
  472. and a Simgrid one. Applications using StarPU and wishing to use
  473. the Simgrid StarPU features should use it.
  474. * Allow to have a dynamically allocated number of buffers per task,
  475. and so overwrite the value defined --enable-maxbuffers=XXX
  476. * Performance models files are now stored in a directory whose name
  477. include the version of the performance model format. The version
  478. number is also written in the file itself.
  479. When updating the format, the internal variable
  480. _STARPU_PERFMODEL_VERSION should be updated. It is then possible
  481. to switch easily between differents versions of StarPU having
  482. different performance model formats.
  483. * Tasks can now define a optional prologue callback which is executed
  484. on the host when the task becomes ready for execution, before getting
  485. scheduled.
  486. * Small CUDA allocations (<= 4MiB) are now batched to avoid the huge
  487. cudaMalloc overhead.
  488. * Prefetching is now done for all schedulers when it can be done whatever
  489. the scheduling decision.
  490. * Add a watchdog which permits to easily trigger a crash when StarPU gets
  491. stuck.
  492. * Document how to migrate data over MPI.
  493. * New function starpu_wakeup_worker() to be used by schedulers to
  494. wake up a single worker (instead of all workers) when submitting a
  495. single task.
  496. * The functions starpu_sched_set/get_min/max_priority set/get the
  497. priorities of the current scheduling context, i.e the one which
  498. was set by a call to starpu_sched_ctx_set_context() or the initial
  499. context if the function has not been called yet.
  500. * Fix for properly dealing with NAN on windows systems
  501. Small features:
  502. * Add starpu_worker_get_by_type and starpu_worker_get_by_devid
  503. * Add starpu_fxt_stop_profiling/starpu_fxt_start_profiling which permits to
  504. pause trace recording.
  505. * Add trace_buffer_size configuration field to permit to specify the tracing
  506. buffer size.
  507. * Add starpu_codelet_profile and starpu_codelet_histo_profile, tools which draw
  508. the profile of a codelet.
  509. * File STARPU-REVISION --- containing the SVN revision number from which
  510. StarPU was compiled --- is installed in the share/doc/starpu directory
  511. * starpu_perfmodel_plot can now directly draw GFlops curves.
  512. * New configure option --enable-mpi-progression-hook to enable the
  513. activity polling method for StarPU-MPI.
  514. * Permit to disable sequential consistency for a given task.
  515. * New macro STARPU_RELEASE_VERSION
  516. * New function starpu_get_version() to return as 3 integers the
  517. release version of StarPU.
  518. * Enable by default data allocation cache
  519. * New function starpu_perfmodel_directory() to print directory
  520. storing performance models. Available through the new option -d of
  521. the tool starpu_perfmodel_display
  522. * New batch files to execute StarPU applications under Microsoft
  523. Visual Studio (They are installed in path_to_starpu/bin/msvc)/
  524. * Add cl_arg_free, callback_arg_free, prologue_callback_arg_free fields to
  525. enable automatic free(cl_arg); free(callback_arg);
  526. free(prologue_callback_arg) on task destroy.
  527. * New function starpu_task_build
  528. * New configure options --with-simgrid-dir
  529. --with-simgrid-include-dir and --with-simgrid-lib-dir to specify
  530. the location of the SimGrid library
  531. Changes:
  532. * Rename all filter functions to follow the pattern
  533. starpu_DATATYPE_filter_FILTERTYPE. The script
  534. tools/dev/rename_filter.sh is provided to update your existing
  535. applications to use new filters function names.
  536. * Renaming of diverse functions and datatypes. The script
  537. tools/dev/rename.sh is provided to update your existing
  538. applications to use the new names. It is also possible to compile
  539. with the pkg-config package starpu-1.0 to keep using the old
  540. names. It is however recommended to update your code and to use
  541. the package starpu-1.1.
  542. * Fix the block filter functions.
  543. * Fix StarPU-MPI on Darwin.
  544. * The FxT code can now be used on systems other than Linux.
  545. * Keep only one hashtable implementation common/uthash.h
  546. * The cache of starpu_mpi_insert_task is fixed and thus now enabled by
  547. default.
  548. * Improve starpu_machine_display output.
  549. * Standardize objects name in the performance model API
  550. * SOCL
  551. - Virtual SOCL device has been removed
  552. - Automatic scheduling still available with command queues not
  553. assigned to any device
  554. - Remove modified OpenCL headers. ICD is now the only supported
  555. way to use SOCL.
  556. - SOCL test suite is only run when environment variable
  557. SOCL_OCL_LIB_OPENCL is defined. It should contain the location
  558. of the libOpenCL.so file of the OCL ICD implementation.
  559. * Fix main memory leak on multiple unregister/re-register.
  560. * Improve hwloc detection by configure
  561. * Cell:
  562. - It is no longer possible to enable the cell support via the
  563. gordon driver
  564. - Data interfaces no longer define functions to copy to and from
  565. SPU devices
  566. - Codelet no longer define pointer for Gordon implementations
  567. - Gordon workers are no longer enabled
  568. - Gordon performance models are no longer enabled
  569. * Fix data transfer arrows in paje traces
  570. * The "heft" scheduler no longer exists. Users should now pick "dmda"
  571. instead.
  572. * StarPU can now use poti to generate paje traces.
  573. * Rename scheduling policy "parallel greedy" to "parallel eager"
  574. * starpu_scheduler.h is no longer automatically included by
  575. starpu.h, it has to be manually included when needed
  576. * New batch files to run StarPU applications with Microsoft Visual C
  577. * Add examples/release/Makefile to test StarPU examples against an
  578. installed version of StarPU. That can also be used to test
  579. examples using a previous API.
  580. * Tutorial is installed in ${docdir}/tutorial
  581. * Schedulers eager_central_policy, dm and dmda no longer erroneously respect
  582. priorities. dmdas has to be used to respect priorities.
  583. * StarPU-MPI: Fix potential bug for user-defined datatypes. As MPI
  584. can reorder messages, we need to make sure the sending of the size
  585. of the data has been completed.
  586. * Documentation is now generated through doxygen.
  587. * Modification of perfmodels output format for future improvements.
  588. * Fix for properly dealing with NAN on windows systems
  589. * Function starpu_sched_ctx_create() now takes a variable argument
  590. list to define the scheduler to be used, and the minimum and
  591. maximum priority values
  592. * The functions starpu_sched_set/get_min/max_priority set/get the
  593. priorities of the current scheduling context, i.e the one which
  594. was set by a call to starpu_sched_ctx_set_context() or the initial
  595. context if the function was not called yet.
  596. * MPI: Fix of the livelock issue discovered while executing applications
  597. on a CPU+GPU cluster of machines by adding a maximum trylock
  598. threshold before a blocking lock.
  599. Small changes:
  600. * STARPU_NCPU should now be used instead of STARPU_NCPUS. STARPU_NCPUS is
  601. still available for compatibility reasons.
  602. * include/starpu.h includes all include/starpu_*.h files, applications
  603. therefore only need to have #include <starpu.h>
  604. * Active task wait is now included in blocked time.
  605. * Fix GCC plugin linking issues starting with GCC 4.7.
  606. * Fix forcing calibration of never-calibrated archs.
  607. * CUDA applications are no longer compiled with the "-arch sm_13"
  608. option. It is specifically added to applications which need it.
  609. * Explicitly name the non-sleeping-non-running time "Overhead", and use
  610. another color in vite traces.
  611. * Use C99 variadic macro support, not GNU.
  612. * Fix performance regression: dmda queues were inadvertently made
  613. LIFOs in r9611.
  614. StarPU 1.0.3 (svn revision 7379)
  615. ==============================================
  616. Changes:
  617. * Several bug fixes in the build system
  618. * Bug fixes in source code for non-Linux systems
  619. * Fix generating FXT traces bigger than 64MiB.
  620. * Improve ENODEV error detections in StarPU FFT
  621. StarPU 1.0.2 (svn revision 7210)
  622. ==============================================
  623. Changes:
  624. * Add starpu_block_shadow_filter_func_vector and an example.
  625. * Add tag dependency in trace-generated DAG.
  626. * Fix CPU binding for optimized CPU-GPU transfers.
  627. * Fix parallel tasks CPU binding and combined worker generation.
  628. * Fix generating FXT traces bigger than 64MiB.
  629. StarPU 1.0.1 (svn revision 6659)
  630. ==============================================
  631. Changes:
  632. * hwloc support. Warn users when hwloc is not found on the system and
  633. produce error when not explicitely disabled.
  634. * Several bug fixes
  635. * GCC plug-in
  636. - Add `#pragma starpu release'
  637. - Fix bug when using `acquire' pragma with function parameters
  638. - Slightly improve test suite coverage
  639. - Relax the GCC version check
  640. * Update SOCL to use new API
  641. * Documentation improvement.
  642. StarPU 1.0.0 (svn revision 6306)
  643. ==============================================
  644. The extensions-again release
  645. New features:
  646. * Add SOCL, an OpenCL interface on top of StarPU.
  647. * Add a gcc plugin to extend the C interface with pragmas which allows to
  648. easily define codelets and issue tasks.
  649. * Add reduction mode to starpu_mpi_insert_task.
  650. * A new multi-format interface permits to use different binary formats
  651. on CPUs & GPUs, the conversion functions being provided by the
  652. application and called by StarPU as needed (and as less as
  653. possible).
  654. * Deprecate cost_model, and introduce cost_function, which is provided
  655. with the whole task structure, the target arch and implementation
  656. number.
  657. * Permit the application to provide its own size base for performance
  658. models.
  659. * Applications can provide several implementations of a codelet for the
  660. same architecture.
  661. * Add a StarPU-Top feedback and steering interface.
  662. * Permit to specify MPI tags for more efficient starpu_mpi_insert_task
  663. Changes:
  664. * Fix several memory leaks and race conditions
  665. * Make environment variables take precedence over the configuration
  666. passed to starpu_init()
  667. * Libtool interface versioning has been included in libraries names
  668. (libstarpu-1.0.so, libstarpumpi-1.0.so,
  669. libstarpufft-1.0.so, libsocl-1.0.so)
  670. * Install headers under $includedir/starpu/1.0.
  671. * Make where field for struct starpu_codelet optional. When unset, its
  672. value will be automatically set based on the availability of the
  673. different XXX_funcs fields of the codelet.
  674. * Define access modes for data handles into starpu_codelet and no longer
  675. in starpu_task. Hence mark (struct starpu_task).buffers as
  676. deprecated, and add (struct starpu_task).handles and (struct
  677. starpu_codelet).modes
  678. * Fields xxx_func of struct starpu_codelet are made deprecated. One
  679. should use fields xxx_funcs instead.
  680. * Some types were renamed for consistency. when using pkg-config libstarpu,
  681. starpu_deprecated_api.h is automatically included (after starpu.h) to
  682. keep compatibility with existing software. Other changes are mentioned
  683. below, compatibility is also preserved for them.
  684. To port code to use new names (this is not mandatory), the
  685. tools/dev/rename.sh script can be used, and pkg-config starpu-1.0 should
  686. be used.
  687. * The communication cost in the heft and dmda scheduling strategies now
  688. take into account the contention brought by the number of GPUs. This
  689. changes the meaning of the beta factor, whose default 1.0 value should
  690. now be good enough in most case.
  691. Small features:
  692. * Allow users to disable asynchronous data transfers between CPUs and
  693. GPUs.
  694. * Update OpenCL driver to enable CPU devices (the environment variable
  695. STARPU_OPENCL_ON_CPUS must be set to a positive value when
  696. executing an application)
  697. * struct starpu_data_interface_ops --- operations on a data
  698. interface --- define a new function pointer allocate_new_data
  699. which creates a new data interface of the given type based on
  700. an existing handle
  701. * Add a field named magic to struct starpu_task which is set when
  702. initialising the task. starpu_task_submit will fail if the
  703. field does not have the right value. This will hence avoid
  704. submitting tasks which have not been properly initialised.
  705. * Add a hook function pre_exec_hook in struct starpu_sched_policy.
  706. The function is meant to be called in drivers. Schedulers
  707. can use it to be notified when a task is about being computed.
  708. * Add codelet execution time statistics plot.
  709. * Add bus speed in starpu_machine_display.
  710. * Add a STARPU_DATA_ACQUIRE_CB which permits to inline the code to be
  711. done.
  712. * Add gdb functions.
  713. * Add complex support to LU example.
  714. * Permit to use the same data several times in write mode in the
  715. parameters of the same task.
  716. Small changes:
  717. * Increase default value for STARPU_MAXCPUS -- Maximum number of
  718. CPUs supported -- to 64.
  719. * Add man pages for some of the tools
  720. * Add C++ application example in examples/cpp/
  721. * Add an OpenMP fork-join example.
  722. * Documentation improvement.
  723. StarPU 0.9 (svn revision 3721)
  724. ==============================================
  725. The extensions release
  726. * Provide the STARPU_REDUX data access mode
  727. * Externalize the scheduler API.
  728. * Add theoretical bound computation
  729. * Add the void interface
  730. * Add power consumption optimization
  731. * Add parallel task support
  732. * Add starpu_mpi_insert_task
  733. * Add profiling information interface.
  734. * Add STARPU_LIMIT_GPU_MEM environment variable.
  735. * OpenCL fixes
  736. * MPI fixes
  737. * Improve optimization documentation
  738. * Upgrade to hwloc 1.1 interface
  739. * Add fortran example
  740. * Add mandelbrot OpenCL example
  741. * Add cg example
  742. * Add stencil MPI example
  743. * Initial support for CUDA4
  744. StarPU 0.4 (svn revision 2535)
  745. ==============================================
  746. The API strengthening release
  747. * Major API improvements
  748. - Provide the STARPU_SCRATCH data access mode
  749. - Rework data filter interface
  750. - Rework data interface structure
  751. - A script that automatically renames old functions to accomodate with the new
  752. API is available from https://scm.gforge.inria.fr/svn/starpu/scripts/renaming
  753. (login: anonsvn, password: anonsvn)
  754. * Implement dependencies between task directly (eg. without tags)
  755. * Implicit data-driven task dependencies simplifies the design of
  756. data-parallel algorithms
  757. * Add dynamic profiling capabilities
  758. - Provide per-task feedback
  759. - Provide per-worker feedback
  760. - Provide feedback about memory transfers
  761. * Provide a library to help accelerating MPI applications
  762. * Improve data transfers overhead prediction
  763. - Transparently benchmark buses to generate performance models
  764. - Bind accelerator-controlling threads with respect to NUMA locality
  765. * Improve StarPU's portability
  766. - Add OpenCL support
  767. - Add support for Windows
  768. StarPU 0.2.901 aka 0.3-rc1 (svn revision 1236)
  769. ==============================================
  770. The asynchronous heterogeneous multi-accelerator release
  771. * Many API changes and code cleanups
  772. - Implement starpu_worker_get_id
  773. - Implement starpu_worker_get_name
  774. - Implement starpu_worker_get_type
  775. - Implement starpu_worker_get_count
  776. - Implement starpu_display_codelet_stats
  777. - Implement starpu_data_prefetch_on_node
  778. - Expose the starpu_data_set_wt_mask function
  779. * Support nvidia (heterogeneous) multi-GPU
  780. * Add the data request mechanism
  781. - All data transfers use data requests now
  782. - Implement asynchronous data transfers
  783. - Implement prefetch mechanism
  784. - Chain data requests to support GPU->RAM->GPU transfers
  785. * Make it possible to bypass the scheduler and to assign a task to a specific
  786. worker
  787. * Support restartable tasks to reinstanciate dependencies task graphs
  788. * Improve performance prediction
  789. - Model data transfer overhead
  790. - One model is created for each accelerator
  791. * Support for CUDA's driver API is deprecated
  792. * The STARPU_WORKERS_CUDAID and STARPU_WORKERS_CPUID env. variables make it possible to
  793. specify where to bind the workers
  794. * Use the hwloc library to detect the actual number of cores
  795. StarPU 0.2.0 (svn revision 1013)
  796. ==============================================
  797. The Stabilizing-the-Basics release
  798. * Various API cleanups
  799. * Mac OS X is supported now
  800. * Add dynamic code loading facilities onto Cell's SPUs
  801. * Improve performance analysis/feedback tools
  802. * Application can interact with StarPU tasks
  803. - The application may access/modify data managed by the DSM
  804. - The application may wait for the termination of a (set of) task(s)
  805. * An initial documentation is added
  806. * More examples are supplied
  807. StarPU 0.1.0 (svn revision 794)
  808. ==============================================
  809. First release.
  810. Status:
  811. * Only supports Linux platforms yet
  812. * Supported architectures
  813. - multicore CPUs
  814. - NVIDIA GPUs (with CUDA 2.x)
  815. - experimental Cell/BE support
  816. Changes:
  817. * Scheduling facilities
  818. - run-time selection of the scheduling policy
  819. - basic auto-tuning facilities
  820. * Software-based DSM
  821. - transparent data coherency management
  822. - High-level expressive interface
  823. # Local Variables:
  824. # mode: text
  825. # coding: utf-8
  826. # ispell-local-dictionary: "american"
  827. # End: