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
63057c9f
"vscode:/vscode.git/clone" did not exist on "fc5cd0a00a6745d7a8ce31bfadd76e8d064e18a1"
Commit
63057c9f
authored
Feb 01, 2024
by
Jakub Piasecki
Browse files
fix tests in CI
parent
9004f6a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
test/gemm_add/test_gemm_add_fastgelu.cpp
test/gemm_add/test_gemm_add_fastgelu.cpp
+1
-2
No files found.
test/gemm_add/test_gemm_add_fastgelu.cpp
View file @
63057c9f
...
@@ -34,8 +34,7 @@ class TestGemmAddFastgelu : public TestGemmAdd<Tuple>
...
@@ -34,8 +34,7 @@ class TestGemmAddFastgelu : public TestGemmAdd<Tuple>
decltype
(
ProfileGemmAddFastgeluImpl
)
GetImpl
()
override
{
return
ProfileGemmAddFastgeluImpl
;
}
decltype
(
ProfileGemmAddFastgeluImpl
)
GetImpl
()
override
{
return
ProfileGemmAddFastgeluImpl
;
}
};
};
using
KernelTypes
=
::
testing
::
Types
<
std
::
tuple
<
F16
,
F16
,
F32
,
F16
,
F16
,
Row
,
Row
,
Row
,
Row
>
,
using
KernelTypes
=
::
testing
::
Types
<
std
::
tuple
<
F16
,
I8
,
F32
,
F16
,
F16
,
Row
,
Row
,
Row
,
Row
>
,
std
::
tuple
<
F16
,
I8
,
F32
,
F16
,
F16
,
Row
,
Row
,
Row
,
Row
>
,
std
::
tuple
<
BF16
,
I8
,
F32
,
BF16
,
BF16
,
Row
,
Row
,
Row
,
Row
>>
;
std
::
tuple
<
BF16
,
I8
,
F32
,
BF16
,
BF16
,
Row
,
Row
,
Row
,
Row
>>
;
TYPED_TEST_SUITE
(
TestGemmAddFastgelu
,
KernelTypes
);
TYPED_TEST_SUITE
(
TestGemmAddFastgelu
,
KernelTypes
);
...
...
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