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
Commits
cabe8d80
Commit
cabe8d80
authored
Sep 28, 2022
by
wangshaojie6
Browse files
add 2 more test cases
parent
0e243105
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
example/42_groupnorm/groupnorm_sigmoid_fp16.cpp
example/42_groupnorm/groupnorm_sigmoid_fp16.cpp
+10
-10
test/layernorm/test_groupnorm_fp16.cpp
test/layernorm/test_groupnorm_fp16.cpp
+2
-0
No files found.
example/42_groupnorm/groupnorm_sigmoid_fp16.cpp
View file @
cabe8d80
test/layernorm/test_groupnorm_fp16.cpp
View file @
cabe8d80
...
...
@@ -26,6 +26,8 @@ class TestGroupnorm : public ::testing::Test
{
256
,
9
,
9
,
9
,
9
},
{
1
,
64
,
64
,
32
,
10
},
{
1
,
32
,
32
,
32
,
20
},
{
2
,
32
,
32
,
32
,
30
},
{
2
,
32
,
32
,
32
,
40
},
{
1
,
16
,
16
,
32
,
40
}};
for
(
auto
length
:
lengths
)
...
...
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