-
Notifications
You must be signed in to change notification settings - Fork 579
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
TF Dynamic kernel design. #2
Merged
Merged
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
@gunan if this passed Google internal design review, then we can merge it into rfcs/ - what's the current status of the design? |
Yeah, should be merged, not closed, I think. |
@gunan can you reopen this? |
Ah, sorry looks like an update in my copy of the repository caused this. Did not realize I closed this. |
7 tasks
theadactyl
pushed a commit
that referenced
this pull request
Oct 3, 2019
ematejska
pushed a commit
that referenced
this pull request
Apr 15, 2020
Update 20191016-dlpack-support.md with VoVAllen's changes
penpornk
pushed a commit
to penpornk/community
that referenced
this pull request
Sep 3, 2020
Update 20200612-stream-executor-c-api.md
omalleyt12
pushed a commit
to omalleyt12/community
that referenced
this pull request
Nov 30, 2020
Callback changes
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.
Please leave comments to this PR. Comment period will be open until 2018-06-19
cc @ewilderj @martinwicke
Dynamic Loading of Kernels in TensorFlow
Objective
This document describes a new way to create and deploy new kernels for
TensorFlow. We propose deploying kernels in separate shared libraries (dso,
dylib or dll) and loading these at runtime. While at the moment the scope of
this document only covers TensorFlow Python distribution, we aim to
generalize this approach for all TF distributions. With this mechanism, we
would like to create the following capabilities:
best one in terms of hardware compatibility and performance.