-
Notifications
You must be signed in to change notification settings - Fork 75.2k
[XLA] Add a new XLA mode: XLALite #34655
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
Closed
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
bd0238a
Small comment fix
nouiz 1542db8
Add tf_xla_supported_nodes flags to limits nodes XLA consider.
nouiz e194f62
More Ops in the whitelist category.
nouiz 08af421
Add more XLA whitelist shortcut
nouiz c44dc1f
Better user error detection, less verbose and better error message.
nouiz 727edfd
Add an EXTRA category
nouiz 65f614b
Add the flag value TF_XLA_FLAGS=--tf_xla_auto_jit=fusible to enable X…
nouiz 85ed59b
Update docmentation of the new flag
nouiz 7cd6479
Use the absl containers.
nouiz 4785944
Move code to a function to make the code more clear.
nouiz 03250e3
Rename the new flags to tf_xla_supported_ops
nouiz 771393e
Typo and add comment.
nouiz eb9081b
Replace a series of if with a table. Make code simpler to understand.
nouiz aee8d90
Small update (typo, clang-format, const)
nouiz 5599e95
XLALite, put BiasAddGrad in the right section and add the missing Bia…
nouiz 902c64a
Code formating
nouiz 177ffc7
Repair the XLALite flag shortcut since the rebase
nouiz 4576f25
clang-format
nouiz edf5517
Add TopKV2 to XLALite whitelist. XLA version is much faster the TF.
nouiz 7123fa0
Remove some duplicate names.
nouiz cec299a
Better documentation of the new parameter
nouiz 0bdd35e
Rename tf_xla_supported_ops to tf_xla_ops_to_cluster
nouiz 4bf1930
Added warning about an experimental feature and code simplification.
nouiz 1f2a4cb
Remove the unique ptr to simplify the code.
nouiz 2654215
Small code simplification.
nouiz f370243
Convert non-trivial global destructors to local static variable.
nouiz 4dcdcad
Rename a category
nouiz 75e8b01
Add test to make sure all XLA support operation are in the XLALite wh…
nouiz 9ff205f
Move the static inside the function to be safer.
nouiz 0f45e20
Fix compilation crash for the new XLA test since the interface change.
nouiz cd2e988
Print the name that should be used to enable it. This
nouiz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.