Code-cleanup - #1
Merged
Merged
Conversation
Working 4lut impl Updated tests Update Emitter Update Emitter Working mode Lut3, Lut4 selector Correct generation of LWE Types
PiperOrigin-RevId: 860193891
PiperOrigin-RevId: 860216982
PiperOrigin-RevId: 860227954
PiperOrigin-RevId: 861187696
This fixes a failure to legalize func.call operations which happens with the new external preprocessing calls. These just need to have the input/output types converted, and aren't covered by the existing patterns that were meant to handle func.calls inside generic bodies. PiperOrigin-RevId: 861351446
But like google#1207 - this should be computed earlier in the pipeline PiperOrigin-RevId: 861361804
…ings This will offload the tensor_ext.assign_layout code into new functions, which are de-duped by the layout attribute for the layout assign (and the input/output type - it's slightly redundant, but handles the case where different data types but same shapes are encoded). Note: we don't offload simple layout assignments that result in things like tensor.splat or tensor.empty() PiperOrigin-RevId: 861390799
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.
Code-cleanup