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

[WIP] Backport Eigen changes for proposed plugin refactor #2654

Closed
wants to merge 34 commits into from
Closed

[WIP] Backport Eigen changes for proposed plugin refactor #2654

wants to merge 34 commits into from

Commits on Oct 15, 2021

  1. Initial testing

    Andrew Johnson committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7e3d8c2 View commit details
    Browse the repository at this point in the history
  2. Repalcements

    Andrew Johnson committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e2e50d5 View commit details
    Browse the repository at this point in the history
  3. coeffRef def

    Andrew Johnson committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6c5fc2d View commit details
    Browse the repository at this point in the history
  4. Replace val_op

    Andrew Johnson committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    86ca245 View commit details
    Browse the repository at this point in the history
  5. Identified broken tests

    Andrew Johnson committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    59e535e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Fix stride detection

    Andrew Johnson committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    4b56e56 View commit details
    Browse the repository at this point in the history
  2. Fix stride detection

    Andrew Johnson committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    dc79dc9 View commit details
    Browse the repository at this point in the history
  3. Stride defaults

    Andrew Johnson committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    ccb90f4 View commit details
    Browse the repository at this point in the history
  4. Test stride calcs

    Andrew Johnson committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    82015b5 View commit details
    Browse the repository at this point in the history
  5. Remove coefreff

    Andrew Johnson committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    264ef56 View commit details
    Browse the repository at this point in the history
  6. Revert "Remove coefreff"

    This reverts commit 264ef56.
    Andrew Johnson committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    4b37448 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Fix stride setting

    Andrew Johnson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    5ea8563 View commit details
    Browse the repository at this point in the history
  2. cpplint

    Andrew Johnson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    269b7f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949116e View commit details
    Browse the repository at this point in the history
  4. [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…

    …4.1 (tags/RELEASE_600/final)
    stan-buildbot committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    90edbaf View commit details
    Browse the repository at this point in the history
  5. opencl include

    Andrew Johnson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    341e0a8 View commit details
    Browse the repository at this point in the history
  6. Pointer t and simplify strides

    Andrew Johnson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    9212379 View commit details
    Browse the repository at this point in the history
  7. Simplify code

    Andrew Johnson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d151feb View commit details
    Browse the repository at this point in the history
  8. Robust return typedefs

    Andrew Johnson committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    205af1c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    139f5c4 View commit details
    Browse the repository at this point in the history
  2. Update coeffRef for Stan downstream

    Andrew Johnson committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e5d8295 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Simplify implementations and add doc

    Andrew Johnson committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    5c71291 View commit details
    Browse the repository at this point in the history
  2. [Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…

    …4.1 (tags/RELEASE_600/final)
    stan-buildbot committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    ad112fd View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

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

Commits on Jan 12, 2022

  1. Backport Eigen changes

    andrjohns committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    bcc3374 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Revert Eigen changes

    andrjohns committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1553cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d0cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c054456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cce4f96 View commit details
    Browse the repository at this point in the history
  5. Remove stray eval()

    andrjohns committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ec20ea5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'backport-plugin-testing' of https://github.com/andrjohn…

    …s/math into backport-plugin-testing
    andrjohns committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    0c61436 View commit details
    Browse the repository at this point in the history
  7. Test Eigen fixes

    andrjohns committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    512968e View commit details
    Browse the repository at this point in the history
  8. Eigen fixes 2

    andrjohns committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b2ebd22 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Merge branch 'develop' into backport-plugin-testing

    # Conflicts:
    #	stan/math/rev/core/var.hpp
    #	stan/math/rev/core/vari.hpp
    andrjohns committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    1d52230 View commit details
    Browse the repository at this point in the history