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

Remove CPU support for partial_rowwise_lamb #1775

Closed
wants to merge 1 commit into from

Conversation

sryap
Copy link
Contributor

@sryap sryap commented May 13, 2023

Differential Revision: D45845467

@netlify
Copy link

netlify bot commented May 13, 2023

Deploy Preview for pytorch-fbgemm-docs canceled.

Name Link
🔨 Latest commit da9dba5
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/647c3939c8a405000853737e

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

sryap added a commit to sryap/FBGEMM that referenced this pull request May 15, 2023
Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: q10

Differential Revision: D45845467

fbshipit-source-id: ec53b10a0c6bcd6f9cb2d7ddf2e319bb9d940094
@sryap sryap force-pushed the export-D45845467 branch from 3256839 to d81b947 Compare May 15, 2023 17:30
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

sryap added a commit to sryap/FBGEMM that referenced this pull request May 15, 2023
Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: q10

Differential Revision: D45845467

fbshipit-source-id: f511b6dadf6ead3ba0cdd4e4cd58dbeba1bf51b9
@sryap sryap force-pushed the export-D45845467 branch from d81b947 to 0d95076 Compare May 15, 2023 17:40
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

sryap added a commit to sryap/FBGEMM that referenced this pull request May 23, 2023
Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: q10, csmiler

Differential Revision: D45845467

fbshipit-source-id: adc0de8b61b7d0586a97602c055141e411b684b7
@sryap sryap force-pushed the export-D45845467 branch from 0d95076 to 5b53a7e Compare May 23, 2023 16:54
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

sryap added a commit to sryap/FBGEMM that referenced this pull request May 23, 2023
Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: q10, csmiler

Differential Revision: D45845467

fbshipit-source-id: 44be61e7a740133670654f79aa9f9319218ecbbc
@sryap sryap force-pushed the export-D45845467 branch from 5b53a7e to 6ab855c Compare May 23, 2023 16:59
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

sryap added a commit to sryap/FBGEMM that referenced this pull request May 24, 2023
Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: q10, csmiler

Differential Revision: D45845467

fbshipit-source-id: 6320233f1890fe4a483ef23d6b4c5914ccc79d45
@sryap sryap force-pushed the export-D45845467 branch from 6ab855c to 220dc47 Compare May 24, 2023 18:01
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

sryap added a commit to sryap/FBGEMM that referenced this pull request May 24, 2023
Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: q10, csmiler

Differential Revision: D45845467

fbshipit-source-id: 5fdecc68cd354e4b21aeeb6e3851bbbb866aa079
@sryap sryap force-pushed the export-D45845467 branch from 220dc47 to aff9e24 Compare May 24, 2023 18:15
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

sryap pushed a commit to sryap/FBGEMM that referenced this pull request Jun 4, 2023
Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: csmiler

Differential Revision: D45845467

fbshipit-source-id: 0d0c94827eeed78a4e75300ffb8adee6c65cfbc7
@sryap sryap force-pushed the export-D45845467 branch from aff9e24 to d4c610b Compare June 4, 2023 07:03
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

Summary:
Pull Request resolved: pytorch#1775

This diff is a part of FBGEMM TBE optimizer deprecation plan (see
pytorch#1727)

Changes include:
- Setting `has_cpu_support` of `partial_rowwise_lamb` to
  `False` in the code gen script
- Updating `codegen/TARGETS` and `CMakeLists.txt`

See D45835048 for how the changes affect the code generation

Reviewed By: csmiler

Differential Revision: D45845467

fbshipit-source-id: 7b3a2b87a1127a7bed17544732741c5a30abba92
@sryap sryap force-pushed the export-D45845467 branch from d4c610b to da9dba5 Compare June 4, 2023 07:11
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45845467

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f20cfa1.

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