mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 09:16:52 +00:00
behavior has changed (better and worse), figuring out why
This commit is contained in:
@@ -286,10 +286,9 @@ struct ConstantTensorDescriptor
|
||||
"wrong! dimensions to be unfolded need to be packed");
|
||||
|
||||
// checkt ranks
|
||||
static_assert(GetMemoryRank(IDim_p1) = GetMemoryRank(IDim) + 1,
|
||||
"wrong! ranks of dimensions to be "
|
||||
"unfolded need to be in increasing "
|
||||
"and continuous ranks");
|
||||
static_assert(GetMemoryRank(IDim_p1) == GetMemoryRank(IDim) + 1,
|
||||
"wrong! ranks of dimensions to be unfolded need to be in increasing and "
|
||||
"continuous ranks");
|
||||
});
|
||||
|
||||
// left and right
|
||||
|
||||
Reference in New Issue
Block a user