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
aa23e749
Unverified
Commit
aa23e749
authored
Aug 29, 2023
by
zjing14
Committed by
GitHub
Aug 29, 2023
Browse files
Update test_grouped_gemm_interface.cpp
parent
d1a50f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
test/grouped_gemm/test_grouped_gemm_interface.cpp
test/grouped_gemm/test_grouped_gemm_interface.cpp
+0
-2
No files found.
test/grouped_gemm/test_grouped_gemm_interface.cpp
View file @
aa23e749
...
@@ -93,7 +93,6 @@ TEST_F(TestGGemmSplitKInterface_MKNKMN, VectorLoadWidth)
...
@@ -93,7 +93,6 @@ TEST_F(TestGGemmSplitKInterface_MKNKMN, VectorLoadWidth)
EXPECT_FALSE
(
PaddedGGemmInstance
{}.
IsSupported
(
Ms
,
Ns
,
Ks
,
StrideAs
,
StrideBs
,
StrideCs
));
EXPECT_FALSE
(
PaddedGGemmInstance
{}.
IsSupported
(
Ms
,
Ns
,
Ks
,
StrideAs
,
StrideBs
,
StrideCs
));
}
}
#if 0
TEST_F
(
TestGGemmSplitKInterface_MKNKMN
,
KLoops
)
TEST_F
(
TestGGemmSplitKInterface_MKNKMN
,
KLoops
)
{
{
std
::
vector
<
int
>
Ms
{
128
,
256
,
256
,
512
};
std
::
vector
<
int
>
Ms
{
128
,
256
,
256
,
512
};
...
@@ -117,7 +116,6 @@ TEST_F(TestGGemmSplitKInterface_MKNKMN, KLoops)
...
@@ -117,7 +116,6 @@ TEST_F(TestGGemmSplitKInterface_MKNKMN, KLoops)
EXPECT_THROW
(
DefaultGGemmInstance
{}.
Run
(
Ms
,
Ns
,
Ks
,
StrideAs
,
StrideBs
,
StrideCs
,
kbatch
),
EXPECT_THROW
(
DefaultGGemmInstance
{}.
Run
(
Ms
,
Ns
,
Ks
,
StrideAs
,
StrideBs
,
StrideCs
,
kbatch
),
std
::
runtime_error
);
std
::
runtime_error
);
}
}
#endif
class
TestGGemmSplitKInterface_KMKNNM
:
public
::
testing
::
Test
class
TestGGemmSplitKInterface_KMKNNM
:
public
::
testing
::
Test
{
{
...
...
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