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

[Review] Allow lbfgs and admm with dask cupy inputs #89

Merged
merged 11 commits into from
Nov 16, 2020

Commits on Sep 26, 2020

  1. Merge pull request #3 from dask/master

    sync with upstream
    daxiongshu authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    fecd27f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Merge pull request #4 from dask/master

    Allow cupy inputs in algorithms "newton", "gradient_descen" and "prox…
    daxiongshu authored Oct 10, 2020
    Configuration menu
    Copy the full SHA
    52da624 View commit details
    Browse the repository at this point in the history
  2. lbfgs works with cupy

    daxiongshu committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    39ba990 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. basic works

    daxiongshu committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    a429ca3 View commit details
    Browse the repository at this point in the history
  2. original test passed

    daxiongshu committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ef41c89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from daxiongshu/allow_admm_with_cupy

    Allow admm with cupy
    daxiongshu authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    f827cd4 View commit details
    Browse the repository at this point in the history
  4. add cupy to test_admm

    daxiongshu committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    2244636 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    519b7f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from daxiongshu/allow_admm_with_cupy

    Allow admm with cupy
    daxiongshu authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    974f3f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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

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