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

update OneMKL gemm_batch call inside dpnp.matmul and column_major version of gemm #1793

Merged
merged 13 commits into from
May 8, 2024

Commits on Apr 19, 2024

  1. updating gemm_batch call

    vtavana committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f12d833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bec82 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 24, 2024

  1. address comments

    vtavana committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0da5437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5141c9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    f7d7527 View commit details
    Browse the repository at this point in the history
  2. split batch_size and column major

    split batch_size to smaller chunks and
    gemm with column major when both input array F-contig
    vtavana committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2275290 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. fix failed tests

    vtavana committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d9aa16e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. simplify gemm implementation

    vtavana committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e72c85f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6897b98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa7cc33 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. address comments

    vtavana committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6cce243 View commit details
    Browse the repository at this point in the history
  2. reorder functions in dpnp/dpnp_utils/dpnp_utils_linearalgebra.py to k…

    …eep their alphabetic order
    vtavana committed May 8, 2024
    Configuration menu
    Copy the full SHA
    db21604 View commit details
    Browse the repository at this point in the history