Skip to content

[For ci-all tests] refactor intialize bucket views#44865

Closed
zhaojuanmao wants to merge 1 commit intomasterfrom
ci-all/yanlizhao/refactorInitializeBucketView
Closed

[For ci-all tests] refactor intialize bucket views#44865
zhaojuanmao wants to merge 1 commit intomasterfrom
ci-all/yanlizhao/refactorInitializeBucketView

Conversation

@zhaojuanmao
Copy link
Copy Markdown
Contributor

pull from latest commit in #44330, push to the ci-all branch for triggering all ci-all tests in the PR.

Part of relanding PR #41954, this refactor is to seperate intialize_bucket_views and populate_bucket_views_out, as they are doing different things and called by different callsites as well

Part of relanding PR #41954, this refactor is to seperate intialize_bucket_views and populate_bucket_views_out, as they are doing different things and called by different callsites as well

Differential Revision: [D23583347](https://our.internmc.facebook.com/intern/diff/D23583347/)

[ghstack-poisoned]
@dr-ci
Copy link
Copy Markdown

dr-ci bot commented Sep 17, 2020

💊 CI failures summary and remediations

As of commit 48126b8 (more details on the Dr. CI page):



🕵️ 1 new failure recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_ge_config_profiling_test (1/1)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Sep 17 08:05:59 ERROR [5.792s]: test_tensorexpr_cpp_cuda (test_jit.TestJit)
Sep 17 08:05:59   test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.004s) 
Sep 17 08:05:59   test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.021s) 
Sep 17 08:05:59   test_ops_bound_in_functional (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 
Sep 17 08:05:59   test_with_as (jit.test_with.TestWith) ... ok (0.095s) 
Sep 17 08:05:59   test_with_errors (jit.test_with.TestWith) ... ok (0.016s) 
Sep 17 08:05:59   test_with_exceptions (jit.test_with.TestWith) ... ok (0.006s) 
Sep 17 08:05:59   test_with_no_as (jit.test_with.TestWith) ... ok (0.097s) 
Sep 17 08:05:59   test_with_no_grad (jit.test_with.TestWith) ... ok (0.021s) 
Sep 17 08:05:59  
Sep 17 08:05:59 ====================================================================== 
Sep 17 08:05:59 ERROR [5.792s]: test_tensorexpr_cpp_cuda (test_jit.TestJit) 
Sep 17 08:05:59 ---------------------------------------------------------------------- 
Sep 17 08:05:59 Traceback (most recent call last): 
Sep 17 08:05:59   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 818, in wrapper 
Sep 17 08:05:59     method(*args, **kwargs) 
Sep 17 08:05:59   File "/var/lib/jenkins/workspace/test/test_jit.py", line 1431, in test_tensorexpr_cpp_cuda 
Sep 17 08:05:59     torch._C._run_tensorexpr_cpp_tests(run_cuda=True) 
Sep 17 08:05:59 RuntimeError: std::fabs((v1[kPaddingSize + i]) - (v2[kPaddingSize + i])) < (abs_error) INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/test/cpp/tensorexpr/padded_buffer.h":258, please report a bug to PyTorch. index: 0, v1: (b_v, 766016), v2: (b_ref, 778240) 
Sep 17 08:05:59  
Sep 17 08:05:59 ---------------------------------------------------------------------- 
Sep 17 08:05:59 Ran 2717 tests in 215.310s 

❄️ 1 failure tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build binary_macos_wheel_3_7_cpu_build (1/1)

Step: "Update Homebrew" (full log | diagnosis details | 🔁 rerun) ❄️

fatal: Could not read from remote repository.
++ [[ -z /usr/local ]] 
++ dir=/usr 
++ [[ -n '' ]] 
++ [[ -z /usr ]] 
++ dir= 
++ [[ -n '' ]] 
++ [[ -z '' ]] 
++ [[ -n '' ]] 
+ git fetch --depth=1 origin 
Connection to github.com closed by remote host.  
fatal: Could not read from remote repository. 
 
Please make sure you have the correct access rights 
and the repository exists. 

🚧 2 fixed upstream failures:

These were probably caused by upstream breakages that were already fixed.

Please rebase on the viable/strict branch (expand for instructions)

If your commit is newer than viable/strict, you can try basing on an older, stable commit:

git fetch https://github.com/pytorch/pytorch viable/strict
git rebase --onto FETCH_HEAD $(git merge-base origin/master HEAD)

If your commit is older than viable/strict:

git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD

Check out the recency history of this "viable master" tracking branch.


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 4 times.

@zhaojuanmao
Copy link
Copy Markdown
Contributor Author

test only

@github-actions github-actions bot deleted the ci-all/yanlizhao/refactorInitializeBucketView branch February 9, 2024 01:55
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.

2 participants