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
An adder tree which is just a wrapper around a binaryh_reduction with the add_reduce prototype implementation. However, this will not build. I have, for example, a Syntax Error: Unexpected token '#' when creating instance u_br.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am unsure how to actually use these features:
I have a binary operator proto module, and an implementation of that prototype which does addition.
Next, I have a binary reduction module which takes generic binary operator prototype module, as well as some parameters.
And, finally
An adder tree which is just a wrapper around a
binaryh_reduction
with theadd_reduce
prototype implementation. However, this will not build. I have, for example, aSyntax Error: Unexpected token '#'
when creating instanceu_br
.Beta Was this translation helpful? Give feedback.
All reactions