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

[Tentative] Adding new intrinsics for gemm. #98

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

Commits on Jul 6, 2023

  1. Adding new intrinsics for ggblas.

    HuggingFace-MacMini-Wozniak committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    68a2955 View commit details
    Browse the repository at this point in the history
  2. Remove nightly requirements.

    Narsil committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dd6ce8e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Going around clippy.

    Narsil committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    31ef63b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. More intrinsics.

    Still failing when compiling `fmlaq` without black_box.
    Narsil committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a627771 View commit details
    Browse the repository at this point in the history
  2. Fix.

    Narsil committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4d309a0 View commit details
    Browse the repository at this point in the history
  3. in -> inout

    Narsil committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d3e042a View commit details
    Browse the repository at this point in the history