NilsGraf
NilsGraf
I would like to volunteer. What are the next steps to add an appendix that lists all RV32I instructions alphabetically and describes them succinctly? Thanks
Alternatively, would it make sense to add an updated version of [this RISC-V cheat-sheet](https://inst.eecs.berkeley.edu/~cs61c/fa18/img/riscvcard.pdf), which briefly describes the instructions of the I, M, and A extensions (and is only 2...
Awesome, thank you! I’m looking forward to it On Wed, Dec 14, 2022 at 10:12 PM Allen Baum ***@***.***> wrote: > There is a plan to insert the Sail code...
Hi @LucaUrbinati44 @colbybanbury @LucasFischer123 @cskiraly and @jeremy-syn I had a similar question on how to evaluate accuracy. I created this [Jupyter notebook](https://colab.research.google.com/github/OpenMachine-ai/mlperf-tools/blob/main/eval.ipynb), which you can run in your browser (or...
One more note: For the int8-accuracy, a few of the testcases in y_labels.csv produce a probability of exactly 0.5 (i.e. signed int8 value of 0, or unsigned int8 value of...
Discussion on reddit: https://www.reddit.com/r/LocalLLaMA/comments/1j9wkc2/slim_attention_cut_your_context_memory_in_half Github of slim attention: https://github.com/OpenMachine-ai/transformer-tricks