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

Add fast operator evaluation for tensor-product discretizations #362

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

Commits on Jul 25, 2024

  1. start updating grad

    a-alveyblanc committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8bd3969 View commit details
    Browse the repository at this point in the history
  2. add TODOs

    a-alveyblanc committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0afe732 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

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

Commits on Aug 31, 2024

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

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    a3f7f7e View commit details
    Browse the repository at this point in the history
  2. small changes

    a-alveyblanc committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    830c2e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    102f6e0 View commit details
    Browse the repository at this point in the history
  4. fix gradient tests

    a-alveyblanc committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    597fcc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    790ab13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91e3121 View commit details
    Browse the repository at this point in the history
  7. arg name change

    a-alveyblanc committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9ff324b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b50e32 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    230c1bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30f984e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    92b54a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b1cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    c8d0a92 View commit details
    Browse the repository at this point in the history
  2. tag axes of grad result

    a-alveyblanc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ad0d2e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca22480 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    092a6cc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 16, 2024

  1. small changes

    a-alveyblanc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8182571 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    4cacc6b View commit details
    Browse the repository at this point in the history
  2. first round of clean-ups

    a-alveyblanc committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    73ba29a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    3dfaeec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851a1f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c87df View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    d174c40 View commit details
    Browse the repository at this point in the history
  2. remove unused variable

    a-alveyblanc committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    21a5855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e8b5f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    4d8d468 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    a-alveyblanc committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5b53482 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. some ruff fixes

    a-alveyblanc committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0a91985 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

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

Commits on Nov 9, 2024

  1. toward transformations

    a-alveyblanc committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5c74b6e View commit details
    Browse the repository at this point in the history
  2. resolve merge conflicts

    a-alveyblanc committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8898863 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    19f7a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dfd7ff View commit details
    Browse the repository at this point in the history
  3. remove tagging for now

    a-alveyblanc committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9359246 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

Commits on Nov 16, 2024

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

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    5bd67ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a95360 View commit details
    Browse the repository at this point in the history
  3. ruff fixes

    a-alveyblanc committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8c5be5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aad468a View commit details
    Browse the repository at this point in the history
  5. ruff fix

    a-alveyblanc committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7f8fb0e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

Commits on Nov 19, 2024

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