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

Replace lltm with myaddmul; update to new custom ops APIs #95

Merged
merged 1 commit into from
May 29, 2024

Conversation

zou3519
Copy link
Contributor

@zou3519 zou3519 commented May 29, 2024

Stack from ghstack (oldest at bottom):

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

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 added a commit that referenced this pull request May 29, 2024
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: dbf9af17fe0d66139320f45e5ed76a6331faefce
Pull Request resolved: #95
@zou3519 zou3519 requested a review from albanD May 29, 2024 17:22
@zou3519 zou3519 merged commit 417f852 into gh/zou3519/3/base May 29, 2024
3 checks passed
zou3519 added a commit that referenced this pull request May 29, 2024
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: dbf9af17fe0d66139320f45e5ed76a6331faefce
Pull Request resolved: #95
@zou3519 zou3519 deleted the gh/zou3519/3/head branch May 29, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants