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

CP Block Coordinate Descent #157

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

CP Block Coordinate Descent #157

wants to merge 26 commits into from

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    f859521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c84a2 View commit details
    Browse the repository at this point in the history
  3. Use target instead of assuming tensor_ref

    For BCD
    kmp5VT committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bc235f0 View commit details
    Browse the repository at this point in the history
  4. Start fixing BCD

    kmp5VT committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4079f1a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Fix cp_bcd

    Working for block size of 1 and rank. Working on intermediate block size, specifically if there is a remainder not working
    kmp5VT committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f4a5ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f2f05a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update cp_bcd.h

    kmp5VT committed May 8, 2023
    Configuration menu
    Copy the full SHA
    62da071 View commit details
    Browse the repository at this point in the history
  2. BCD now completely working!

    kmp5VT committed May 8, 2023
    Configuration menu
    Copy the full SHA
    df4938b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    5bb3bc8 View commit details
    Browse the repository at this point in the history
  2. Add BCD unit tests

    kmp5VT committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d66b529 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Allow more than 1 sweep of block coordinates, this allows each block …

    …to be updated with knowledge of the other blocks
    kmp5VT committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d56085e View commit details
    Browse the repository at this point in the history
  2. Fix for complex tensors

    kmp5VT committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c79a7cc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. one is const, one is not

    kmp5VT committed May 26, 2023
    Configuration menu
    Copy the full SHA
    132eecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622e258 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 24, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    dbd76aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4008a5e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. update BCD printing

    kmp5VT committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4a1304c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Jan 10, 2024

  1. Goal here is to try make new CP

    Using interpolative decomposition
    kmp5VT committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8bcee70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74188f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Fix testing area

    kmp5VT committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fdb1b8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9490ec View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    0614c06 View commit details
    Browse the repository at this point in the history
  2. Bump VG tag

    kmp5VT committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8007360 View commit details
    Browse the repository at this point in the history