diff --git a/include/cutlass/exmy_base.h b/include/cutlass/exmy_base.h index be207a4952..c59d6d138f 100644 --- a/include/cutlass/exmy_base.h +++ b/include/cutlass/exmy_base.h @@ -401,7 +401,7 @@ struct FpBitRepresentation { using Storage = StorageType; #if (CUTLASS_CXX17_OR_LATER) - static_assert(cutlass::platform::is_unsigned_v, "Use an unsigned integer for StorageType"); + static_assert(CUTLASS_STL_NAMESPACE::is_unsigned::value, "Use an unsigned integer for StorageType"); #endif static constexpr bool IS_SIGNED = IsSigned; // Canonical NaN is always represented as exponent=11...11 and mantissa=11...11, if it exists