CUTLASS 2.5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/***************************************************************************************************
|
||||
* Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2017-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are permitted
|
||||
* provided that the following conditions are met:
|
||||
@@ -45,9 +45,6 @@ template <
|
||||
class Array<T, N, false> {
|
||||
public:
|
||||
|
||||
static_assert(sizeof_bits<T>::value * N >= 8,
|
||||
"Array<> specialized for sub-byte types assume the actual stored element size is 1 byte");
|
||||
|
||||
static int const kSizeBits = sizeof_bits<T>::value * N;
|
||||
|
||||
/// Storage type
|
||||
|
||||
Reference in New Issue
Block a user