Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Octane failed on Unmatched #701

Open
mollybuild opened this issue Jun 30, 2022 · 3 comments
Open

Octane failed on Unmatched #701

mollybuild opened this issue Jun 30, 2022 · 3 comments

Comments

@mollybuild
Copy link

mollybuild commented Jun 30, 2022

First I cross compile V8 for rv64 on x86 with args :

is_component_build = false
is_debug = true
target_cpu = "riscv64"
v8_target_cpu = "riscv64"
use_goma = false
goma_dir = "None"
treat_warnings_as_errors = false
riscv_gcc_toolchain_path = "/home/cxo/riscv"
riscv_sysroot = "/home/cxo/riscv/sysroot"
use_lld = false
is_clang = true
symbol_level = 0

Then copy out/riscv64.native.debug/d8, out/riscv64.native.debug/snapshot_blob.bin and test/benchmarks to Unmatched board. Run:

 ./csuite.py -r 1 octane baseline /home/chenxiaoou/V8/d8 -x "--noopt"

See output in _benchmark_runner_data/out.0.txt:

Richards: 3.96
DeltaBlue: 4.47
Crypto: 2.64
RayTrace: 10.0
EarleyBoyer: 18.0
RegExp: 4.48
Splay: 29.8
SplayLatency: 262
NavierStokes: Error: checksum failed
PdfJS produced incorrect output: expected 36788 939524096, got 36788 536870912

PdfJS: PdfJS produced incorrect output: expected 36788 939524096, got 36788 536870912

NavierStokes and PdfJS Failed.

SunSpider also failed:
image

@qjivy
Copy link
Collaborator

qjivy commented Jun 30, 2022

Pls add the commit id of your test codebase.

@mollybuild
Copy link
Author

commit 9076fce

@mollybuild
Copy link
Author

Sunspider failure caused by three items: 3d-cube.js, 3d-raytrace.js, math-spectral-norm.js.
image

image

image

Delete these three items, we can get the result:
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants