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 and GPU support for approx_sgd (#1769) #1791

Closed
wants to merge 1 commit into from

Conversation

q10
Copy link
Contributor

@q10 q10 commented May 27, 2023

Summary:

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

Changes include:

  • Setting has_cpu_support and has_gpu_support of approx_sgd 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: D45844197

Summary:
Pull Request resolved: pytorch#1769

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

Changes include:
- Setting `has_cpu_support` and `has_gpu_support` of `approx_sgd` 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: D45844197

fbshipit-source-id: a80615bbc654e13f6de32b49a18c48806b1df6bb
@netlify
Copy link

netlify bot commented May 27, 2023

Deploy Preview for pytorch-fbgemm-docs canceled.

Name Link
🔨 Latest commit 06658d5
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/647192407bdff20008d47366

@facebook-github-bot
Copy link
Contributor

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

facebook-github-bot pushed a commit to facebookresearch/param that referenced this pull request May 30, 2023
Summary:
Pull Request resolved: #75

X-link: pytorch/FBGEMM#1791

X-link: pytorch/FBGEMM#1769

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

Changes include:
- Setting `has_cpu_support` and `has_gpu_support` of `approx_sgd` 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: louisfeng, csmiler

Differential Revision: D45844197

fbshipit-source-id: 02f948913b11cb5cde377e2e0c2cf65756a723a3
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 60a3706.

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.

None yet

2 participants