Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytorch/extension-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pytorch/extension-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gh/zou3519/2/orig
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on May 24, 2024

  1. Replace lltm with myaddmul; update to new custom ops APIs

    We're replacing lltm with myaddmul(a: Tensor, b: Tensor, c: float),
    which just does a*b+c. This simplification allows us to focus on the
    operator registration instead of get lost in the details of the
    complicated lltm kernels.
    
    Test Plan:
    - tests
    
    ghstack-source-id: dbf9af1
    Pull Request resolved: #94
    zou3519 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d676b57 View commit details
    Browse the repository at this point in the history
Loading