We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOTE: Port for Kalray's Coolidge processor is a work in progress.
In order to run the benchmark for Kalray's Coolidge processor, set PORT_DIR to:
make PORT_DIR=kvx
Coremark can be instrumented thanks to -finstrument-functions option. To enable this feature use the following command:
make PORT_DIR=kvx ITERATIONS=1 PORT_CC=kvx-cos-gcc ENABLE_TRACE=1
PORT_CC
kvx-cos-gcc
PORT_LD
ENABLE_TRACE=1
-finstrument-functions
kvx/trace.c
Add the following flag to make to run coremark on simulator: ENABLE_SIMULATOR=1.
ENABLE_SIMULATOR=1