Skip to content

Commit

Permalink
Update include/Dialect/LWE/Transforms/Passes.td
Browse files Browse the repository at this point in the history
Co-authored-by: asraa <asraa@google.com>
  • Loading branch information
j2kun and asraa authored Nov 29, 2023
1 parent 8fe362e commit a7b87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Dialect/LWE/Transforms/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def SetDefaultParameters : Pass<"lwe-set-default-parameters"> {
let summary = "Set default parameters for LWE ops";
let description = [{
This pass adds default parameters to all `lwe` types as the `lwe_params`
attribute, and for `lwe` ops ops as the `params` attribute, overriding any
attribute, and for `lwe` ops as the `params` attribute, overriding any
existing attributes set with those names.

This pass is primarily for testing purposes, and as a parameter provider
Expand Down

0 comments on commit a7b87c0

Please sign in to comment.