Skip to content

Releases: JuliaParallel/Dagger.jl

v0.4.0

21 Sep 12:19
Compare
Choose a tag to compare
__precompile__

use MemPool

16 Sep 03:41
Compare
Choose a tag to compare
v0.3.2

Merge remote-tracking branch 'origin/master'

v0.3.1

06 Sep 05:30
Compare
Choose a tag to compare
update build matrix

v0.3.0

24 Aug 13:51
Compare
Choose a tag to compare
add 0.6 to build matrix, make 0.6 only

v0.2.2

02 Aug 05:50
Compare
Choose a tag to compare
define equality with other arrays

v0.2.1

26 Jul 15:13
Compare
Choose a tag to compare
distribute

reset

08 Jun 10:59
Compare
Choose a tag to compare

A whole bunch of internals and API cleanups!

fixes

04 Jun 19:32
Compare
Choose a tag to compare
Merge pull request #61 from bicycle1885/refactor-compute

Refactor compute.jl

bug fix

29 May 10:15
Compare
Choose a tag to compare
fix bug when there are multiple workers without any affine chunks

This loop was going into infinite loop since `proc` doesn't change here.

another locality optimization

07 May 09:52
Compare
Choose a tag to compare

Scheduler now doesn't randomly pick a task when a worker doesn't have any task with some locally available data. It will instead stop using that worker and wait for some worker with the right affinity to come and pick up the task. This gives massive speedups in some JuliaDB datasets that are slow to serialize/deserialize.