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

Implement basic CLBlast support #110

Merged
merged 5 commits into from
Jul 21, 2023
Merged

Implement basic CLBlast support #110

merged 5 commits into from
Jul 21, 2023

Commits on Jul 3, 2023

  1. Get this thing building

    Unzip the OpenCL SDK and CLBlast distribution into the repo root,
    then enable RWKV_CLBLAST and regenerate makefiles to pick them up.
    
    Currently builds and runs.
    LoganDark committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1fd02b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b91fe1 View commit details
    Browse the repository at this point in the history
  3. Fix CLBlast builds in CMake release mode

    Somehow the path handling is different here which requires me to
    be quite a bit more annoying about it.
    LoganDark committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    db47512 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Remove brew update

    saharNooby committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b2f2e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3f765 View commit details
    Browse the repository at this point in the history