Skip to content

documentation: release notes for smdistributed.dataparallel v1.1.2 #2294

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

Merged
merged 2 commits into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/training/sdp_versions/latest.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Version 1.1.1 (Latest)
Version 1.1.2 (Latest)
======================

.. toctree::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Sagemaker Distributed Data Parallel 1.1.2 Release Notes

* Bug Fixes
* Known Issues

*Bug Fixes:*

* Fixed a bug that caused some TensorFlow operations to not work with certain data types. Operations forwarded from C++ have been extended to support every dtype supported by NCCL.

*Known Issues:*

* SageMaker distributed data parallel has slower throughput than NCCL when run using a single node. For the best performance, use multi-node distributed training with smdistributed.dataparallel. Use a single node only for experimental runs while preparing your training pipeline.

# Sagemaker Distributed Data Parallel 1.1.1 Release Notes

* New Features
Expand Down