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/base
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 2 contributors

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-poisoned]
    zou3519 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1979f75 View commit details
    Browse the repository at this point in the history
  2. Update on "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-poisoned]
    zou3519 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6ee1209 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge pull request #94 from pytorch/gh/zou3519/2/head

    Replace lltm with myaddmul; update to new custom ops APIs
    zou3519 authored May 29, 2024
    Configuration menu
    Copy the full SHA
    1c2f818 View commit details
    Browse the repository at this point in the history
Loading