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] Adjust all algorithms to work with CuPy #75

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    e39aafd View commit details
    Browse the repository at this point in the history
  2. CuPy Tests: add test_admm

    pentschev committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    4b00257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e96b326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2892df View commit details
    Browse the repository at this point in the history
  5. CuPy Tests: add test_utils

    pentschev committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    9029cc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aecf5f View commit details
    Browse the repository at this point in the history
  7. Move cupy_make_y() to dask_glm.tests.cupy.utils module

    Also skip CuPy tests if module 'cupy' isn't found.
    pentschev committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    fd4269a View commit details
    Browse the repository at this point in the history
  8. Replace dask_glm.utils dispatchers by the NumPy function

    Functions replaced:
    * abs()
    * exp()
    * log1p()
    * sign()
    pentschev committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    f4a15b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1ad677 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Add CuPy datasets

    pentschev committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    9127afa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69813a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86e45b9 View commit details
    Browse the repository at this point in the history