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

Move lapack_info_check inside of onemkl_cusolver_host_task #238

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

Commits on Aug 16, 2022

  1. Move dev_info check to host_task

    aidan.belton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9208387 View commit details
    Browse the repository at this point in the history
  2. Asynchronously free ipiv 32-bit memory

    aidan.belton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c515f25 View commit details
    Browse the repository at this point in the history
  3. User helper for depends on events

    aidan.belton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e12107b View commit details
    Browse the repository at this point in the history
  4. Remove unncessary reinterpret_cast for ipiv32

    aidan.belton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    654e5f5 View commit details
    Browse the repository at this point in the history
  5. Wait on scratchpad_size host task

    aidan.belton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    39d8f65 View commit details
    Browse the repository at this point in the history
  6. Pass queue by reference to cusolver host task

    aidan.belton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ac4f639 View commit details
    Browse the repository at this point in the history
  7. Update for includes for removed CL namespace

    aidan.belton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    87b4900 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Merge branch 'develop' into infocheck

    Signed-off-by: JackAKirk <[email protected]>
    JackAKirk committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1880bf9 View commit details
    Browse the repository at this point in the history
  2. Resolved conflict in cusolver_helper.hpp

    Signed-off-by: JackAKirk <[email protected]>
    JackAKirk committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0d057c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Update cusolver_batch cases.

    Signed-off-by: JackAKirk <[email protected]>
    JackAKirk committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    cf2a7dd View commit details
    Browse the repository at this point in the history
  2. Applied Aidan's suggestions.

    Signed-off-by: JackAKirk <[email protected]>
    JackAKirk committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    0d02373 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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