mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 11:47:48 +00:00
[CK] refactoring according to the review feedback
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
using namespace ck;
|
||||
|
||||
// Test basic Sequence construction and properties
|
||||
// Test basic Array construction and properties
|
||||
TEST(Array, BasicConstruction)
|
||||
{
|
||||
using Arr = Array<index_t, 5>;
|
||||
|
||||
Reference in New Issue
Block a user