microprobe icon indicating copy to clipboard operation
microprobe copied to clipboard

Microprobe: Microbenchmark generation framework

Results 4 microprobe issues
Sort by recently updated
recently updated
newest added

Type hints are very helpful when reading/refactoring/debugging code. They can help show issues without running the code, and highlight edge cases before they're ever executed. Notes: **Q**: Why wrap imports...

The RISCV ISA is roughly 5 years outdated at this point. Existing instructions still work great, but there have been new extensions released in the meantime. One of those extensions...

The current code base uses a few unseeded random.Random() calls. This causes the generated asm to be non-reproducable. Ideally we would have the user provide a seed to generate random...