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

Added language standard parallelism to dot product #251

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

Commits on May 16, 2023

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

Commits on May 25, 2023

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

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    6574231 View commit details
    Browse the repository at this point in the history
  2. Replace plus<scalar> with plus<void>

    plus<void> deduces argument and return types, letting the two input types differ.
    
    Co-authored-by: Mark Hoemmen <[email protected]>
    amklinv-nnl and mhoemmen authored May 31, 2023
    Configuration menu
    Copy the full SHA
    b6cb626 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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