vast icon indicating copy to clipboard operation
vast copied to clipboard

LLVM test suite fixes & upgrades

Open Jezurko opened this issue 1 year ago • 0 comments

Description

VAST-LLVM-test-suite Results

  • [x] Move total scores to the top of the table
  • [x] Improve column headers (High-Level, LLVM, Binary)
  • [ ] Replace FAIL with some more visible marker (maybe also add something for "complete" pass?)
  • [ ] Make test names clickable links to the benchmark sources
  • [x] Investigate and fix weird benchmark results in MLIR - e.g. 2010-05-24-BitfieldTest
  • [ ] Fix binary compilation results reporting 0.0 time for some benchmarks
  • [ ] Cache the clone of the test suite in the CI action to reduce the runtime (it takes about 4 minutes to clone the repository at the moment)
  • [ ] Add clang baseline to the results

Jezurko avatar Feb 28 '24 16:02 Jezurko