Support custom input scales #1791
Labels
dialect: lattigo
Issues concerning the Lattigo dialect
dialect: mgmt
Issues concerning the mgmt dialect
dialect: secret
Issues related to the secret dialect
python
Pull requests that update Python code
Placeholder issue arising from today's office hour.
def foo(x: Secret[F32, Scale[50]], y: Secret[F32]):
which gets converted to afunc.func
argAttr, e.g.,{ckks.scale = 50}
--wrap-generic
pass forward function arg/result attributes to the__argattrs
/res_attrs
of thesecret.generic
wrapper{ckks.scale = 50}
to the proper management attribute, e.g.,{mgmt.mgmt = #mgmt.mgmt<level = 1, scale = 50>}
--populate-scale-ckks
pass honor these attributesThe text was updated successfully, but these errors were encountered: