increase sleep for TestCuda.test_caching_pinned_memory_multi_gpu#76601
increase sleep for TestCuda.test_caching_pinned_memory_multi_gpu#76601jeffdaily wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 9abb3d3 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@pytorchbot merge -f |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @jeffdaily. |
) (#76601) Summary: Fixes #68299. Fixes #70875. Test is flaky on ROCm because the HIP runtime occasionally copies asynchronously too quickly for the current sleep value of 50ms. This is not a bug. Increasing the sleep value to 1s to avoid flakiness. Pull Request resolved: #76601 Approved by: https://github.com/pruthvistony, https://github.com/malfet Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/20d56d2b3295c909fcc1e8648124b0b509cea1ca Reviewed By: malfet Differential Revision: D37156969 fbshipit-source-id: b7808c46a9327740629a349c8f2d71717f28805b
…orch#76601) Fixes pytorch#68299. Fixes pytorch#70875. Test is flaky on ROCm because the HIP runtime occasionally copies asynchronously too quickly for the current sleep value of 50ms. This is not a bug. Increasing the sleep value to 1s to avoid flakiness. Pull Request resolved: pytorch#76601 Approved by: https://github.com/pruthvistony, https://github.com/malfet
Fixes #68299. Fixes #70875.
Test is flaky on ROCm because the HIP runtime occasionally copies asynchronously too quickly for the current sleep value of 50ms. This is not a bug. Increasing the sleep value to 1s to avoid flakiness.