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

Add new blas extension and update dpnp.matmul func #1616

Merged
merged 25 commits into from
Jan 13, 2024
Merged

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    3444816 View commit details
    Browse the repository at this point in the history
  2. Add support for N-D array

    add N-dimension
    vtavana committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b8f7f00 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 29, 2023

  1. fix random behavior on cpu

    vtavana committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    31dbb36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae15bd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 7, 2023

  1. add strided support

    vtavana committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cf89931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f61f94 View commit details
    Browse the repository at this point in the history
  3. check input arrays

    vtavana committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d45cb4a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    7b8d29b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57bb9a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    df89d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2ea97 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    bea7f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5633c33 View commit details
    Browse the repository at this point in the history
  3. fix pre-commit

    vtavana committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ff2b0d4 View commit details
    Browse the repository at this point in the history
  4. improve test coverage

    vtavana committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f522647 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. address comments

    vtavana committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    07a5e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f9c27 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. update _gemm_res_dtype func

    vtavana committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0955e31 View commit details
    Browse the repository at this point in the history
  2. fix a test for result_type

    vtavana committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f1a30aa View commit details
    Browse the repository at this point in the history
  3. fix minor issues

    vtavana committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1a45c68 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    566f154 View commit details
    Browse the repository at this point in the history
  2. skip tests for matmul

    vtavana committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0bc7172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e6fe9e View commit details
    Browse the repository at this point in the history