pnnl / COMET

Other
37 stars 7 forks source link

Decouple semiring attribute from domain inference #72

Closed AK2000 closed 1 week ago

AK2000 commented 2 weeks ago

Adding a new attribute to the index tree compute operation that determines whether or not to compute elements with only one element missing. For operations that use a semiring operation we do not want to do this. Mathematically, that is, any missing elements in a semiring operation are assumed to be the multiplicative annihilator. For elementwise addition and subtraction, we compute these elements.