-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[Pytorch] aten::zero_ #103042
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
[Pytorch] aten::zero_ #103042
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/103042
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 86a9ba4: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D46403983 |
This pull request was exported from Phabricator. Differential Revision: D46403983 |
This pull request was exported from Phabricator. Differential Revision: D46403983 |
This pull request was exported from Phabricator. Differential Revision: D46403983 |
This pull request was exported from Phabricator. Differential Revision: D46403983 |
This pull request was exported from Phabricator. Differential Revision: D46403983 |
Summary: Pull Request resolved: pytorch#103042 aten::zero_: https://pytorch.org/docs/stable/generated/torch.Tensor.zero_.html Test Plan: clang-format on zero_.glsl and Zero.cpp ``` lfq@lfq-mbp fbsource % buck run --target-platforms ovr_config//platform/macos:arm64-fbsource //xplat/caffe2:pt_vulkan_api_test_binAppleMac\#macosx-arm64 -c pt.vulkan_full_precision=1 -- --gtest_filter="*zero*" Downloaded 0/48 artifacts, 0.00 bytes, 100.0% cache miss (for updated rules) Building: finished in 40.5 sec (100%) 525/525 jobs, 12/525 updated Total time: 40.5 sec BUILD SUCCEEDED Running main() from xplat/third-party/gmock/googletest-1.12.1/googletest/src/gtest_main.cc Note: Google Test filter = *zero* [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from VulkanAPITest [ RUN ] VulkanAPITest.zero_ [ OK ] VulkanAPITest.zero_ (59 ms) [----------] 1 test from VulkanAPITest (59 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (59 ms total) [ PASSED ] 1 test. ``` Reviewed By: yipjustin, SS-JIA Differential Revision: D46403983 fbshipit-source-id: 631c5077ad0c2df26f4fd4f86cfff87df2cbc712
This pull request was exported from Phabricator. Differential Revision: D46403983 |
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: aten::zero_: https://pytorch.org/docs/stable/generated/torch.Tensor.zero_.html
Test Plan:
clang-format on zero_.glsl and Zero.cpp
Differential Revision: D46403983