[gem5-users] Re: HPCG on RISCV

2022-10-05 Thread Νικόλαος Ταμπουρατζής
Dear Jason, all, I am trying to find the accuracy problem with RISCV-FS and I observe that the problem is created (at least in my dummy example) because the variables (double) are set to zero in random simulated time (for this reason I get different results among executions of the same code

[gem5-users] Re: HPCG on RISCV

2022-10-05 Thread Νικόλαος Ταμπουρατζής
In my previous results, I had used double (not float) for the following variables: result, sq_i and sq_j. In the case of float instead of double I get "nan" and not 0.00. Quoting Νικόλαος Ταμπουρατζής : Dear Jason, all, I am trying to find the accuracy problem with RISCV-FS and I obser