Disabling Unrelated Tests When Enabling CUDA Async Allocator in CI#65094
Merged
From00 merged 6 commits intoPaddlePaddle:developfrom Jul 4, 2024
Merged
Disabling Unrelated Tests When Enabling CUDA Async Allocator in CI#65094From00 merged 6 commits intoPaddlePaddle:developfrom
From00 merged 6 commits intoPaddlePaddle:developfrom
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Collaborator
|
CI failed but it was NOT related to this PR ERROR: test_simple_net_hybrid_strategy (__main__.TestSemiAutoParallelLlamaDataLoader)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/workspace/Paddle/test/collective/test_communication_api_base.py", line 79, in run_test_case
self._launcher = subprocess.run(
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/python', '-u', '-m', 'paddle.distributed.launch', '--log_dir', '/tmp/tmpkx_sv8w9', '--devices', '0,1,2,3,4,5,6,7', 'semi_auto_llama_dataloader.py']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/workspace/Paddle/test/auto_parallel/hybrid_strategy/test_semi_auto_parallel_llama_model.py", line 224, in test_simple_net_hybrid_strategy
self.run_test_case(
File "/workspace/Paddle/test/collective/test_communication_api_base.py", line 90, in run_test_case
raise RuntimeError(
RuntimeError: Error occurs when running this test case. The return code of command ['/usr/bin/python', '-u', '-m', 'paddle.distributed.launch', '--log_dir', '/tmp/tmpkx_sv8w9', '--devices', '0,1,2,3,4,5,6,7', 'semi_auto_llama_dataloader.py'] is 1
----------------------------------------------------------------------
Ran 9 tests in 444.641s
FAILED (errors=1) |
Collaborator
|
Ok, I'll take a look at the reason |
492ab3c to
1ca684f
Compare
|
Sorry to inform you that 1ca684f's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
1ca684f to
b9f9e08
Compare
zyfncg
reviewed
Jul 1, 2024
Comment on lines
267
to
268
| if (FLAGS_use_cuda_managed_memory) { | ||
| PADDLE_ENFORCE_EQ(FLAGS_use_cuda_managed_memory, |
zyfncg
approved these changes
Jul 4, 2024
Contributor
Author
|
You must have one RD (From00, zhangbo9674) approval for file changes in paddle/fluid/framework/new_executor. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Category
Others
PR Types
Others
Description
When enabling the CUDA Async Allocator in the CI test, we disable the unrelated tests.