You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging, it is especially useful to preserve some attribute during lowering, like comparing the noise analysis result with real bound that can only be obtained in runtime in debug function
Technically, we need to copy the attribute in all the lowering code.
This generally falls in the category of Attribute (lifetime) management. Related issues are #1414, #1415
There is also an issue related to refactoring secret.generic op lowering #1413. I might make a quick change to these lowerings if these refactoring is not on the way now.
The text was updated successfully, but these errors were encountered:
For debugging, it is especially useful to preserve some attribute during lowering, like comparing the noise analysis result with real bound that can only be obtained in runtime in debug function
Technically, we need to copy the attribute in all the lowering code.
This generally falls in the category of Attribute (lifetime) management. Related issues are #1414, #1415
There is also an issue related to refactoring secret.generic op lowering #1413. I might make a quick change to these lowerings if these refactoring is not on the way now.
The text was updated successfully, but these errors were encountered: