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

Added linalg.cholesky #46083

Closed
wants to merge 62 commits into from
Closed

Commits on Oct 7, 2020

  1. wip linalg.cholesky

    IvanYashchuk committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    6b7f14a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Added xfailed test case

    IvanYashchuk committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    f7a08f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e10f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Updated example in docs

    IvanYashchuk committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    3c4d5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    307020e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e9e0c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

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

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    1798832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74de2c View commit details
    Browse the repository at this point in the history
  3. Added larger input case

    IvanYashchuk committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9343678 View commit details
    Browse the repository at this point in the history
  4. Added assertRaises tests for cholesky

    Added precisionOverride. MAGMA cholesky seem to disagree a bit with NumPy on large input hence 1e-2 atol
    IvanYashchuk committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    604f0a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f80042 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da4e88b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efb725c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Added the out= variant

    IvanYashchuk committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6297b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    709273b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21cfca0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31cbe75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df0172e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b54c7f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    7878183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4a8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4832d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e800b97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b58586 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aabce3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12d11ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97501c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29f94c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    00c41ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34cef7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d2230d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63e922d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d64067 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40935f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaad340 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

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

Commits on Oct 28, 2020

  1. Fix long lines

    IvanYashchuk committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    22be1a5 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    IvanYashchuk committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d547b63 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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

Commits on Nov 2, 2020

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

Commits on Nov 3, 2020

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

Commits on Nov 4, 2020

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

Commits on Nov 6, 2020

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

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    e224c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    048316d View commit details
    Browse the repository at this point in the history
  3. Use typed std::max

    IvanYashchuk committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    0a13e1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    173fea1 View commit details
    Browse the repository at this point in the history
  5. Removed unused import

    IvanYashchuk committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    b26f52c View commit details
    Browse the repository at this point in the history
  6. Fix imports

    IvanYashchuk committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ba3708e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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

Commits on Nov 12, 2020

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

    IvanYashchuk committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f2ee1f6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into linalg-cholesky

    Mike Ruberry committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    344053f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    869b40a View commit details
    Browse the repository at this point in the history
  5. Differentiation of complex cholesky on cuda now works for single input;

    batched complex input does not work until batched complex matmul is
    implemented
    IvanYashchuk committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d52b83b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c98076b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    287c878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b29a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88e23c3 View commit details
    Browse the repository at this point in the history
  4. flake8 fix

    IvanYashchuk committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    eb507e5 View commit details
    Browse the repository at this point in the history