From 51b25e7b5880ec552a6589f39fe9580be426054e Mon Sep 17 00:00:00 2001 From: Driss Guessous <32754868+drisspg@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:31:59 -0800 Subject: [PATCH] Add vector-types back to platform.h (#2026) --- include/cutlass/platform/platform.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/cutlass/platform/platform.h b/include/cutlass/platform/platform.h index 13e018db8c..9ee0a7a0db 100644 --- a/include/cutlass/platform/platform.h +++ b/include/cutlass/platform/platform.h @@ -127,6 +127,7 @@ #include // For integral constants, conditional metaprogramming, and type traits #endif +#include #include #endif @@ -374,7 +375,7 @@ using remove_cvref_t = typename remove_cvref::type; // Type relationships //----------------------------------------------------------------------------- -using CUTLASS_STL_NAMESPACE::is_same; +using CUTLASS_STL_NAMESPACE::is_same; using CUTLASS_STL_NAMESPACE::is_same_v; #if defined(__CUDACC_RTC__) || (!defined(_MSC_VER) && (__cplusplus < 201103L)) || (defined(_MSC_VER) && (_MSC_VER < 1500)) @@ -536,7 +537,7 @@ using CUTLASS_STL_NAMESPACE::is_unsigned_v; //----------------------------------------------------------------------------- using CUTLASS_STL_NAMESPACE::declval; - + //----------------------------------------------------------------------------- // bit_cast //-----------------------------------------------------------------------------