-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/343 qr #429
Features/343 qr #429
Commits on Jul 23, 2019
-
added qr function (empty), switching branches...
coquelin77 committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for e52549f - Browse repository at this point
Copy the full SHA e52549fView commit details
Commits on Jul 25, 2019
-
coquelin77 committed
Jul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 0f764a9 - Browse repository at this point
Copy the full SHA 0f764a9View commit details
Commits on Jul 29, 2019
-
Merge branch 'master' into features/343-QR
coquelin77 committedJul 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 2be2dd8 - Browse repository at this point
Copy the full SHA 2be2dd8View commit details
Commits on Aug 6, 2019
-
coquelin77 committed
Aug 6, 2019 Configuration menu - View commit details
-
Copy full SHA for a2a94e2 - Browse repository at this point
Copy the full SHA a2a94e2View commit details
Commits on Aug 7, 2019
-
Merge branch 'master' into features/343-QR
coquelin77 committedAug 7, 2019 Configuration menu - View commit details
-
Copy full SHA for ffa1d96 - Browse repository at this point
Copy the full SHA ffa1d96View commit details
Commits on Aug 13, 2019
-
implemented R for qr for split=1
coquelin77 committedAug 13, 2019 Configuration menu - View commit details
-
Copy full SHA for d68bed1 - Browse repository at this point
Copy the full SHA d68bed1View commit details -
Merge branch 'bug/assorted_bug_fixes_0' into features/343-QR
coquelin77 committedAug 13, 2019 Configuration menu - View commit details
-
Copy full SHA for c7699ab - Browse repository at this point
Copy the full SHA c7699abView commit details
Commits on Aug 15, 2019
-
added support for split=0 matrices to qr
coquelin77 committedAug 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d70900e - Browse repository at this point
Copy the full SHA d70900eView commit details
Commits on Aug 16, 2019
-
added jit to c_block_setter function, + old school qr
coquelin77 committedAug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 0373c97 - Browse repository at this point
Copy the full SHA 0373c97View commit details -
setting loop would sometimes try to set elements which were beyond the shape given simple fix was try except, possible cleaner fix with different logic but this should suffice
coquelin77 committedAug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 09d92c5 - Browse repository at this point
Copy the full SHA 09d92c5View commit details -
modified matmul to use torch constructors, and added raise in setitem
coquelin77 committedAug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for f322d24 - Browse repository at this point
Copy the full SHA f322d24View commit details
Commits on Aug 27, 2019
-
added options to chunk to allow for local chunking
coquelin77 committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for cf4839a - Browse repository at this point
Copy the full SHA cf4839aView commit details -
block QR is too slow. implementing suCAQR or something similar
outline of qr working. need to implement: - remainder handling in binary reduction step - bug in multiple tile/process code (not working) - ATM this is only split=0
coquelin77 committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f182709 - Browse repository at this point
Copy the full SHA f182709View commit details
Commits on Aug 29, 2019
-
split 0 case working for a symetric matrix with other specific parame…
…ters, merging from master
coquelin77 committedAug 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 4739c51 - Browse repository at this point
Copy the full SHA 4739c51View commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedAug 29, 2019 Configuration menu - View commit details
-
Copy full SHA for b864e00 - Browse repository at this point
Copy the full SHA b864e00View commit details
Commits on Aug 30, 2019
-
R calculation working as expected for square and mostly square matrices
coquelin77 committedAug 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 393d74f - Browse repository at this point
Copy the full SHA 393d74fView commit details -
R calculation working as expected for square and mostly square matrices
coquelin77 committedAug 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 955b513 - Browse repository at this point
Copy the full SHA 955b513View commit details
Commits on Sep 2, 2019
-
working on modifying the tiling scheme, need to switch branches
coquelin77 committedSep 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 974fe9d - Browse repository at this point
Copy the full SHA 974fe9dView commit details
Commits on Sep 3, 2019
-
completed update of tiling scheme for split 0, in process of implemen…
…tation of Q calculation
coquelin77 committedSep 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 3cbffdc - Browse repository at this point
Copy the full SHA 3cbffdcView commit details
Commits on Sep 9, 2019
-
coquelin77 committed
Sep 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 68067d6 - Browse repository at this point
Copy the full SHA 68067d6View commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedSep 9, 2019 Configuration menu - View commit details
-
Copy full SHA for c438123 - Browse repository at this point
Copy the full SHA c438123View commit details
Commits on Sep 10, 2019
-
Merge branch 'master' into features/343-QR
coquelin77 committedSep 10, 2019 Configuration menu - View commit details
-
Copy full SHA for fa703cc - Browse repository at this point
Copy the full SHA fa703ccView commit details -
switching branches, added some q logic
coquelin77 committedSep 10, 2019 Configuration menu - View commit details
-
Copy full SHA for bc73f31 - Browse repository at this point
Copy the full SHA bc73f31View commit details
Commits on Sep 11, 2019
-
added slicing dict for local columns
coquelin77 committedSep 11, 2019 Configuration menu - View commit details
-
Copy full SHA for a0c47b2 - Browse repository at this point
Copy the full SHA a0c47b2View commit details
Commits on Sep 12, 2019
-
coquelin77 committed
Sep 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 3832d4d - Browse repository at this point
Copy the full SHA 3832d4dView commit details -
issue in setting the 0,rank block, need to switch branches
coquelin77 committedSep 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 963b06d - Browse repository at this point
Copy the full SHA 963b06dView commit details
Commits on Sep 13, 2019
-
rewrote local q merge into blocks
coquelin77 committedSep 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 9e88a07 - Browse repository at this point
Copy the full SHA 9e88a07View commit details
Commits on Sep 16, 2019
-
Merge branch 'master' into features/343-QR
coquelin77 committedSep 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 45bc87f - Browse repository at this point
Copy the full SHA 45bc87fView commit details
Commits on Sep 24, 2019
-
added basic tiling for qr, still requires improvements for other algos
coquelin77 committedSep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 5104cbc - Browse repository at this point
Copy the full SHA 5104cbcView commit details -
working on getitem, going to fix bug
coquelin77 committedSep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 03bda7e - Browse repository at this point
Copy the full SHA 03bda7eView commit details
Commits on Sep 25, 2019
-
rewrote tiling scheme for squares along diag
coquelin77 committedSep 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 87bc264 - Browse repository at this point
Copy the full SHA 87bc264View commit details
Commits on Sep 26, 2019
-
added split=1 support (basic) to qr tiles
coquelin77 committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 9724dfa - Browse repository at this point
Copy the full SHA 9724dfaView commit details -
Merge branch 'master' into features/343-QR and added both_vec flag to…
… matmul
coquelin77 committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for be889bf - Browse repository at this point
Copy the full SHA be889bfView commit details -
added setitem, start_stop, and tile size
coquelin77 committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for d179647 - Browse repository at this point
Copy the full SHA d179647View commit details
Commits on Sep 27, 2019
-
added async get/set, unhappy with async set...
coquelin77 committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 99f2357 - Browse repository at this point
Copy the full SHA 99f2357View commit details -
changed tiling to work with indices instead of sizes
coquelin77 committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for ee03402 - Browse repository at this point
Copy the full SHA ee03402View commit details -
updating QR, need a lot of work to get tiling running
coquelin77 committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for bab3f6e - Browse repository at this point
Copy the full SHA bab3f6eView commit details -
async_get now return the tile on the home process
coquelin77 committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for d587515 - Browse repository at this point
Copy the full SHA d587515View commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f1279a3 - Browse repository at this point
Copy the full SHA f1279a3View commit details -
added todo for local_get_async function
coquelin77 committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for a17ac84 - Browse repository at this point
Copy the full SHA a17ac84View commit details
Commits on Oct 10, 2019
-
added async get and local set, updating qr with tiles now
coquelin77 committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 26d56f8 - Browse repository at this point
Copy the full SHA 26d56f8View commit details -
coquelin77 committed
Oct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 1823f2d - Browse repository at this point
Copy the full SHA 1823f2dView commit details -
coquelin77 committed
Oct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for fbbcb1b - Browse repository at this point
Copy the full SHA fbbcb1bView commit details
Commits on Oct 11, 2019
-
new qr running with tiles for R calc
coquelin77 committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for aab1acd - Browse repository at this point
Copy the full SHA aab1acdView commit details -
cleaning, R calc tested up to 5000x5000, np 6, 10 tiles/row, split=0
coquelin77 committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 64bad10 - Browse repository at this point
Copy the full SHA 64bad10View commit details -
coquelin77 committed
Oct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for c14d84c - Browse repository at this point
Copy the full SHA c14d84cView commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 96de5a9 - Browse repository at this point
Copy the full SHA 96de5a9View commit details
Commits on Oct 14, 2019
-
updated to torch 1.3, breaking changes need addressing
coquelin77 committedOct 14, 2019 Configuration menu - View commit details
-
Copy full SHA for fd9200e - Browse repository at this point
Copy the full SHA fd9200eView commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedOct 14, 2019 Configuration menu - View commit details
-
Copy full SHA for a7279cd - Browse repository at this point
Copy the full SHA a7279cdView commit details -
added function to copy the tiling of A for the Q matrix
coquelin77 committedOct 14, 2019 Configuration menu - View commit details
-
Copy full SHA for d401cd1 - Browse repository at this point
Copy the full SHA d401cd1View commit details
Commits on Oct 15, 2019
-
coquelin77 committed
Oct 15, 2019 Configuration menu - View commit details
-
Copy full SHA for e6a2564 - Browse repository at this point
Copy the full SHA e6a2564View commit details
Commits on Oct 18, 2019
-
added send in binary tree merge QR to send data to diagonal process
coquelin77 committedOct 18, 2019 Configuration menu - View commit details
-
Copy full SHA for ba48f51 - Browse repository at this point
Copy the full SHA ba48f51View commit details -
added dictionary updates for the caqr dict. the caqr matrix is done
need to multiply with local merged q, then distribute between processes
coquelin77 committedOct 18, 2019 Configuration menu - View commit details
-
Copy full SHA for c4af1b3 - Browse repository at this point
Copy the full SHA c4af1b3View commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedOct 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 049d86f - Browse repository at this point
Copy the full SHA 049d86fView commit details
Commits on Oct 22, 2019
-
single column Q generation working, multi column next
coquelin77 committedOct 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 600be7b - Browse repository at this point
Copy the full SHA 600be7bView commit details -
changing q to be split0 for first then split1 for rest
coquelin77 committedOct 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 6073dbf - Browse repository at this point
Copy the full SHA 6073dbfView commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedOct 22, 2019 Configuration menu - View commit details
-
Copy full SHA for c185c82 - Browse repository at this point
Copy the full SHA c185c82View commit details
Commits on Oct 23, 2019
-
coquelin77 committed
Oct 23, 2019 Configuration menu - View commit details
-
Copy full SHA for d74b2a9 - Browse repository at this point
Copy the full SHA d74b2a9View commit details
Commits on Oct 25, 2019
-
searching for seg fault for large matrices
coquelin77 committedOct 25, 2019 Configuration menu - View commit details
-
Copy full SHA for ce3951b - Browse repository at this point
Copy the full SHA ce3951bView commit details
Commits on Nov 7, 2019
-
all working for small matrices; abstracted q calc, needs cleaning
large matrices are not working locally, up to 250x250 (split=0) working exactly as expected. possible local MPI problem large amount of cleaning required
coquelin77 committedNov 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 0f1096c - Browse repository at this point
Copy the full SHA 0f1096cView commit details -
coquelin77 committed
Nov 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 436a74e - Browse repository at this point
Copy the full SHA 436a74eView commit details
Commits on Nov 8, 2019
-
Merge branch 'master' into features/343-QR
coquelin77 committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 4149b51 - Browse repository at this point
Copy the full SHA 4149b51View commit details -
coquelin77 committed
Nov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for bfc00e6 - Browse repository at this point
Copy the full SHA bfc00e6View commit details -
refactoring names for qr functions
coquelin77 committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 24cc539 - Browse repository at this point
Copy the full SHA 24cc539View commit details -
removing some dead code in tiling
coquelin77 committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 1014e0d - Browse repository at this point
Copy the full SHA 1014e0dView commit details -
minor cosmetic changings in qr
coquelin77 committedNov 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 02e2ba9 - Browse repository at this point
Copy the full SHA 02e2ba9View commit details
Commits on Nov 12, 2019
-
coquelin77 committed
Nov 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 6fc89cb - Browse repository at this point
Copy the full SHA 6fc89cbView commit details
Commits on Nov 13, 2019
-
coquelin77 committed
Nov 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 89a4b0e - Browse repository at this point
Copy the full SHA 89a4b0eView commit details -
coquelin77 committed
Nov 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 8e1c326 - Browse repository at this point
Copy the full SHA 8e1c326View commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedNov 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 8e77458 - Browse repository at this point
Copy the full SHA 8e77458View commit details
Commits on Nov 14, 2019
-
split1 Q requires an addition to the match tiles in tiling
coquelin77 committedNov 14, 2019 Configuration menu - View commit details
-
Copy full SHA for e45b597 - Browse repository at this point
Copy the full SHA e45b597View commit details -
adding new case in match tiles
coquelin77 committedNov 14, 2019 Configuration menu - View commit details
-
Copy full SHA for b8ede2f - Browse repository at this point
Copy the full SHA b8ede2fView commit details
Commits on Nov 18, 2019
-
modifing match tiles with split0 and split1
coquelin77 committedNov 18, 2019 Configuration menu - View commit details
-
Copy full SHA for e1fbd78 - Browse repository at this point
Copy the full SHA e1fbd78View commit details
Commits on Nov 19, 2019
-
working on tile matching, switching braches
coquelin77 committedNov 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 5ecdf01 - Browse repository at this point
Copy the full SHA 5ecdf01View commit details -
coquelin77 committed
Nov 19, 2019 Configuration menu - View commit details
-
Copy full SHA for bf083ac - Browse repository at this point
Copy the full SHA bf083acView commit details
Commits on Nov 20, 2019
-
Merge branch 'master' into features/343-QR
coquelin77 committedNov 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 3e77d80 - Browse repository at this point
Copy the full SHA 3e77d80View commit details -
fixed match tiles, adding q calc to split=1
coquelin77 committedNov 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 4598a26 - Browse repository at this point
Copy the full SHA 4598a26View commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedNov 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 90a2e15 - Browse repository at this point
Copy the full SHA 90a2e15View commit details
Commits on Nov 21, 2019
-
split1 working, todo: abstraction, testing, docs, cleaning
coquelin77 committedNov 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 6aeb209 - Browse repository at this point
Copy the full SHA 6aeb209View commit details -
removed dead functions, cleaning init
coquelin77 committedNov 21, 2019 Configuration menu - View commit details
-
Copy full SHA for b14295f - Browse repository at this point
Copy the full SHA b14295fView commit details
Commits on Nov 22, 2019
-
coquelin77 committed
Nov 22, 2019 Configuration menu - View commit details
-
Copy full SHA for e53480e - Browse repository at this point
Copy the full SHA e53480eView commit details -
coquelin77 committed
Nov 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 436a414 - Browse repository at this point
Copy the full SHA 436a414View commit details
Commits on Nov 25, 2019
-
working on corner cases, need to merge master
coquelin77 committedNov 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ae5aaf - Browse repository at this point
Copy the full SHA 7ae5aafView commit details
Commits on Nov 26, 2019
-
added redistribute function using balance
coquelin77 committedNov 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 1323514 - Browse repository at this point
Copy the full SHA 1323514View commit details -
fixed match tiles for split0 matching split1
coquelin77 committedNov 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 664294d - Browse repository at this point
Copy the full SHA 664294dView commit details -
changed split1 case to use the correct number of columns for all case…
…s (hopefully)
coquelin77 committedNov 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 0360d1c - Browse repository at this point
Copy the full SHA 0360d1cView commit details
Commits on Dec 2, 2019
-
corrected bug for odd matrix sizes in split=0, still failing at (100,…
… 50) -np 3
coquelin77 committedDec 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 13ab70b - Browse repository at this point
Copy the full SHA 13ab70bView commit details -
Fixed 1 tile/pr w/ split=0, initial tests working, full status awaiti…
…ng full tests
coquelin77 committedDec 2, 2019 Configuration menu - View commit details
-
Copy full SHA for e7d7cdb - Browse repository at this point
Copy the full SHA e7d7cdbView commit details
Commits on Dec 3, 2019
-
coquelin77 committed
Dec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 5e4a324 - Browse repository at this point
Copy the full SHA 5e4a324View commit details -
abstracted c_block_setter from matmul, doc updates + reorganizing QRs…
…plit0
coquelin77 committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 780a7c3 - Browse repository at this point
Copy the full SHA 780a7c3View commit details -
cleaning qr split0, doc updates, function adjustments to get closer t…
…o standards
coquelin77 committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for c9fddd5 - Browse repository at this point
Copy the full SHA c9fddd5View commit details -
cleaning qr split0, doc updates, function adjustments to get closer t…
…o standards
coquelin77 committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for ced1bb4 - Browse repository at this point
Copy the full SHA ced1bb4View commit details -
updating docs, removing redundencies
coquelin77 committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 37dad5f - Browse repository at this point
Copy the full SHA 37dad5fView commit details
Commits on Dec 5, 2019
-
added create_lshape_map, modifed redistributed
coquelin77 committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 24fab3d - Browse repository at this point
Copy the full SHA 24fab3dView commit details -
coquelin77 committed
Dec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 078fd4e - Browse repository at this point
Copy the full SHA 078fd4eView commit details
Commits on Dec 6, 2019
-
coquelin77 committed
Dec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 5980b50 - Browse repository at this point
Copy the full SHA 5980b50View commit details -
coquelin77 committed
Dec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 6bf6faf - Browse repository at this point
Copy the full SHA 6bf6fafView commit details -
doc updates and reordering dndarray functions
coquelin77 committedDec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for f9d516f - Browse repository at this point
Copy the full SHA f9d516fView commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedDec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 049c267 - Browse repository at this point
Copy the full SHA 049c267View commit details -
removed dead code, switching branches
coquelin77 committedDec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for dc4ac82 - Browse repository at this point
Copy the full SHA dc4ac82View commit details -
coquelin77 committed
Dec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 439f2e0 - Browse repository at this point
Copy the full SHA 439f2e0View commit details -
changed order of binary tree reduction for QRsplit0, fixed copy bug i…
…n matmul
coquelin77 committedDec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for c66953c - Browse repository at this point
Copy the full SHA c66953cView commit details -
coquelin77 committed
Dec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for c16c287 - Browse repository at this point
Copy the full SHA c16c287View commit details -
raise tests, dims for qr == 2 fix
coquelin77 committedDec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 9479f2e - Browse repository at this point
Copy the full SHA 9479f2eView commit details -
changed logic for the lshape map
coquelin77 committedDec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for eb8c69a - Browse repository at this point
Copy the full SHA eb8c69aView commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedDec 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 76d5a9c - Browse repository at this point
Copy the full SHA 76d5a9cView commit details
Commits on Dec 9, 2019
-
adding tiling tests, splitting off redistribute as its own branch
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 6ceebdc - Browse repository at this point
Copy the full SHA 6ceebdcView commit details -
adding tests for props in tiles
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for ae76471 - Browse repository at this point
Copy the full SHA ae76471View commit details -
removed get tile size as it is unnecessary
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for b36cd10 - Browse repository at this point
Copy the full SHA b36cd10View commit details -
added setter and getter tests to tiling
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 48e109e - Browse repository at this point
Copy the full SHA 48e109eView commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for b2f5e53 - Browse repository at this point
Copy the full SHA b2f5e53View commit details -
coquelin77 committed
Dec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 3515f7b - Browse repository at this point
Copy the full SHA 3515f7bView commit details -
coquelin77 committed
Dec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 8569c8c - Browse repository at this point
Copy the full SHA 8569c8cView commit details -
made tiling tests only for distributed cases
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for d4f761d - Browse repository at this point
Copy the full SHA d4f761dView commit details -
added allowances for 2 processes
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for d960395 - Browse repository at this point
Copy the full SHA d960395View commit details -
abstracted column creation to avoid code repitition
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 578a01f - Browse repository at this point
Copy the full SHA 578a01fView commit details -
more abstraction on column creation
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 4d3433d - Browse repository at this point
Copy the full SHA 4d3433dView commit details -
made create cols square diag a function, added docs
coquelin77 committedDec 9, 2019 Configuration menu - View commit details
-
Copy full SHA for dae5963 - Browse repository at this point
Copy the full SHA dae5963View commit details
Commits on Dec 10, 2019
-
added raise tests to increase coverage
coquelin77 committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 3a053ea - Browse repository at this point
Copy the full SHA 3a053eaView commit details -
added split=None test to qr, removed redundent type tests
coquelin77 committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 9d82a12 - Browse repository at this point
Copy the full SHA 9d82a12View commit details -
missed a type argument which required removal
coquelin77 committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 23073df - Browse repository at this point
Copy the full SHA 23073dfView commit details -
added tiles property to DNDarray, moved item to proper place
coquelin77 committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 6afbaf5 - Browse repository at this point
Copy the full SHA 6afbaf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c13f6b - Browse repository at this point
Copy the full SHA 9c13f6bView commit details -
removed qr_householder and larft
coquelin77 committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for fe9a95e - Browse repository at this point
Copy the full SHA fe9a95eView commit details -
Merge branch 'features/343-QR' of https://github.com/helmholtz-analyt…
…ics/heat into features/343-QR
coquelin77 committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 689ab28 - Browse repository at this point
Copy the full SHA 689ab28View commit details -
coquelin77 committed
Dec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 06571c1 - Browse repository at this point
Copy the full SHA 06571c1View commit details -
coquelin77 committed
Dec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for ba90f2e - Browse repository at this point
Copy the full SHA ba90f2eView commit details -
coquelin77 committed
Dec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 7bf04aa - Browse repository at this point
Copy the full SHA 7bf04aaView commit details
Commits on Dec 11, 2019
-
commented out torch.jit for c block setter
coquelin77 committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for d4e514c - Browse repository at this point
Copy the full SHA d4e514cView commit details -
coquelin77 committed
Dec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 714e50b - Browse repository at this point
Copy the full SHA 714e50bView commit details -
coquelin77 committed
Dec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 93bb8fd - Browse repository at this point
Copy the full SHA 93bb8fdView commit details -
added clone to send for q_waits...bug in testing on hdfml
coquelin77 committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 94e53c7 - Browse repository at this point
Copy the full SHA 94e53c7View commit details -
changed isend to send and cut out pr0 (idle in function) from send_q_…
…to_diag_pr
coquelin77 committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 6a09ff2 - Browse repository at this point
Copy the full SHA 6a09ff2View commit details
Commits on Dec 12, 2019
-
Merge branch 'bug/gpu_support' into features/343-QR
coquelin77 committedDec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for fdf6ebd - Browse repository at this point
Copy the full SHA fdf6ebdView commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 7718c9c - Browse repository at this point
Copy the full SHA 7718c9cView commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for f7a2ded - Browse repository at this point
Copy the full SHA f7a2dedView commit details -
fixed device parameters in redistribute and tiling
coquelin77 committedDec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for d4bec71 - Browse repository at this point
Copy the full SHA d4bec71View commit details -
updating device + pr adjustments
coquelin77 committedDec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 4e6a021 - Browse repository at this point
Copy the full SHA 4e6a021View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c1d5e - Browse repository at this point
Copy the full SHA a5c1d5eView commit details -
added device param to qr tests
coquelin77 committedDec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 27b6439 - Browse repository at this point
Copy the full SHA 27b6439View commit details -
Merge branch 'features/343-QR' of https://github.com/helmholtz-analyt…
…ics/heat into features/343-QR
coquelin77 committedDec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for ef90091 - Browse repository at this point
Copy the full SHA ef90091View commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 131d074 - Browse repository at this point
Copy the full SHA 131d074View commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 946ae39 - Browse repository at this point
Copy the full SHA 946ae39View commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 526447a - Browse repository at this point
Copy the full SHA 526447aView commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 272b05c - Browse repository at this point
Copy the full SHA 272b05cView commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for a279b60 - Browse repository at this point
Copy the full SHA a279b60View commit details -
coquelin77 committed
Dec 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 4c27f19 - Browse repository at this point
Copy the full SHA 4c27f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f0d8e - Browse repository at this point
Copy the full SHA 18f0d8eView commit details
Commits on Dec 13, 2019
-
Merge branch 'master' into features/343-QR
coquelin77 committedDec 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 32f23af - Browse repository at this point
Copy the full SHA 32f23afView commit details
Commits on Dec 15, 2019
-
doc updates, added DNDarray.create_square_diag_tiles
coquelin77 committedDec 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 8fad592 - Browse repository at this point
Copy the full SHA 8fad592View commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e74c952 - Browse repository at this point
Copy the full SHA e74c952View commit details -
added tiling and tests from QR branch
coquelin77 committedDec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 4cf0376 - Browse repository at this point
Copy the full SHA 4cf0376View commit details -
coquelin77 committed
Dec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 9644e76 - Browse repository at this point
Copy the full SHA 9644e76View commit details -
coquelin77 committed
Dec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for c7a4715 - Browse repository at this point
Copy the full SHA c7a4715View commit details -
chunk:changed self.rank to rank
coquelin77 committedDec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 3a5bc09 - Browse repository at this point
Copy the full SHA 3a5bc09View commit details -
added property tiles to dndarray, added creation for SquareDiagTiles …
…for self.__tiles
coquelin77 committedDec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for b3e8ba9 - Browse repository at this point
Copy the full SHA b3e8ba9View commit details -
added setting of __tiles to tests
coquelin77 committedDec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 1b5be03 - Browse repository at this point
Copy the full SHA 1b5be03View commit details -
removed match tiles added for QR and tested there
coquelin77 committedDec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 5526a08 - Browse repository at this point
Copy the full SHA 5526a08View commit details -
coquelin77 committed
Dec 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 5a8f21f - Browse repository at this point
Copy the full SHA 5a8f21fView commit details
Commits on Dec 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d5a9f37 - Browse repository at this point
Copy the full SHA d5a9f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe897a6 - Browse repository at this point
Copy the full SHA fe897a6View commit details
Commits on Jan 14, 2020
-
updating structure of QR for better use in SVD
coquelin77 committedJan 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 23e2944 - Browse repository at this point
Copy the full SHA 23e2944View commit details
Commits on Jan 15, 2020
-
bug fix + abstraction adjustments for SVD implementation
bug: if a node had no data then it would cause the code to fail, fix: to keep communication on all processes but only calculate on active processes
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 780b5d2 - Browse repository at this point
Copy the full SHA 780b5d2View commit details -
Merge branch 'master' into features/343-QR
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 4f82e44 - Browse repository at this point
Copy the full SHA 4f82e44View commit details -
Merge branch 'master' into features/343-QR-tiling
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 0fedddb - Browse repository at this point
Copy the full SHA 0fedddbView commit details -
updated tiling with fix from qr branch for empty rows in split=0
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 876a1bb - Browse repository at this point
Copy the full SHA 876a1bbView commit details -
removed paranthesis on torch decive call
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 25534f3 - Browse repository at this point
Copy the full SHA 25534f3View commit details -
removed match tiles command, not needed here
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 18c35d2 - Browse repository at this point
Copy the full SHA 18c35d2View commit details -
added get_slice function for global slicing
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for fa5050c - Browse repository at this point
Copy the full SHA fa5050cView commit details -
cleaning and organizing QR function
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for b620652 - Browse repository at this point
Copy the full SHA b620652View commit details -
removed get_slice function (unnecessary)
coquelin77 committedJan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for a152e7a - Browse repository at this point
Copy the full SHA a152e7aView commit details
Commits on Jan 16, 2020
-
corrected waiting loop for q_dict in split0
coquelin77 committedJan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for cdba6ed - Browse repository at this point
Copy the full SHA cdba6edView commit details -
corrected waiting loop for q_dict in split0
coquelin77 committedJan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 8428533 - Browse repository at this point
Copy the full SHA 8428533View commit details -
coquelin77 committed
Jan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for e36ecf1 - Browse repository at this point
Copy the full SHA e36ecf1View commit details -
updates to getitem (rearranged if elif else loop)
coquelin77 committedJan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 2297746 - Browse repository at this point
Copy the full SHA 2297746View commit details -
coquelin77 committed
Jan 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 9e98050 - Browse repository at this point
Copy the full SHA 9e98050View commit details -
Configuration menu - View commit details
-
Copy full SHA for efee7d8 - Browse repository at this point
Copy the full SHA efee7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca9247 - Browse repository at this point
Copy the full SHA dca9247View commit details -
Configuration menu - View commit details
-
Copy full SHA for f27f12f - Browse repository at this point
Copy the full SHA f27f12fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2bd56f - Browse repository at this point
Copy the full SHA c2bd56fView commit details
Commits on Jan 20, 2020
-
abstracted if loop logic into static methods in init
coquelin77 committedJan 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 757283b - Browse repository at this point
Copy the full SHA 757283bView commit details -
merged tiling with tiling branch
coquelin77 committedJan 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 3be949f - Browse repository at this point
Copy the full SHA 3be949fView commit details -
Merge branch 'features/343-QR-tiling' into features/343-QR
coquelin77 committedJan 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 7735e58 - Browse repository at this point
Copy the full SHA 7735e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f75645 - Browse repository at this point
Copy the full SHA 3f75645View commit details
Commits on Jan 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 37af55f - Browse repository at this point
Copy the full SHA 37af55fView commit details
Commits on Jan 30, 2020
-
Merge branch 'master' into features/343-QR
coquelin77 committedJan 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 81a85aa - Browse repository at this point
Copy the full SHA 81a85aaView commit details
Commits on Jan 31, 2020
-
updated changelog with entry for the tiles
coquelin77 committedJan 31, 2020 Configuration menu - View commit details
-
Copy full SHA for e99bb4f - Browse repository at this point
Copy the full SHA e99bb4fView commit details
Commits on Feb 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 51d412c - Browse repository at this point
Copy the full SHA 51d412cView commit details -
added extended tests for qr, WARNING: will GREATLY extend time for te…
…sting
coquelin77 committedFeb 17, 2020 Configuration menu - View commit details
-
Copy full SHA for ce41e9b - Browse repository at this point
Copy the full SHA ce41e9bView commit details -
re-formatting of QR function, now slightly more streamlined
coquelin77 committedFeb 17, 2020 Configuration menu - View commit details
-
Copy full SHA for acccc3f - Browse repository at this point
Copy the full SHA acccc3fView commit details -
moved split is None before numerical split calcs
coquelin77 committedFeb 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 0e7e7d0 - Browse repository at this point
Copy the full SHA 0e7e7d0View commit details -
missing array call on R for split=None
coquelin77 committedFeb 17, 2020 Configuration menu - View commit details
-
Copy full SHA for a746181 - Browse repository at this point
Copy the full SHA a746181View commit details
Commits on Feb 19, 2020
-
coquelin77 committed
Feb 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 31ab4f0 - Browse repository at this point
Copy the full SHA 31ab4f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e3d01 - Browse repository at this point
Copy the full SHA 78e3d01View commit details -
split extended tests for better visibility during testing
coquelin77 committedFeb 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 75b865f - Browse repository at this point
Copy the full SHA 75b865fView commit details -
Merge branch 'features/343-QR' of https://github.com/helmholtz-analyt…
…ics/heat into features/343-QR
coquelin77 committedFeb 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 5390358 - Browse repository at this point
Copy the full SHA 5390358View commit details -
added catch in split0 q calculation if a processes in inactive
coquelin77 committedFeb 19, 2020 Configuration menu - View commit details
-
Copy full SHA for eb2564d - Browse repository at this point
Copy the full SHA eb2564dView commit details -
fixed bug in the creation of the tiles rows of R for the case that m > n
coquelin77 committedFeb 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 7c3c6f9 - Browse repository at this point
Copy the full SHA 7c3c6f9View commit details -
changed order of tests to have them pass on 8 GPUs
Daniel Coquelin committedFeb 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 600f144 - Browse repository at this point
Copy the full SHA 600f144View commit details
Commits on Feb 20, 2020
-
coquelin77 committed
Feb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 9706fb9 - Browse repository at this point
Copy the full SHA 9706fb9View commit details -
added warning for extended tests warning user about length of extende…
…d tests
coquelin77 committedFeb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 67529e9 - Browse repository at this point
Copy the full SHA 67529e9View commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 96649c9 - Browse repository at this point
Copy the full SHA 96649c9View commit details