ChangeLog 39 KB

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