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

Optional offloading to AMD GPUs #626

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 21, 2022

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

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    07d448f View commit details
    Browse the repository at this point in the history
  2. Chase const-ification.

    iotamudelta committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    34320be View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    453ef8c View commit details
    Browse the repository at this point in the history
  2. Fix some formatting.

    iotamudelta committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    85ec4a7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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

Commits on Jun 7, 2022

  1. Fix mismerge

    iotamudelta committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    afb5448 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Fix debug.

    iotamudelta committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f8d83f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    ff4db47 View commit details
    Browse the repository at this point in the history
  2. Inspect memory to evade memory allocation and copy.

    Inspect A, B, C buffer pointers to see if they are already on device. If
    so, do not allocate buffers and copy.
    iotamudelta committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2046e97 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

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