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
stdBLAS is required to support C++17, meaning we can't rely on the compiler to provide features like cartesian_product. Add compilation guards to default to sequential versions for very old compilers, rather than the new stdpar implementation.
stdBLAS is required to support C++17, meaning we can't rely on the compiler to provide features like cartesian_product. Add compilation guards to default to sequential versions for very old compilers, rather than the new stdpar implementation.