Skip to content
GitLab
Explore
Sign in
Commits · 5e617b0216d398bb2ccb2395424edd23b78aaa35
boxtree
Browse files
Jan 03, 2018
Revert "Revert "Revert "Add scaling test."""
· 5e617b02
Matt Wala
authored
Jan 03, 2018
5e617b02
s/butterfly/tree-like/
· c1126181
Matt Wala
authored
Jan 03, 2018
c1126181
Merge branch 'distributed-fmm-global' of gitlab.tiker.net:inducer/boxtree into...
· b614f645
Matt Wala
authored
Jan 03, 2018
b614f645
Dec 23, 2017
Improve comment.
· 37b58089
Matt Wala
authored
Dec 23, 2017
37b58089
Move local weights construction to drive_dfmm
· cd4203c7
Hao Gao
authored
Dec 22, 2017
cd4203c7
Remove unnecessary argument
· 89df3523
Hao Gao
authored
Dec 22, 2017
89df3523
Collect local mask and scan
· dcf25693
Hao Gao
authored
Dec 22, 2017
dcf25693
Revert "Print absolute and relative errors."
· 257220af
Matt Wala
authored
Dec 22, 2017
257220af
Revert "Revert "Add scaling test.""
· 3545bc74
Matt Wala
authored
Dec 22, 2017
3545bc74
Add test script using ConstantOneExpansionWrangler
· 36b1a152
Hao Gao
authored
Dec 22, 2017
36b1a152
Revert "Add stats collection code."
· 2f037e28
Matt Wala
authored
Dec 22, 2017
2f037e28
Revert "Add scaling test."
· 903585b9
Matt Wala
authored
Dec 22, 2017
903585b9
Generate responsible_boxes_mask on the host. This saves a lot of time
· 8d15b5a5
Matt Wala
authored
Dec 22, 2017
8d15b5a5
Add scaling test.
· 3210a175
Matt Wala
authored
Dec 22, 2017
3210a175
Add stats collection code.
· 501db499
Matt Wala
authored
Dec 22, 2017
501db499
Dec 22, 2017
Merge branch 'distributed-fmm-global' of gitlab.tiker.net:inducer/boxtree into...
· 82564417
Matt Wala
authored
Dec 22, 2017
82564417
Print absolute and relative errors.
· 514c527f
Matt Wala
authored
Dec 22, 2017
514c527f
Fix Flake8
· 5362dd21
Hao Gao
authored
Dec 22, 2017
5362dd21
Merge branch 'distributed-fmm-global' of...
· b04208e5
Hao Gao
authored
Dec 22, 2017
b04208e5
Refactoring local tree build
· 95dde15e
Hao Gao
authored
Dec 22, 2017
95dde15e
Dec 20, 2017
Make COMMUNICATE_MPOLES_VIA_ALLREDUCE a parameter.
· 041dddf0
Matt Wala
authored
Dec 20, 2017
041dddf0
Fix comments.
· e15f6f09
Matt Wala
authored
Dec 20, 2017
e15f6f09
s/ParallelFMMLib/DistributedFMMLib/
· 3fb7add8
Matt Wala
authored
Dec 20, 2017
3fb7add8
Dec 18, 2017
Implement communicate_mpoles().
· 6efe9321
Matt Wala
authored
Dec 18, 2017
6efe9321
Dec 15, 2017
Remove print statements.
· 80145252
Matt Wala
authored
Dec 15, 2017
80145252
MaskCompressorKernel: Fix handling of transposed arrays.
· 9465d684
Matt Wala
authored
Dec 15, 2017
9465d684
Dec 14, 2017
Generalize MatrixCompressor to compress both lists and matrices.
· eb8930ef
Matt Wala
authored
Dec 14, 2017
eb8930ef
Dec 13, 2017
Move AllReduceCommPattern to boxtree.tools
· dc4e8904
Matt Wala
authored
Dec 12, 2017
dc4e8904
flake8 fix
· 7c5f9860
Matt Wala
authored
Dec 12, 2017
7c5f9860
Compute box_to_users.
· df00afbc
Matt Wala
authored
Dec 12, 2017
df00afbc
Dec 12, 2017
Implement a utility class to compress dense matrices into CSR lists.
· ffc4a35c
Matt Wala
authored
Dec 11, 2017
ffc4a35c
Dec 11, 2017
s/ValueError/RuntimeError
· 06d04da0
Matt Wala
authored
Dec 10, 2017
06d04da0
flake8 fix
· 88a4c140
Matt Wala
authored
Dec 10, 2017
88a4c140
Undo changes to test_tree.py
· 1384f6e4
Matt Wala
authored
Dec 10, 2017
1384f6e4
Add a test for the allreduce.
· 9c084f24
Matt Wala
authored
Dec 10, 2017
9c084f24
Merge branch 'distributed-fmm-global' of gitlab.tiker.net:inducer/boxtree into...
· 0186047d
Matt Wala
authored
Dec 10, 2017
0186047d
Minor updates to allreduce.
· 105f5989
Matt Wala
authored
Dec 10, 2017
105f5989
Implement an all-reduce communication pattern.
· ac80df8e
Matt Wala
authored
Dec 10, 2017
ac80df8e
Dec 08, 2017
Improve load balancing by DFS order and load prediction
· cabadd95
Hao Gao
authored
Dec 08, 2017
cabadd95
Add an argument for traversal builder to use existing box extent
· a48a058f
Hao Gao
authored
Dec 08, 2017
a48a058f
Loading