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

SpGEMM oneAPI: adding TPL interface with oneAPI MKL #2078

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Feb 27, 2024

  1. SpGEMM oneAPI: adding TPL interface with oneAPI MKL

    Starting some work to interface with oneapi sparse::matmat.
    This will help for multigrid and domain decomposition algorithms.
    lucbv committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fc102dc View commit details
    Browse the repository at this point in the history
  2. Sparse - SPGEMM: work on oneMKL TPL layer

    Just starting to implement the TPL call
    lucbv committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2cc7e48 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. SpGEMM - oneMKL: adding symbolic phase interface to oneMKL

    First step, next numeric, will also need to run some unit-tests...
    lucbv committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    aae2011 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. WIP: chasing down segfault

    lucbv committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e6fd3c3 View commit details
    Browse the repository at this point in the history