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
I think we could incorporate some quantization-like experiments in Glenside.
We could keep sample values in the analysis (like Ruler's cvec). We could then have rewrites that quantize/manipulate the program with different datatypes (e.g. 8 bit ints) and recalculate the values in the cvec. Then, we could merge only when cvecs match, i.e. when quantization is accurate enough.
This doesn't necessarily need to be done in Glenside; this idea could be implemented elsewhere.
The text was updated successfully, but these errors were encountered:
I think we could incorporate some quantization-like experiments in Glenside.
We could keep sample values in the analysis (like Ruler's cvec). We could then have rewrites that quantize/manipulate the program with different datatypes (e.g. 8 bit ints) and recalculate the values in the cvec. Then, we could merge only when cvecs match, i.e. when quantization is accurate enough.
This doesn't necessarily need to be done in Glenside; this idea could be implemented elsewhere.
The text was updated successfully, but these errors were encountered: