Updates based on recent changes and discussion on RFC PR #262#5
Merged
annarev merged 8 commits intoannarev:stream_executor_rfcfrom Sep 10, 2020
Merged
Updates based on recent changes and discussion on RFC PR #262#5annarev merged 8 commits intoannarev:stream_executor_rfcfrom
annarev merged 8 commits intoannarev:stream_executor_rfcfrom
Conversation
* Added the Implementation Conventions and Usage Overview section. * Replaced the Stability / User Impact with the Versioning Strategy and Stability section. Also moved the section higher. * Updated the API design according to the real implementation. * Updated code examples.
…gableDevice RFC (PR tensorflow#262). * Referenced semver and TensorFlow's Version Compatibility page. * Added the Updating Guidelines, Convention, and Detecting Incompatibility sections. * Merged the current code examples with @yisitu's newer ones on PR tensorflow#262 and simplified them a bit.
Collaborator
Author
|
@yisitu Could you please help review as well? (I can't tag you as a reviewer.) Thank you very much! |
annarev
reviewed
Sep 9, 2020
rfcs/20200612-stream-executor-c-api/C_API_versioning_strategy.md
Outdated
Show resolved
Hide resolved
rfcs/20200612-stream-executor-c-api/C_API_versioning_strategy.md
Outdated
Show resolved
Hide resolved
Also some more minor edits.
annarev
approved these changes
Sep 9, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
Co-authored-by: Situ Yi <60493024+yisitu@users.noreply.github.com>
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
yisitu
reviewed
Sep 10, 2020
rfcs/20200612-stream-executor-c-api/C_API_versioning_strategy.md
Outdated
Show resolved
Hide resolved
yisitu
reviewed
Sep 10, 2020
rfcs/20200612-stream-executor-c-api/C_API_versioning_strategy.md
Outdated
Show resolved
Hide resolved
yisitu
reviewed
Sep 10, 2020
rfcs/20200612-stream-executor-c-api/C_API_versioning_strategy.md
Outdated
Show resolved
Hide resolved
yisitu
suggested changes
Sep 10, 2020
yisitu
left a comment
There was a problem hiding this comment.
I've done a round of review, please have a look. Thanks for consolidating the Github comments and polishing up the document Penporn!
penpornk
commented
Sep 10, 2020
Collaborator
Author
penpornk
left a comment
There was a problem hiding this comment.
Thank you for the thorough review! :D
rfcs/20200612-stream-executor-c-api/C_API_versioning_strategy.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Situ Yi <60493024+yisitu@users.noreply.github.com>
Changed "shall" to "must" to make sure people would not misinterpret "shall".
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes to the Main RFC File
Changes to the Versioning Strategy File:
Added/updated contents based on the discussion on the PluggableDevice RFC.
Specifically, addressed the following points in the comments on the PluggableDevice RFC: