More Windows fixes
Signed-off-by: Javier <25750030+SystemPanic@users.noreply.github.com>
This commit is contained in:
@ -523,7 +523,7 @@ using std::is_trivially_copyable;
|
||||
|
||||
#endif
|
||||
|
||||
#if (201703L <=__cplusplus)
|
||||
#if defined(_MSC_VER) || (201703L <=__cplusplus)
|
||||
|
||||
/// std::is_unsigned_v
|
||||
using CUTLASS_STL_NAMESPACE::is_integral_v;
|
||||
|
||||
Reference in New Issue
Block a user