Skip to content
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

secret: fix CollapseSecretlessGeneric pattern for tensor semantics #961

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

secret: fix CollapseSecretlessGeneric pattern for tensor semantics

CollapseSecretlessGeneric ensures that memref allocation ops are not collapsed - this also adds in empty tensor allocations for IRs that are not using pure buffer semantics (as is the case in the RLWE pipelines)

Part of #954

@asraa asraa requested a review from j2kun September 9, 2024 15:25
@asraa
Copy link
Collaborator

asraa commented Sep 9, 2024

cc @johnmatter -- this will fix the canonicalization segfault we were seeing!

@copybara-service copybara-service bot force-pushed the test_672544871 branch 2 times, most recently from d973db1 to 1c8f4fc Compare September 9, 2024 19:07
CollapseSecretlessGeneric ensures that memref allocation ops are not collapsed - this also adds in empty tensor allocations for IRs that are not using pure buffer semantics (as is the case in the RLWE pipelines)

Part of #954

PiperOrigin-RevId: 672647075
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants