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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Hi, I am trying to use rvv-next gcc to compile whetstone. If using rv32imafdc, the whetstone can run correctly. However, the code runs incorrectly using rv32imafdcv.
I found the error happens at codes like: time = (double)end_sec/100000000;
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use rvv-next gcc to compile whetstone. If using rv32imafdc, the whetstone can run correctly. However, the code runs incorrectly using rv32imafdcv.
I found the error happens at codes like:
time = (double)end_sec/100000000;
Any ideas?
The text was updated successfully, but these errors were encountered: