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
{{ message }}
This repository was archived by the owner on May 30, 2025. It is now read-only.
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.
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.