This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[DOC] Large tensors documentation update #20860
Merged
bgawrych
merged 3 commits into
apache:master
from
DominikaJedynak:large_tensors_doc_update
Feb 14, 2022
Merged
[DOC] Large tensors documentation update #20860
bgawrych
merged 3 commits into
apache:master
from
DominikaJedynak:large_tensors_doc_update
Feb 14, 2022
Conversation
This file contains 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
mseth10
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Jan 31, 2022
@mxnet-bot run ci [windows-gpu, centos-gpu] |
Jenkins CI successfully triggered : [windows-gpu, centos-gpu] |
mseth10
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
and removed
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Feb 1, 2022
bgawrych
reviewed
Feb 7, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase your changes
DominikaJedynak
force-pushed
the
large_tensors_doc_update
branch
from
February 8, 2022 13:22
91354d1
to
c5c43b3
Compare
mseth10
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
and removed
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Feb 8, 2022
@mxnet-bot run ci [windows-gpu, unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [unix-cpu, unix-gpu, windows-gpu] |
mseth10
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-awaiting-review
PR is waiting for code review
and removed
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Feb 8, 2022
DominikaJedynak
force-pushed
the
large_tensors_doc_update
branch
from
February 10, 2022 17:34
c5c43b3
to
62407f6
Compare
mseth10
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Feb 10, 2022
@mxnet-bot run ci [windows-gpu, centos-gpu, unix-gpu, unix-cpu] |
Jenkins CI successfully triggered : [unix-gpu, unix-cpu, windows-gpu, centos-gpu] |
mseth10
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-awaiting-review
PR is waiting for code review
and removed
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Feb 11, 2022
anko-intel
approved these changes
Feb 14, 2022
bgawrych
approved these changes
Feb 14, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
This PR updates the documentation regarding the use of Large Tensors Support for MXNet.
Comments
According to MXNet linux.cmake, building with large tensors is a default behaviour now: https://github.com/apache/incubator-mxnet/blob/e9840b89f3305c446e4bab0402232abc68bde6dc/config/linux.cmake#L121
Added also small sanity fixes.