You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/miopen/files/miopen-4.2.0-gcc11-numeric_...

15 lines
461 B

See: https://stackoverflow.com/questions/4798936/numeric-limits-was-not-declared-in-this-scope-no-matching-function-for-call-t
https://www.gnu.org/software/gcc/gcc-11/porting_to.html#header-dep-changes
--- MIOpen-rocm-4.2.0/src/include/miopen/float_equal.hpp
+++ MIOpen-rocm-4.2.0/src/include/miopen/float_equal.hpp
@@ -29,6 +29,7 @@
#include <algorithm>
#include <cmath>
#include <numeric>
+#include <limits>
#ifdef _MSC_VER
#include <iso646.h>
#endif