forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from tensorflow:master #238
Open
pull
wants to merge
1,141
commits into
GesuBackups:master
Choose a base branch
from
tensorflow:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+105,481
−67,173
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
… Todo (resolved) PiperOrigin-RevId: 698133747
This is to fix issue with gsutil which expects Python 3.5-3.11: ``` Error: gsutil requires Python version 2.7 or 3.5-3.11, but a different version is installed. ``` PiperOrigin-RevId: 698134102
PiperOrigin-RevId: 698137647
PiperOrigin-RevId: 698150097
PiperOrigin-RevId: 698163185
…. This Extend() call would also lead to a memory assignment issue since it wasn't accompanied by the necessary chunk commit requests. We also add a VerifyAllocations() function that uses a BufferIntervalTree to check for overlapping Allocations before scheduling the asynchronous copies. This is an extra check for the correctness of MsaAlgorithm allocations, and is only applied if options_.verify is enabled in MSA options. options_.verify is disabled by default. PiperOrigin-RevId: 698164396
PiperOrigin-RevId: 698164750
PiperOrigin-RevId: 698164921
This change adds the legalization pass from IFRT to VIFRT. Legalization uses a templated OpConversion class, which is refined via the `IFRT` <-> `VIFRT` and `mlir::Func::*` <-> `VIFRT` op mappings defined in `map_ifrt_to_vifrt.h` The change versions also `mlir::func::FuncOp`, `mlir::func::ReturnOp` and `mlir::func::CallOp` because this provides the following advantages: 1) we can use the templated OpConversion class rather than implementing a separate converter for each op, and 2) we can restrict the surface of possible breaking changes to just builtin types and attributes. Moreover, the change versions `mlir::FunctionType` and `mlir::TypeAttr` in order to be able to use the generic Op converter, and to restrict types allowed in functions (just builtin and IFRT types). PiperOrigin-RevId: 698168526
Also fixed invalid C++ header usage. PiperOrigin-RevId: 698170878
…td definition. PiperOrigin-RevId: 698171237
PiperOrigin-RevId: 698174417
PiperOrigin-RevId: 698196106
PiperOrigin-RevId: 698201598
PiperOrigin-RevId: 698212499
PiperOrigin-RevId: 698218778
PiperOrigin-RevId: 698221629
PiperOrigin-RevId: 698228306
… Todo(resolved) PiperOrigin-RevId: 698230798
PiperOrigin-RevId: 698230884
PiperOrigin-RevId: 698237370
…remove the .td definition. PiperOrigin-RevId: 698241447
… for bytes return from plugin in tests to avoid copy PiperOrigin-RevId: 698251740
PiperOrigin-RevId: 698271808
PiperOrigin-RevId: 698294876
PiperOrigin-RevId: 698294898
PiperOrigin-RevId: 698297679
We have support for lowering PTX in the runtime, so we can just use `MultiKernelLoaderSpec` and we get compilation and caching for free. PiperOrigin-RevId: 698297929
PiperOrigin-RevId: 699279921
PiperOrigin-RevId: 699286343
PiperOrigin-RevId: 699309235
…annot be null PiperOrigin-RevId: 699310290
…ying the naming. PiperOrigin-RevId: 699317601
StreamExecutorGpuClient topology description as well. PiperOrigin-RevId: 699320139
nullptr is handled here. PiperOrigin-RevId: 699323007
Also: * Add some helper functions for checking a litert op matches a tfl op which can can also be re-used in other contexts. * Add some quantization related helper functions to flatbuffer_tools * Update dump for quantization * Move thins around a bit and add quantization stuff to model_util support checks PiperOrigin-RevId: 699333588
PiperOrigin-RevId: 699337598
StreamExecutorGpuTopologyDescription rather than parsing it for every compile. PiperOrigin-RevId: 699344815
… with array output and multiple users. It may trigger compilation error, such as the added test target. PiperOrigin-RevId: 699357851
PiperOrigin-RevId: 699361885
PiperOrigin-RevId: 699397857
PiperOrigin-RevId: 699409569
PiperOrigin-RevId: 699467519
PiperOrigin-RevId: 699496299
PiperOrigin-RevId: 699497695
Reverts c5f0512 PiperOrigin-RevId: 699499360
PiperOrigin-RevId: 699511303
Updates LLVM usage to match [2fe947b47798](llvm/llvm-project@2fe947b47798) PiperOrigin-RevId: 699520196
… Todo (resolved) PiperOrigin-RevId: 699627340
PiperOrigin-RevId: 699768742
Also aupport int8 and add the rest of the quantized test models to the op check test. PiperOrigin-RevId: 699786355
PiperOrigin-RevId: 699788931
PiperOrigin-RevId: 699807643
PiperOrigin-RevId: 699813456
PiperOrigin-RevId: 699868036
PiperOrigin-RevId: 699868217
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )