You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Position Independent Coremark executable fails as follow when not loaded at its static link time address:
2K performance run parameters for coremark.
[0]ERROR! list crc 0xbd52 - should be 0xe714
[0]ERROR! state crc 0x6f31 - should be 0x8e3a
CoreMark Size : 666
Total ticks : 1287594042
Total time (secs): 12.875940
Iterations/Sec : 155.328460
Iterations : 2000
Compiler version : GCC13.2.0
Compiler flags : -O3 -DPERFORMANCE_RUN=1
Memory location : STATIC
seedcrc : 0xe9f5
[0]crclist : 0xbd52
[0]crcmatrix : 0x1fd7
[0]crcstate : 0x6f31
[0]crcfinal : 0xfbbb
Errors detected
I am curious to know what in the algorithm depends on Coremark getting loaded at its static link time address.
I am able to reproduce this same failure on two different cpu isa architecture.
The text was updated successfully, but these errors were encountered:
Position Independent Coremark executable fails as follow when not loaded at its static link time address:
I am curious to know what in the algorithm depends on Coremark getting loaded at its static link time address.
I am able to reproduce this same failure on two different cpu isa architecture.
The text was updated successfully, but these errors were encountered: