Add vector-types back to platform.h (#2026)

This commit is contained in:
Driss Guessous
2025-01-08 12:31:59 -08:00
committed by GitHub
parent 7de6a59784
commit 51b25e7b58

View File

@@ -127,6 +127,7 @@
#include <type_traits> // For integral constants, conditional metaprogramming, and type traits
#endif
#include <vector_types.h>
#include <cutlass/cutlass.h>
#endif
@@ -374,7 +375,7 @@ using remove_cvref_t = typename remove_cvref<T>::type;
// Type relationships <type_traits>
//-----------------------------------------------------------------------------
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 <bit>
//-----------------------------------------------------------------------------