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
Yes. I did not write this one intentionally. Horizontal operations are very expensive on AVX512 vector lanes. If you're stuck at compiling we can add a scalar variant for now.
Ran into this problem after trying to compile some stuff on a skylake machine for the first time. Would just calling the 256-bit hmax on the upper and lower lane be an okay workaround? Something like:
Hi,
when I try to compile code using Fastor::max(), I get a compiler error.
The member function "maximum()" seems to be missing for Fastor::SIMDVector<double, simd_abi::avx512>.
The text was updated successfully, but these errors were encountered: