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: gh/zou3519/1/base
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 11 files changed
  • 4 contributors

Commits on May 29, 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: #95
    zou3519 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b75f3dc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update tutorial link

    And add me to list of contributors so people don't ping Peter too much.
    zou3519 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    56e4286 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from pytorch/rzou/update_tutorial_link

    Update tutorial link
    zou3519 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1882282 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Use linux_job_v2

    janeyx99 committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    4795e23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from pytorch/upgrade-ci

    Use linux_job_v2 to get CI to actually work
    janeyx99 authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    38bafc6 View commit details
    Browse the repository at this point in the history
  3. Update README

    janeyx99 committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    b0ac215 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #107 from pytorch/update-readme

    Update README, no benchmarks, yes build
    janeyx99 authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    8ae1d54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5d5193 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb143fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #108 from pytorch/update-ci-but-better-tested

    Update to linux_job_v2 but tested this time
    janeyx99 authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    8fe0de2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4c4eb8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #105 from pytorch/python-agnostic

    remove pybind usage, make example python agnostic
    janeyx99 authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    4be2205 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    3169840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c8adcc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Add comment

    janeyx99 committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    58ac996 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from pytorch/_C-instead-of-load_library

    Create dummymodule _C instead of using load_library(blah.so)
    janeyx99 authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    38ec45e View commit details
    Browse the repository at this point in the history
Loading