es-ude / elastic-ai.creator

elastic ai.creator
MIT License
16 stars 2 forks source link

x_address_width and y_address_width of precomputed scalar function unfilled #244

Closed julianhoever closed 1 year ago

julianhoever commented 1 year ago

The x_address_width and y_address_width of the precomputed scalar function template are not filled in HardSigmoid. The reason seems to be that the HardSigmoid implementation still assumes bufferless components, but we don't support them right now.

glencoe commented 1 year ago

see #245

julianhoever commented 1 year ago

@glencoe Is this issue still relevant? Because now we have bufferless components. So I guess this is not relevant anymore.