From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB4113882AE3; Wed, 10 Jan 2024 22:16:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB4113882AE3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704924965; bh=xI84RYOlfIK9YWXbthj+UQLLfG84W4JVd2HPT+vAlZ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CUHBJHIXe+ryos2cDNMPRasQsTb7buqhLiBPpzrpij2xGCBcXlCJ+jjOOMv6oGw9t 00PCyJLs+dZHnG5rfz0slv7JAxwWFSZC33lvtUqMb/X3EJvnHOteNuM2qssyPXbZh8 Cqid+uAdoPg1ekMSTUmmCBONdhN2IcXqdb5iThvk= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113087] [14] RISC-V rv64gcv vector: Runtime mismatch with rv64gc Date: Wed, 10 Jan 2024 22:16:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at rivosinc dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113087 --- Comment #30 from Patrick O'Neill --- (In reply to Li Pan from comment #29) > Thanks a lot for the summary. Could you please help to share some more > information about the spec2017 for above data? Like data set (test, train, > or ref), the enviornment (qemu, spike, or hardware) as well as the spec > config file. Just would like to make sure we are on the same page for the > failures and reproducible from others. Hi Pan, We use nix to build/run spec so it's a bit opaque to me but I've extracted = out: ref data set qemu flags: "-Ofast" "-mtune=3Dgeneric-ooo" "-march=3Drv64imafdcv_zba_zbb_zbs_zicond_zfa" "-fno-lto" "-ftree-vectorize" "--param=3Driscv-autovec-preference=3Dscalable" There are other flags that are are injected by the nix harness and I'm in t= he process of pulling them out. With these flags you should at least see the c= am4 failure. Vineet is looking at the cam4 failure and is planning to open a bugzilla with details. Thanks, Patrick=