Closed jserv closed 2 weeks ago
The issue was resolved with recent RV32IMF build of SciMark2:
Using 2.00 seconds min time per kenel.
Composite Score: 12.12
FFT Mflops: 6.01 (N=1024)
SOR Mflops: 17.82 (100 x 100)
MonteCarlo: Mflops: 8.51
Sparse matmult Mflops: 15.16 (N=1000, nz=5000)
LU Mflops: 13.09 (M=100, N=100)
The JIT compiler is designed to support GNU/Linux and macOS across x86-64 and Arm64 architectures. However, rv32emu encounters issues running SciMark2 with JIT enabled on darwin-arm64 (macOS for ARM 64-bit).
The way to reproduce:
PATH
properly.make ENABLE_JIT=1 clean all
make -C tests/scimark2 clean all
build/rv32emu tests/scimark2/scimark2.elf
Error messages:
The following environments are known to work with JIT compilation: