-
Notifications
You must be signed in to change notification settings - Fork 607
Custom ops API small fixes #2936
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2936
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit c5394d2 with merge base 554cd27 ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D55907751 |
Summary: Fix the way we use `at::from_blob()` and add proper namespace to `CompileTimeFunctionPointer` so to not confused with `at::CompileTimeFunctionPointer`. Differential Revision: D55907751
9c2b0d7
to
f80150f
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
Summary: Fix the way we use `at::from_blob()` and add proper namespace to `CompileTimeFunctionPointer` so to not confused with `at::CompileTimeFunctionPointer`. Differential Revision: D55907751
f80150f
to
44737b9
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
Summary: Fix the way we use `at::from_blob()` and add proper namespace to `CompileTimeFunctionPointer` so to not confused with `at::CompileTimeFunctionPointer`. Differential Revision: D55907751
44737b9
to
6732206
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
Summary: Fix the way we use `at::from_blob()` and add proper namespace to `CompileTimeFunctionPointer` so to not confused with `at::CompileTimeFunctionPointer`. Differential Revision: D55907751
6732206
to
4107639
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
Summary: Fix the way we use `at::from_blob()` and add proper namespace to `CompileTimeFunctionPointer` so to not confused with `at::CompileTimeFunctionPointer`. Reviewed By: lucylq Differential Revision: D55907751
4107639
to
867be8c
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
Summary: Fix the way we use `at::from_blob()` and add proper namespace to `CompileTimeFunctionPointer` so to not confused with `at::CompileTimeFunctionPointer`. Reviewed By: lucylq Differential Revision: D55907751
867be8c
to
9bb4d11
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
9bb4d11
to
8823090
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
Summary: Fix the way we use `at::from_blob()` and add proper namespace to `CompileTimeFunctionPointer` so to not confused with `at::CompileTimeFunctionPointer`. bypass-github-pytorch-ci-checks bypass-export-ci-checks Reviewed By: lucylq Differential Revision: D55907751
8823090
to
c5394d2
Compare
This pull request was exported from Phabricator. Differential Revision: D55907751 |
This pull request has been merged in 8f8d969. |
Summary: Fix the way we use
at::from_blob()
and add proper namespace toCompileTimeFunctionPointer
so to not confused withat::CompileTimeFunctionPointer
.Differential Revision: D55907751