Naoki Shibata

Results 223 comments of Naoki Shibata

Deterministic functions are functions with _cinz_ or _finz_ in their names. SLEEF has deterministic scalar functions. For example, *double**Sleef_cinz_powd1_u10purec*(*double*/a/,*double*/b/); is a deterministic scalar pow function. Deterministic vector functions return the...

Hello @cdluminate, I greatly appreciate that you work on debian packaging. Thank you for your report. I haven't seen an error like this for some time. It is hard to...

@btashton Thank you! Can I see the full build log?

Could you also try compiling and testing with clang?

@btashton And, please also let me know of the system configuration, which is OS version, CPU model, etc.

Do you have other versions of gcc installed on your computer? If so, please try testing with those versions.

And please try testing once again after executing the following command. ``` export OMP_WAIT_POLICY=passive ```

Okay, I have been suspecting libgomp since the beginning. It's only 2D DFT that is failing, and the difference between 1D DFT and 2D DFT is pretty simple, though the...

It is still difficult to make sure that something is wrong with libgomp or gcc itself.

@cdluminate Is it gcc-8 that was used to build the failing tests at the server? I cannot see the log anymore.