-
Notifications
You must be signed in to change notification settings - Fork 28k
Fork start method is susceptible to deadlocks #2245
Copy link
Copy link
Closed
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: multiprocessingRelated to torch.multiprocessingRelated to torch.multiprocessingmodule: multithreadingRelated to issues that occur when running on multiple CPU threadsRelated to issues that occur when running on multiple CPU threadstodoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: multiprocessingRelated to torch.multiprocessingRelated to torch.multiprocessingmodule: multithreadingRelated to issues that occur when running on multiple CPU threadsRelated to issues that occur when running on multiple CPU threadstodoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Fields
Give feedbackNo fields configured for issues without a type.
Versions
Issue description
#1 run okay alone.
#2 run okay alone.
#2 then #1 runs okay.
#1 then #2 never terminate.
where
#1 = seq_cpu_run, #2 = multiprocess_cpu_run