-
Notifications
You must be signed in to change notification settings - Fork 283
Support buffer size argument in broadcast_str
util
#988
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D72077879 |
Summary: This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
9fbf875
to
ac5ba0e
Compare
This pull request was exported from Phabricator. Differential Revision: D72077879 |
Summary: Pull Request resolved: pytorch#988 This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
ac5ba0e
to
02a4b1c
Compare
Summary: This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
02a4b1c
to
8b7ae21
Compare
This pull request was exported from Phabricator. Differential Revision: D72077879 |
8b7ae21
to
82a9ed5
Compare
Summary: Pull Request resolved: pytorch#988 This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
Summary: This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
82a9ed5
to
ecd4605
Compare
This pull request was exported from Phabricator. Differential Revision: D72077879 |
Summary: Pull Request resolved: pytorch#988 This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
ecd4605
to
e4e64b1
Compare
Summary: This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
e4e64b1
to
8b3bd47
Compare
This pull request was exported from Phabricator. Differential Revision: D72077879 |
8b3bd47
to
9a6c8c7
Compare
Summary: Pull Request resolved: pytorch#988 This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
Summary: This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
84f901b
to
1839e10
Compare
Summary: Pull Request resolved: pytorch#988 This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
This pull request was exported from Phabricator. Differential Revision: D72077879 |
Summary: This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
1839e10
to
5c55a3a
Compare
This pull request was exported from Phabricator. Differential Revision: D72077879 |
Summary: Pull Request resolved: pytorch#988 This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Differential Revision: D72077879
5c55a3a
to
c05ffed
Compare
Summary: This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Reviewed By: JKSenthil Differential Revision: D72077879
c05ffed
to
cf896b2
Compare
Summary: Pull Request resolved: pytorch#988 This commit adds a new test case to the DistributedTest class to test the broadcast_str function with a fixed buffer size. The test case checks that the broadcasted value is correct when the fixed buffer size is larger than, equal to, and smaller than the length of the input string. Note: This commit also includes some minor changes to the existing test cases to make them more robust. Changes: - Added new test case test_broadcast_str_fixed_buffer_size to DistributedTest - Updated existing test cases to use spawn_multi_process instead of spawn Error: The test case is currently failing due to an "enforce fail" error in the Gloo backend. Further investigation is needed to determine the root cause of this error. Reviewed By: JKSenthil Differential Revision: D72077879
This pull request was exported from Phabricator. Differential Revision: D72077879 |
cf896b2
to
a36ad75
Compare
Summary:
This commit adds a new test case to the DistributedTest class to test the
broadcast_str function with a fixed buffer size. The test case checks that
the broadcasted value is correct when the fixed buffer size is larger than,
equal to, and smaller than the length of the input string.
Note: This commit also includes some minor changes to the existing test cases
to make them more robust.
Changes:
Error:
The test case is currently failing due to an "enforce fail" error in the Gloo
backend. Further investigation is needed to determine the root cause of this
error.
Differential Revision: D72077879