tum-ei-eda/muriscv-nn

Support XLEN=64 in benchmarks & tests

Closed this issue · 0 comments

The library already supports RV64, but the CI/TC/Simulator related scrips are currently RV32 only.

TODOs:

  • Provide RV64 Toolchains
    • rv64gc
    • rv64gcv
    • rv64gcp (optional)
  • Update Unit Tests
  • Update Integration Tests
    • MLonMCU
    • TFLM Builtin (Make)
    • TFLM (CMake)
    • TVM (CMake)
  • Update CI Workflows