Skip to content
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

Merged
merged 202 commits into from
Mar 6, 2020
Merged

Features/343 qr #429

merged 202 commits into from
Mar 6, 2020

Commits on Jul 23, 2019

  1. added qr function (empty), switching branches...

    coquelin77 committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e52549f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. switching branches

    coquelin77 committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    0f764a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    2be2dd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. added larft outline

    coquelin77 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    a2a94e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    ffa1d96 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. implemented R for qr for split=1

    coquelin77 committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    d68bed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7699ab View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. added support for split=0 matrices to qr

    coquelin77 committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    d70900e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. added jit to c_block_setter function, + old school qr

    coquelin77 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0373c97 View commit details
    Browse the repository at this point in the history
  2. fixed bug in eye

    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 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    09d92c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f322d24 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. added options to chunk to allow for local chunking

    coquelin77 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    cf4839a View commit details
    Browse the repository at this point in the history
  2. 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 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    f182709 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. split 0 case working for a symetric matrix with other specific parame…

    …ters, merging from master
    coquelin77 committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    4739c51 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into features/343-QR

    coquelin77 committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    b864e00 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    393d74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955b513 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    974fe9d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. completed update of tiling scheme for split 0, in process of implemen…

    …tation of Q calculation
    coquelin77 committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    3cbffdc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. switching branches

    coquelin77 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    68067d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into features/343-QR

    coquelin77 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c438123 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    fa703cc View commit details
    Browse the repository at this point in the history
  2. switching branches, added some q logic

    coquelin77 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    bc73f31 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. added slicing dict for local columns

    coquelin77 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    a0c47b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. improvements on the q_slices

    coquelin77 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    3832d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    963b06d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. rewrote local q merge into blocks

    coquelin77 committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    9e88a07 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    45bc87f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    5104cbc View commit details
    Browse the repository at this point in the history
  2. working on getitem, going to fix bug

    coquelin77 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    03bda7e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. rewrote tiling scheme for squares along diag

    coquelin77 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    87bc264 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. added split=1 support (basic) to qr tiles

    coquelin77 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9724dfa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into features/343-QR and added both_vec flag to…

    … matmul
    coquelin77 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    be889bf View commit details
    Browse the repository at this point in the history
  3. added setitem, start_stop, and tile size

    coquelin77 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d179647 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. added async get/set, unhappy with async set...

    coquelin77 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    99f2357 View commit details
    Browse the repository at this point in the history
  2. changed tiling to work with indices instead of sizes

    coquelin77 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    ee03402 View commit details
    Browse the repository at this point in the history
  3. updating QR, need a lot of work to get tiling running

    coquelin77 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    bab3f6e View commit details
    Browse the repository at this point in the history
  4. async_get now return the tile on the home process

    coquelin77 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    d587515 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into features/343-QR

    coquelin77 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f1279a3 View commit details
    Browse the repository at this point in the history
  6. added todo for local_get_async function

    coquelin77 committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a17ac84 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    26d56f8 View commit details
    Browse the repository at this point in the history
  2. updating qr to use tiling

    coquelin77 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    1823f2d View commit details
    Browse the repository at this point in the history
  3. typo in lshape map

    coquelin77 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    fbbcb1b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. new qr running with tiles for R calc

    coquelin77 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    aab1acd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64bad10 View commit details
    Browse the repository at this point in the history
  3. formatting changes

    coquelin77 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    c14d84c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into features/343-QR

    coquelin77 committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    96de5a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. updated to torch 1.3, breaking changes need addressing

    coquelin77 committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    fd9200e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into features/343-QR

    coquelin77 committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    a7279cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d401cd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. working on tsqr merge

    coquelin77 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    e6a2564 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    ba48f51 View commit details
    Browse the repository at this point in the history
  2. added dictionary updates for the caqr dict. the caqr matrix is done

    need to multiply with local merged q, then distribute between processes
    coquelin77 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c4af1b3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into features/343-QR

    coquelin77 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    049d86f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. single column Q generation working, multi column next

    coquelin77 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    600be7b View commit details
    Browse the repository at this point in the history
  2. changing q to be split0 for first then split1 for rest

    coquelin77 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    6073dbf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into features/343-QR

    coquelin77 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    c185c82 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. cleaned up getitem

    coquelin77 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    d74b2a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. searching for seg fault for large matrices

    coquelin77 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    ce3951b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. 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 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    0f1096c View commit details
    Browse the repository at this point in the history
  2. switching branches, debugging

    coquelin77 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    436a74e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    4149b51 View commit details
    Browse the repository at this point in the history
  2. QR working for split=0

    coquelin77 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    bfc00e6 View commit details
    Browse the repository at this point in the history
  3. refactoring names for qr functions

    coquelin77 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    24cc539 View commit details
    Browse the repository at this point in the history
  4. removing some dead code in tiling

    coquelin77 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    1014e0d View commit details
    Browse the repository at this point in the history
  5. minor cosmetic changings in qr

    coquelin77 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    02e2ba9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. wokring on qr split=1

    coquelin77 committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    6fc89cb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. split=1 R calc working

    coquelin77 committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    89a4b0e View commit details
    Browse the repository at this point in the history
  2. fixed bug in local set/get

    coquelin77 committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    8e1c326 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into features/343-QR

    coquelin77 committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    8e77458 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    e45b597 View commit details
    Browse the repository at this point in the history
  2. adding new case in match tiles

    coquelin77 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    b8ede2f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. modifing match tiles with split0 and split1

    coquelin77 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e1fbd78 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. working on tile matching, switching braches

    coquelin77 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    5ecdf01 View commit details
    Browse the repository at this point in the history
  2. switching branches

    coquelin77 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    bf083ac View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    3e77d80 View commit details
    Browse the repository at this point in the history
  2. fixed match tiles, adding q calc to split=1

    coquelin77 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    4598a26 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into features/343-QR

    coquelin77 committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    90a2e15 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    6aeb209 View commit details
    Browse the repository at this point in the history
  2. removed dead functions, cleaning init

    coquelin77 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b14295f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. formatting and doc updates

    coquelin77 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    e53480e View commit details
    Browse the repository at this point in the history
  2. reformatting

    coquelin77 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    436a414 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. working on corner cases, need to merge master

    coquelin77 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    7ae5aaf View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. added redistribute function using balance

    coquelin77 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    1323514 View commit details
    Browse the repository at this point in the history
  2. fixed match tiles for split0 matching split1

    coquelin77 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    664294d View commit details
    Browse the repository at this point in the history
  3. changed split1 case to use the correct number of columns for all case…

    …s (hopefully)
    coquelin77 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0360d1c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. corrected bug for odd matrix sizes in split=0, still failing at (100,…

    … 50) -np 3
    coquelin77 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    13ab70b View commit details
    Browse the repository at this point in the history
  2. Fixed 1 tile/pr w/ split=0, initial tests working, full status awaiti…

    …ng full tests
    coquelin77 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    e7d7cdb View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. removing dead code

    coquelin77 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    5e4a324 View commit details
    Browse the repository at this point in the history
  2. abstracted c_block_setter from matmul, doc updates + reorganizing QRs…

    …plit0
    coquelin77 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    780a7c3 View commit details
    Browse the repository at this point in the history
  3. cleaning qr split0, doc updates, function adjustments to get closer t…

    …o standards
    coquelin77 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    c9fddd5 View commit details
    Browse the repository at this point in the history
  4. cleaning qr split0, doc updates, function adjustments to get closer t…

    …o standards
    coquelin77 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ced1bb4 View commit details
    Browse the repository at this point in the history
  5. updating docs, removing redundencies

    coquelin77 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    37dad5f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. added create_lshape_map, modifed redistributed

    coquelin77 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    24fab3d View commit details
    Browse the repository at this point in the history
  2. doc updates, cleaning, etc.

    coquelin77 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    078fd4e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. doc updates

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    5980b50 View commit details
    Browse the repository at this point in the history
  2. added dtyping to QR

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    6bf6faf View commit details
    Browse the repository at this point in the history
  3. doc updates and reordering dndarray functions

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f9d516f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into features/343-QR

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    049c267 View commit details
    Browse the repository at this point in the history
  5. removed dead code, switching branches

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    dc4ac82 View commit details
    Browse the repository at this point in the history
  6. doc updates

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    439f2e0 View commit details
    Browse the repository at this point in the history
  7. changed order of binary tree reduction for QRsplit0, fixed copy bug i…

    …n matmul
    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    c66953c View commit details
    Browse the repository at this point in the history
  8. added qr tests

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    c16c287 View commit details
    Browse the repository at this point in the history
  9. raise tests, dims for qr == 2 fix

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    9479f2e View commit details
    Browse the repository at this point in the history
  10. changed logic for the lshape map

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    eb8c69a View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into features/343-QR

    coquelin77 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    76d5a9c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    6ceebdc View commit details
    Browse the repository at this point in the history
  2. adding tests for props in tiles

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    ae76471 View commit details
    Browse the repository at this point in the history
  3. removed get tile size as it is unnecessary

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    b36cd10 View commit details
    Browse the repository at this point in the history
  4. added setter and getter tests to tiling

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    48e109e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into features/343-QR

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    b2f5e53 View commit details
    Browse the repository at this point in the history
  6. added tiling to __init__.py

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    3515f7b View commit details
    Browse the repository at this point in the history
  7. added comm reformatting

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    8569c8c View commit details
    Browse the repository at this point in the history
  8. made tiling tests only for distributed cases

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d4f761d View commit details
    Browse the repository at this point in the history
  9. added allowances for 2 processes

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d960395 View commit details
    Browse the repository at this point in the history
  10. abstracted column creation to avoid code repitition

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    578a01f View commit details
    Browse the repository at this point in the history
  11. more abstraction on column creation

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    4d3433d View commit details
    Browse the repository at this point in the history
  12. made create cols square diag a function, added docs

    coquelin77 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    dae5963 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. added raise tests to increase coverage

    coquelin77 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    3a053ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d82a12 View commit details
    Browse the repository at this point in the history
  3. missed a type argument which required removal

    coquelin77 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    23073df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6afbaf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c13f6b View commit details
    Browse the repository at this point in the history
  6. removed qr_householder and larft

    coquelin77 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    fe9a95e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'features/343-QR' of https://github.com/helmholtz-analyt…

    …ics/heat into features/343-QR
    coquelin77 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    689ab28 View commit details
    Browse the repository at this point in the history
  8. fixed split None qr test

    coquelin77 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    06571c1 View commit details
    Browse the repository at this point in the history
  9. increasing coverage

    coquelin77 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ba90f2e View commit details
    Browse the repository at this point in the history
  10. added type test for chunk

    coquelin77 committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7bf04aa View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. commented out torch.jit for c block setter

    coquelin77 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    d4e514c View commit details
    Browse the repository at this point in the history
  2. removed dead code

    coquelin77 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    714e50b View commit details
    Browse the repository at this point in the history
  3. removed dead code

    coquelin77 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    93bb8fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94e53c7 View commit details
    Browse the repository at this point in the history
  5. changed isend to send and cut out pr0 (idle in function) from send_q_…

    …to_diag_pr
    coquelin77 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    6a09ff2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Merge branch 'bug/gpu_support' into features/343-QR

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    fdf6ebd View commit details
    Browse the repository at this point in the history
  2. added devices

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    7718c9c View commit details
    Browse the repository at this point in the history
  3. added divices for QR

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    f7a2ded View commit details
    Browse the repository at this point in the history
  4. fixed device parameters in redistribute and tiling

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    d4bec71 View commit details
    Browse the repository at this point in the history
  5. updating device + pr adjustments

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    4e6a021 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5c1d5e View commit details
    Browse the repository at this point in the history
  7. added device param to qr tests

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    27b6439 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'features/343-QR' of https://github.com/helmholtz-analyt…

    …ics/heat into features/343-QR
    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ef90091 View commit details
    Browse the repository at this point in the history
  9. more device calls

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    131d074 View commit details
    Browse the repository at this point in the history
  10. more device additions

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    946ae39 View commit details
    Browse the repository at this point in the history
  11. removed extra device param

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    526447a View commit details
    Browse the repository at this point in the history
  12. more device addition

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    272b05c View commit details
    Browse the repository at this point in the history
  13. devices...

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a279b60 View commit details
    Browse the repository at this point in the history
  14. devices....

    coquelin77 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    4c27f19 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    18f0d8e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    32f23af View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. doc updates, added DNDarray.create_square_diag_tiles

    coquelin77 committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    8fad592 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    e74c952 View commit details
    Browse the repository at this point in the history
  2. added tiling and tests from QR branch

    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    4cf0376 View commit details
    Browse the repository at this point in the history
  3. added local chunking

    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    9644e76 View commit details
    Browse the repository at this point in the history
  4. added tiling to init

    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c7a4715 View commit details
    Browse the repository at this point in the history
  5. chunk:changed self.rank to rank

    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3a5bc09 View commit details
    Browse the repository at this point in the history
  6. added property tiles to dndarray, added creation for SquareDiagTiles …

    …for self.__tiles
    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b3e8ba9 View commit details
    Browse the repository at this point in the history
  7. added setting of __tiles to tests

    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1b5be03 View commit details
    Browse the repository at this point in the history
  8. removed match tiles added for QR and tested there

    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    5526a08 View commit details
    Browse the repository at this point in the history
  9. added tests for local_get

    coquelin77 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    5a8f21f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    d5a9f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe897a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. updating structure of QR for better use in SVD

    coquelin77 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    23e2944 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. 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 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    780b5d2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into features/343-QR

    coquelin77 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    4f82e44 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into features/343-QR-tiling

    coquelin77 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    0fedddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    876a1bb View commit details
    Browse the repository at this point in the history
  5. removed paranthesis on torch decive call

    coquelin77 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    25534f3 View commit details
    Browse the repository at this point in the history
  6. removed match tiles command, not needed here

    coquelin77 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    18c35d2 View commit details
    Browse the repository at this point in the history
  7. added get_slice function for global slicing

    coquelin77 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    fa5050c View commit details
    Browse the repository at this point in the history
  8. cleaning and organizing QR function

    coquelin77 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    b620652 View commit details
    Browse the repository at this point in the history
  9. removed get_slice function (unnecessary)

    coquelin77 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    a152e7a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. corrected waiting loop for q_dict in split0

    coquelin77 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    cdba6ed View commit details
    Browse the repository at this point in the history
  2. corrected waiting loop for q_dict in split0

    coquelin77 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    8428533 View commit details
    Browse the repository at this point in the history
  3. doc updates

    coquelin77 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e36ecf1 View commit details
    Browse the repository at this point in the history
  4. updates to getitem (rearranged if elif else loop)

    coquelin77 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    2297746 View commit details
    Browse the repository at this point in the history
  5. merged with 343-qr-tiling

    coquelin77 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    9e98050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efee7d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dca9247 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f27f12f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2bd56f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. abstracted if loop logic into static methods in init

    coquelin77 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    757283b View commit details
    Browse the repository at this point in the history
  2. merged tiling with tiling branch

    coquelin77 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    3be949f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7735e58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f75645 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    37af55f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Merge branch 'master' into features/343-QR

    coquelin77 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    81a85aa View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. updated changelog with entry for the tiles

    coquelin77 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    e99bb4f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    51d412c View commit details
    Browse the repository at this point in the history
  2. added extended tests for qr, WARNING: will GREATLY extend time for te…

    …sting
    coquelin77 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    ce41e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acccc3f View commit details
    Browse the repository at this point in the history
  4. moved split is None before numerical split calcs

    coquelin77 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    0e7e7d0 View commit details
    Browse the repository at this point in the history
  5. missing array call on R for split=None

    coquelin77 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    a746181 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. added torch jitter

    coquelin77 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    31ab4f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e3d01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b865f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'features/343-QR' of https://github.com/helmholtz-analyt…

    …ics/heat into features/343-QR
    coquelin77 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    5390358 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb2564d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c3c6f9 View commit details
    Browse the repository at this point in the history
  7. changed order of tests to have them pass on 8 GPUs

    Daniel Coquelin committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    600f144 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. pre-commit fixes

    coquelin77 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    9706fb9 View commit details
    Browse the repository at this point in the history
  2. added warning for extended tests warning user about length of extende…

    …d tests
    coquelin77 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    67529e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    96649c9 View commit details
    Browse the repository at this point in the history