Skip to content
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

distributed tests premerge OOM #5831

Closed
wyli opened this issue Jan 9, 2023 · 1 comment
Closed

distributed tests premerge OOM #5831

wyli opened this issue Jan 9, 2023 · 1 comment

Comments

@wyli
Copy link
Contributor

wyli commented Jan 9, 2023

Describe the bug
multi-gpu test error happens randomly:

tests/test_cumulative_average_dist.py
2023-01-04 21:15:57,236 - Added key: store_based_barrier_key:1 to store for rank: 1
2023-01-04 21:15:57,246 - Added key: store_based_barrier_key:1 to store for rank: 0
2023-01-04 21:15:57,246 - Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes.
2023-01-04 21:15:57,246 - Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes.
Process SpawnProcess-2:
Traceback (most recent call last):
  File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
    self.run()
  File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
    self._target(*self._args, **self._kwargs)
  File "/__w/MONAI/MONAI/tests/utils.py", line 489, in run_process
    raise e
  File "/__w/MONAI/MONAI/tests/utils.py", line 480, in run_process
    func(*args, **kwargs)
  File "/__w/MONAI/MONAI/tests/utils.py", line 648, in _call_original_func
    return f(*args, **kwargs)
  File "/__w/MONAI/MONAI/tests/test_cumulative_average_dist.py", line 38, in test_value
    val = torch.as_tensor(rank + i, device=device)
RuntimeError: CUDA error: out of memory
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
@wyli wyli mentioned this issue Jan 9, 2023
7 tasks
@wyli
Copy link
Contributor Author

wyli commented Aug 10, 2023

tests moved to blossom

@wyli wyli closed this as completed Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant