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

Most of the DynamicFusion implementation done here. #50

Merged
merged 315 commits into from
Jul 20, 2023
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 18, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    649d28b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb1a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    233a2b2 View commit details
    Browse the repository at this point in the history
  4. Add Catch2 C++17 patch

    Algomorph committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    bc658ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf357c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92f8174 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    6ed6867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8915453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62548a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    7755d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a227696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b98ef4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    000078c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2abefe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Continue building out the jacobians, add in jacobian computation for …

    …perspective correction
    Algomorph committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4a36eec View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. CPP folder restructuring, fix some python binding errors stemming fro…

    …m latent overloading of tri mesh warping
    Algomorph committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8653297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d571c View commit details
    Browse the repository at this point in the history
  3. Update rendering functions' template params to make argument type tem…

    …plate specification unnecessary (simplify usage & code complexity)
    Algomorph committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e0ac2b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea3efb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    d5666db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c5e22d View commit details
    Browse the repository at this point in the history
  3. fix non-perspective-correct barycentrics jacobian, libcu++ usage, WIP…

    … error in perspective-correct jacobian
    Algomorph committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    847bf28 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Full implementations of perspective-correct & distorted jacobians wrt…

    … 3d vertices, usage of that within rendered vertex & normals jacobians
    Algomorph committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    db9d074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7f521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0199e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    ea9815b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4c89c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a10bb88 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    c344585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0045b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32d3010 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    3867ac3 View commit details
    Browse the repository at this point in the history
  2. Add unprojection of arbitrary 2d points & depths, revamp a bunch of t…

    …hings, fix up NDC triangle fitter -- prep for jacobian computation
    Algomorph committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    22d6464 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    c916379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7808dcf View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    32e7e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705cc98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae96b8 View commit details
    Browse the repository at this point in the history
  4. Upgrade to Open3D 0.16.1

    Algomorph committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5af10e1 View commit details
    Browse the repository at this point in the history
  5. Update README

    Algomorph committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ad9400a View commit details
    Browse the repository at this point in the history
  6. Add api to get individual tensor elements from C++ from Open3D tensor…

    …s easily (shame this wasn't there...)
    Algomorph committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b5f0740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62296a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c765ce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    81a71f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1703b0 View commit details
    Browse the repository at this point in the history
  3. Refactor rasterization function & test names to something more accura…

    …te & descriptive -- ndc triangle rasterization
    Algomorph committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    04582f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Jan 3, 2023

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

Commits on Jan 4, 2023

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

Commits on Jan 10, 2023

  1. Saving last-weeks progress

    Algomorph committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    37774d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    9f52961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e405950 View commit details
    Browse the repository at this point in the history
  3. Fix compile errors -- circumvent constness in CUDA device lambda by a…

    …ugmenting ParallelFor to accept mutable lambdas
    Algomorph committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    23e9acd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd69752 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    bef3c84 View commit details
    Browse the repository at this point in the history
  2. Reorganize the sparse Jacobian computation into two kernel functions …

    …(housing three actual kernels)
    Algomorph committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    4ccfde7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    3f37c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc77061 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Fix remaining build errors

    Algomorph committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f35ab6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60d97d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    a63e8fc View commit details
    Browse the repository at this point in the history
  2. Implement (very inefficient) negative gradient computation (untested,…

    … compile errors not fixed)
    Algomorph committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b2b026d View commit details
    Browse the repository at this point in the history
  3. Build errors resolved

    Algomorph committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    fad3f19 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    4c80bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26678b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc72f21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d72e12 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    9b16d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b32434 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    7e27be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ee80d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. fix eigen commit

    Algomorph committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e397c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64d232 View commit details
    Browse the repository at this point in the history
  3. FInish up fitter

    Algomorph committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d470554 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 16, 2023

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

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    d639029 View commit details
    Browse the repository at this point in the history
  2. A few more bugs fixed

    Algomorph committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c9dd054 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fix major indexing bug

    Algomorph committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    84959fb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Feb 28, 2023

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

Commits on Mar 2, 2023

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

Commits on Mar 6, 2023

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

Commits on Mar 7, 2023

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

Commits on Mar 13, 2023

  1. Add debugging code

    Algomorph committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    d0c6455 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Latest changes to tests

    Algomorph committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e6dbca3 View commit details
    Browse the repository at this point in the history
  2. Add warped vertex & normal jacobian (w.r.t. canonical) routine w/o st…

    …oring weights for translation jacobian computation
    Algomorph committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5d641a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c539f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2383171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64ee0ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23b43dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe879fb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Outsource computation of pixels' anchor jacobians and node associatio…

    …ns to it's own shell/kernel tree, simplify instantiations
    Algomorph committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ce18194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754178a View commit details
    Browse the repository at this point in the history
  3. Add rotation-only and translation-only modes for hessian approx. and …

    …negative gradient computation
    Algomorph committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0b71878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccbcc7b View commit details
    Browse the repository at this point in the history
  5. Add controls & functionality for translation-only and rotation-only i…

    …teration modes, iteration mode sequences to top-level optimizer code
    Algomorph committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a0ebb41 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    3e19b2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6a02a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29bdb0e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    4f0f444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7c247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e54433 View commit details
    Browse the repository at this point in the history
  4. Make column-pivoting in QR-based linear system solver optional, depen…

    …ding on full-rank assumption
    Algomorph committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b1cd854 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 11, 2023

  1. Remove debugging code

    Algomorph committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    dc1fc17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67ba103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beed261 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. Outsource the face-to-node-anchor association procedure to a separate…

    … routine, parallelized by face instead of pixel
    Algomorph committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    30f1840 View commit details
    Browse the repository at this point in the history
  2. Utilize & fix face-to-node-anchor association optimization in Pix-ver…

    …t-anchor jacobian computation
    Algomorph committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6c20a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1de4ff View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Apr 25, 2023

  1. Restructure downsampling (sampling) files, add scaffolding for the me…

    …dian-based sampling function (i.e. also with edge merging)
    Algomorph committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    245f797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae30e3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    dae4885 View commit details
    Browse the repository at this point in the history
  2. Fix a few latent build bugs w/ cross-platform exclusive parallel scan…

    …, add cross-platform triangle-mesh-->adjacency-array conversion
    Algomorph committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bb824c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3734e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10e027f View commit details
    Browse the repository at this point in the history
  5. Upgrade Cache2 version

    Algomorph committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c1f90d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7acdac1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. A little documentation

    Algomorph committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d0e141b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588fb8c View commit details
    Browse the repository at this point in the history
  3. A version of radius-based graph resampling that uses edge collapses a…

    …round superindependent vertices
    Algomorph committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6f9eb60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ee5686 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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

Commits on May 8, 2023

  1. Separate WarpField and PlanarGraphWarpField into two separate classes…

    … (to allow for a separate hierarchical one)
    Algomorph committed May 8, 2023
    Configuration menu
    Copy the full SHA
    6104ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97844dc View commit details
    Browse the repository at this point in the history
  3. Add code for test of hierarchical warp field construction, add sortin…

    …g of 2D tensors by column
    Algomorph committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4450ea2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    e953552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc9f58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8553913 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    75dc30a View commit details
    Browse the repository at this point in the history
  2. Fix up the small-last-dimension sorting to be capable of storing nega…

    …tive (e.g. sentinel) values after the positive ones with ascending order
    Algomorph committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ace90be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0409c7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. Revise virtual node structure in hierarchy to produce a southwest-poi…

    …nting arrow instead of northeast-pointing one -- to speed up efficiency
    Algomorph committed May 16, 2023
    Configuration menu
    Copy the full SHA
    244ddc7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    c84259b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3de8f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27fa9a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c5aad5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    0d959f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e670e1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    ea587f7 View commit details
    Browse the repository at this point in the history
  2. Fix build errors

    Algomorph committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5787e4c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Adapt fitter data term functions to use virtual node ordering for pos…

    …itons/rotations/translations, also adapt delta application to the warp field in the same way
    Algomorph committed May 23, 2023
    Configuration menu
    Copy the full SHA
    cfbff79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2449227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce51648 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34c7969 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46b58b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af68fe5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    928a487 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    0391500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757a501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c204d53 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    5a83a96 View commit details
    Browse the repository at this point in the history
  2. Fix latent issues

    Algomorph committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6de9b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5feb3b4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Add pseudocode in python for block-arrowhead cholesky solver -- facto…

    …rization routines, stage 1
    Algomorph committed May 26, 2023
    Configuration menu
    Copy the full SHA
    442fa7a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    51f92c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c1a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c2e05f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Add python pseudocode for (1) corner H cholesky block-sparse decomp a…

    …nd (2) sparse forward- and back- substitution
    Algomorph committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c301c49 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    c1bd848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d2b25 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    37523ff View commit details
    Browse the repository at this point in the history
  2. Add edge residual computation function to fitter (which uses the kern…

    …els from before), fix a bunch of latent errors
    Algomorph committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    67b0900 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0dbbd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47a56b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    c2db5ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0806f41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    525c485 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1aaee4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    c2e3320 View commit details
    Browse the repository at this point in the history
  2. Clean up python scripts

    Algomorph committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    6f1f6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a51e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    6c22df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8415b61 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Tiling implemented

    Algomorph committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9321d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f787a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    bb8dddc View commit details
    Browse the repository at this point in the history
  2. Continue on tests

    Algomorph committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d26ddc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    52e5515 View commit details
    Browse the repository at this point in the history
  2. Begin redoing final row operation in corner factorization using magma…

    …blas_strmm_vbatched routine
    Algomorph committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    bc4a0e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

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

Commits on Jun 21, 2023

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

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    f5666f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c933bd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    3fb2717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f3d48 View commit details
    Browse the repository at this point in the history
  3. Fix batch trtri

    Algomorph committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b975ada View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

  1. Minor refactorings

    Algomorph committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1a0a175 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    6daf453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cfa325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcf61d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    906337f View commit details
    Browse the repository at this point in the history
  5. Refactor

    Algomorph committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    010e811 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fb9e8f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    615d53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb81c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef0f1c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    6070009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ed44c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9de68b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec3142 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ddb4f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0a1dc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    7d807fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4bf2c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    4e445fe View commit details
    Browse the repository at this point in the history
  2. Fix SolveCholeskyCUDA

    Algomorph committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a9b97b4 View commit details
    Browse the repository at this point in the history
  3. Modified all cholesky solvers to use col-major ordering without trans…

    …positions (exploiting right-hand-side solvers)
    Algomorph committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6e7ca5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4ce915 View commit details
    Browse the repository at this point in the history
  5. Continue on the solver

    Algomorph committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    beb57e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    f292f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e9514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce0933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    689fe78 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    1cbb4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e72e82 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    1171d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887fef1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Rename 1-node test files

    Algomorph committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    018ccfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e03be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    765fd48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e151a9b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    8f9e8a1 View commit details
    Browse the repository at this point in the history
  2. Fix all old tests

    Algomorph committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    05792de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b25e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93463d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29adfd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c43989d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fc0bac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c16e14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e0356e View commit details
    Browse the repository at this point in the history