Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
6af32900
Commit
6af32900
authored
Jan 16, 2025
by
Rostyslav Geyyer
Browse files
Fix test naming
parent
17d1e68b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
test/data_type/test_bf6.cpp
test/data_type/test_bf6.cpp
+5
-5
No files found.
test/data_type/test_bf6.cpp
View file @
6af32900
...
...
@@ -219,7 +219,7 @@ TEST(BF6, ScaledConvertFP32Stochastic)
abs_tol
);
}
TEST
(
F
P
6
,
TestSize
)
TEST
(
B
F6
,
TestSize
)
{
ASSERT_EQ
(
1
,
sizeof
(
bf6_t
));
ASSERT_EQ
(
12
,
sizeof
(
bf6x16_pk_t
));
...
...
@@ -229,7 +229,7 @@ TEST(FP6, TestSize)
ASSERT_EQ
(
32
,
sizeof
(
vector_type
<
bf6x32_pk_t
,
1
>
));
}
TEST
(
F
P
6
,
TestAlignment
)
TEST
(
B
F6
,
TestAlignment
)
{
ASSERT_EQ
(
1
,
alignof
(
bf6_t
));
ASSERT_EQ
(
4
,
alignof
(
bf6x16_pk_t
));
...
...
@@ -240,7 +240,7 @@ TEST(FP6, TestAlignment)
}
// test vector of 1 bf6x16_pk_t, contains 16 bf6_t
TEST
(
F
P
6
,
TestAsType16x1
)
TEST
(
B
F6
,
TestAsType16x1
)
{
// test size
const
int
vector_size
=
1
;
...
...
@@ -281,7 +281,7 @@ TEST(FP6, TestAsType16x1)
}
// test vector of 2 bf6x16_pk_t, contains 32 bf6_t
TEST
(
F
P
6
,
TestAsType16x2
)
TEST
(
B
F6
,
TestAsType16x2
)
{
// test size
const
int
vector_size
=
2
;
...
...
@@ -322,7 +322,7 @@ TEST(FP6, TestAsType16x2)
}
// test vector of 1 bf6x32_pk_t, contains 32 bf6_t
TEST
(
F
P
6
,
TestAsType32x1
)
TEST
(
B
F6
,
TestAsType32x1
)
{
// test size
const
int
vector_size
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment