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

Implement Batched Einsum ArrayContext #217

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

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    aaf1607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c1977 View commit details
    Browse the repository at this point in the history
  3. change dimension values

    Otherwise Intel OpenCL gets its integer arithmetic wrong.
    kaushikcfd committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    bb03c86 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    5481af1 View commit details
    Browse the repository at this point in the history
  2. make feinsum a soft dep.

    kaushikcfd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b22feb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8211a9c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. fixup! Test BatchedEinsumPytatoPyOpenCLArrayContext

    Adds a failing test for the dimension mismatch error.
    kaushikcfd committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e4cf24b View commit details
    Browse the repository at this point in the history
  2. fixup! Implemented BatchedEinsumArrayContext

    avoid loop-fusion errors associated with saturations of long dimensions
    kaushikcfd committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    caaa471 View commit details
    Browse the repository at this point in the history