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
Followup to #366. We define many ad-hoc operations as opaque ops in a "guppylang.unsupported".
Some of these are missing from hugr's std extensions, or not exposed in hugr-py. Others may need to be defined as local extensions.
list and array ops. (MakeList, see other ops in guppylang.prelude.builtins)
Followup to #366. We define many ad-hoc operations as opaque ops in a "guppylang.unsupported".
Some of these are missing from hugr's std extensions, or not exposed in hugr-py. Others may need to be defined as local extensions.
list
andarray
ops. (MakeList
, see other ops inguppylang.prelude.builtins
)Add more list operations hugr#1467
Fill out array ops hugr#1320
usize
andint<N>
.Add std operations to convert between
arithmetic.int
s andusize
hugr#1472guppylang.unsupported
ops with new hugr definitions #411.fround
/fpow
ops to hugr.ipow
/iu_to_s
/is_to_u
ops to hugr.ifrombool
/itobool
for arbitrary ints #409Create serialized extension definitions tket2#556Temporarily hard-coded the extension jsons into guppyThe text was updated successfully, but these errors were encountered: