mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-05-11 08:50:09 +00:00
Add vector-types back to platform.h (#2026)
This commit is contained in:
@@ -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>
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user