Skip to content

Conversation

peterbell10
Copy link
Collaborator

@peterbell10 peterbell10 commented Jul 4, 2023

@pytorch-bot
Copy link

pytorch-bot bot commented Jul 4, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/104569

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures

As of commit 0eab6f6 with merge base f9971da (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Closes #72263

[ghstack-poisoned]
peterbell10 added a commit that referenced this pull request Jul 4, 2023
Closes #72263

ghstack-source-id: 6975535
Pull Request resolved: #104569
peterbell10 added a commit to peterbell10/pytorch that referenced this pull request Aug 8, 2023
Closes pytorch#72263

ghstack-source-id: 572bd11
Pull Request resolved: pytorch#104569
peterbell10 added a commit that referenced this pull request Aug 8, 2023
Closes #72263

ghstack-source-id: a0c4ec7
Pull Request resolved: #104569
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2023

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@github-actions github-actions bot added the Stale label Oct 7, 2023
@peterbell10
Copy link
Collaborator Author

@pytorchbot rebase

@pytorchmergebot
Copy link
Collaborator

@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here

@pytorchmergebot
Copy link
Collaborator

Rebase failed due to Command git -C /home/runner/work/pytorch/pytorch rebase refs/remotes/origin/viable/strict gh/peterbell10/580/orig returned non-zero exit code 1

Rebasing (1/3)
Auto-merging aten/src/ATen/native/RNN.cpp
Auto-merging aten/src/ATen/native/native_functions.yaml
CONFLICT (content): Merge conflict in aten/src/ATen/native/native_functions.yaml
Auto-merging build_variables.bzl
Auto-merging caffe2/CMakeLists.txt
Auto-merging test/forward_backward_compatibility/check_forward_backward_compatibility.py
CONFLICT (content): Merge conflict in test/forward_backward_compatibility/check_forward_backward_compatibility.py
Auto-merging test/quantization/core/test_quantized_op.py
Auto-merging test/test_nn.py
Auto-merging torch/overrides.py
error: could not apply 77c40fea814... Remove deprecated fbgemm operators
hint: Resolve all conflicts manually, mark them as resolved with
hint: "git add/rm <conflicted_files>", then run "git rebase --continue".
hint: You can instead skip this commit: run "git rebase --skip".
hint: To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply 77c40fea814... Remove deprecated fbgemm operators

Raised by https://github.com/pytorch/pytorch/actions/runs/6538376565

@peterbell10 peterbell10 added topic: not user facing topic category and removed Stale labels Oct 16, 2023
@github-actions github-actions bot added module: cpu CPU specific problem (e.g., perf, algorithm) release notes: quantization release notes category labels Oct 16, 2023
Closes #72263

cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10

[ghstack-poisoned]
peterbell10 added a commit that referenced this pull request Oct 16, 2023
Closes #72263

ghstack-source-id: 673899e
Pull Request resolved: #104569
@peterbell10 peterbell10 marked this pull request as ready for review October 18, 2023 14:09
@github-actions github-actions bot added the release notes: quantization release notes category label Oct 26, 2023
peterbell10 added a commit that referenced this pull request Oct 26, 2023
Closes #72263

ghstack-source-id: ea1e910
Pull Request resolved: #104569
Closes #72263

cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10

[ghstack-poisoned]
@github-actions
Copy link
Contributor

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

Closes #72263

cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10

[ghstack-poisoned]
Closes #72263

cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10

[ghstack-poisoned]
peterbell10 added a commit that referenced this pull request Jan 26, 2024
Closes #72263

ghstack-source-id: f12210b
Pull Request resolved: #104569
peterbell10 added a commit that referenced this pull request Jan 29, 2024
Closes #72263

ghstack-source-id: b49804d
Pull Request resolved: #104569
@lezcano
Copy link
Collaborator

lezcano commented Feb 14, 2024

@albanD so what's the state of this?

@albanD
Copy link
Collaborator

albanD commented Feb 14, 2024

I think there are a couple things:

  • All the PRs below require quite a bit of fixing for internal code that relies on them
  • It is unclear what's the way to go without this if you need to pipe a class through the dispatcher today (cc @zou3519 )
  • It is unclear what's the gain of removing all of these (like what's the ROI for all this work?)

@kimishpatel
Copy link
Contributor

It is unclear what's the gain of removing all of these (like what's the ROI for all this work?)

Yeah it will be good to highlight this

@peterbell10
Copy link
Collaborator Author

It is unclear what's the way to go without this if you need to pipe a class through the dispatcher today

I don't understand what's wrong with torchbind custom classes?

Anyway, @albanD if you don't think it's worth doing then we can just abandon this. After all, it was you that asked me to clean it up in the first place.

@albanD
Copy link
Collaborator

albanD commented Feb 14, 2024

I don't understand what's wrong with torchbind custom classes?

I will let @zou3519 answer on this one. My understanding is that it doesn't work with a bunch of things.

Anyway, albanD if you don't think it's worth doing then we can just abandon this. After all, it was you that asked me to clean it up in the first place.

Yes I think it might be best to abandon this one :( Sorry for the back and forth, I didn't expect it was used that much.

@zou3519
Copy link
Contributor

zou3519 commented Feb 14, 2024

torchbind doesn't work with PT2 yet (we're working on it). But we're also not telling people to use cpp_custom_type_hack as a workaround.

@peterbell10 peterbell10 closed this Mar 4, 2024
@github-actions github-actions bot deleted the gh/peterbell10/580/head branch April 4, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: cpu CPU specific problem (e.g., perf, algorithm) no-stale open source release notes: quantization release notes category topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants