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

call dpnp.kron and dpnp.dot for special cases in dpnp_matmul #1815

Merged
merged 7 commits into from
May 14, 2024

Commits on May 9, 2024

  1. reorganize the structure of dpnp_matmul function

    reorganizing for easier future code development
    calling dpnp.kron and dpnp.dot for special cases in dpnp.matmul
    vtavana committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d4ff047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d6380 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. address comments

    vtavana committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d83e489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd6130 View commit details
    Browse the repository at this point in the history
  3. improve coverage

    vtavana committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b5afa18 View commit details
    Browse the repository at this point in the history
  4. fix pre-commit

    vtavana committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a98171a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f7d4c4 View commit details
    Browse the repository at this point in the history