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

function for element-wise operations with coordinate index #452

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

Commits on May 28, 2024

  1. Add forall function for element-wise operations on dense and sparse D…

    …istArray objects that keeps track of the coordinate index for conditional operations.
    Marclie committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f4a8864 View commit details
    Browse the repository at this point in the history
  2. fix comment

    Marclie authored May 28, 2024
    Configuration menu
    Copy the full SHA
    3407a9a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Added type traits for dispatching to tile-wise and element-wise paths…

    … based on the traits of Op.
    Marclie committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4dbede8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/forall' into forall

    # Conflicts:
    #	src/TiledArray/conversions/foreach.h
    Marclie committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bd98c94 View commit details
    Browse the repository at this point in the history