Skip to content

Releases: maltezfaria/DataFlowTasks.jl

v0.2.0

24 Nov 07:57
f2c8318
Compare
Choose a tag to compare

DataFlowTasks v0.2.0

Merged pull requests:

Closed issues:

  • New logger (#1)
  • Better handling of errors (#2)
  • Make TiledFactorization into its own package + clean-up dependencies (#5)
  • Improve the API (#6)
  • Better tests (#11)
  • Improve the data analysis algorithm/implementation (#12)
  • Simplify and improve critical path algorithm (#14)
  • Plot recipes (#15)
  • IO during task insertion causes race condition on DAG? (#16)
  • Decide where to put PseudoTiledMatrix (#21)
  • Dependencies not taken into account (#23)
  • DAG environnement not beeing cleaned (#24)
  • Tricky behavior with captured variables (#25)
  • Useless code invalidations with enable_log() & co (#27)
  • Add support with v1.6 (#29)
  • Explain figures on README which are not generated by the CI (#30)
  • Tests on CI take too long (#33)
  • Logging interface (#35)
  • Rendering information about LogInfo (#39)
  • Document troubleshooting and debugging strategies (#40)
  • Towards v0.2.0 (#43)
  • Make sure @using_opt works as expected (#47)
  • Ensure proper formatting with JuliaFormatter.jl (#48)
  • API change / simplify internals of DataFlowTasks? (#49)
  • Run again the Cholesky performance comparison (against MKL) and make sure it is still relevant. (#53)
  • Example does not work (#54)
  • Thread-safety of logging? (#59)
  • Logging should wait for task graph to be empty (#60)
  • Revert to DataFlowTasks.@dspawn (#68)
  • Update Cholesky example with LoopVectorization kernels (#70)
  • Fetching inside a DataFlowTask (#79)