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
e681871b
Commit
e681871b
authored
Jun 12, 2024
by
Rostyslav Geyyer
Browse files
Format
parent
65ef9967
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/data_type/test_custom_type.cpp
test/data_type/test_custom_type.cpp
+2
-2
No files found.
test/data_type/test_custom_type.cpp
View file @
e681871b
...
@@ -32,7 +32,7 @@ TEST(Custom_bool, Test)
...
@@ -32,7 +32,7 @@ TEST(Custom_bool, Test)
ASSERT_EQ
(
sizeof
(
vector_type
<
custom_bool_t
,
64
>
),
64
);
ASSERT_EQ
(
sizeof
(
vector_type
<
custom_bool_t
,
64
>
),
64
);
}
}
TEST
(
Custom_int8
_t
,
Test
)
TEST
(
Custom_int8
,
Test
)
{
{
struct
custom_int8_t
struct
custom_int8_t
{
{
...
@@ -54,7 +54,7 @@ TEST(Custom_int8_t, Test)
...
@@ -54,7 +54,7 @@ TEST(Custom_int8_t, Test)
ASSERT_EQ
(
sizeof
(
vector_type
<
custom_int8_t
,
64
>
),
64
);
ASSERT_EQ
(
sizeof
(
vector_type
<
custom_int8_t
,
64
>
),
64
);
}
}
TEST
(
Custom_uint8
_t
,
Test
)
TEST
(
Custom_uint8
,
Test
)
{
{
struct
custom_uint8_t
struct
custom_uint8_t
{
{
...
...
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