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
56c72035
Commit
56c72035
authored
Sep 28, 2023
by
Jun Liu
Browse files
Merge branch 'develop' into amd-develop
parents
1f02eaef
bc1108bb
Changes
62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
test/gemm_split_k/test_gemm_splitk_ut_cases.inc
test/gemm_split_k/test_gemm_splitk_ut_cases.inc
+4
-4
test/image_to_column/CMakeLists.txt
test/image_to_column/CMakeLists.txt
+0
-4
No files found.
test/gemm_split_k/test_gemm_splitk_ut_cases.inc
View file @
56c72035
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
TYPED_TEST
(
TestGemmSplitK_MK_KN
,
SmallM
)
TYPED_TEST
(
TestGemmSplitK_MK_KN
,
SmallM
)
{
{
std
::
vector
<
int
>
Ms
{
0
,
1
,
2
,
3
,
4
,
5
,
6
};
std
::
vector
<
int
>
Ms
{
1
,
2
,
3
,
4
,
5
,
6
};
constexpr
int
N
=
512
;
constexpr
int
N
=
512
;
constexpr
int
K
=
320
;
constexpr
int
K
=
320
;
...
@@ -16,7 +16,7 @@ TYPED_TEST(TestGemmSplitK_MK_KN, SmallM)
...
@@ -16,7 +16,7 @@ TYPED_TEST(TestGemmSplitK_MK_KN, SmallM)
TYPED_TEST
(
TestGemmSplitK_MK_NK
,
SmallM
)
TYPED_TEST
(
TestGemmSplitK_MK_NK
,
SmallM
)
{
{
std
::
vector
<
int
>
Ms
{
0
,
1
,
2
,
3
,
4
,
5
,
6
};
std
::
vector
<
int
>
Ms
{
1
,
2
,
3
,
4
,
5
,
6
};
constexpr
int
N
=
512
;
constexpr
int
N
=
512
;
constexpr
int
K
=
320
;
constexpr
int
K
=
320
;
...
@@ -30,7 +30,7 @@ TYPED_TEST(TestGemmSplitK_MK_NK, SmallM)
...
@@ -30,7 +30,7 @@ TYPED_TEST(TestGemmSplitK_MK_NK, SmallM)
TYPED_TEST
(
TestGemmSplitK_KM_KN
,
SmallM
)
TYPED_TEST
(
TestGemmSplitK_KM_KN
,
SmallM
)
{
{
std
::
vector
<
int
>
Ms
{
0
,
1
,
2
,
3
,
4
,
5
,
6
};
std
::
vector
<
int
>
Ms
{
1
,
2
,
3
,
4
,
5
,
6
};
constexpr
int
N
=
512
;
constexpr
int
N
=
512
;
constexpr
int
K
=
320
;
constexpr
int
K
=
320
;
...
@@ -43,7 +43,7 @@ TYPED_TEST(TestGemmSplitK_KM_KN, SmallM)
...
@@ -43,7 +43,7 @@ TYPED_TEST(TestGemmSplitK_KM_KN, SmallM)
TYPED_TEST
(
TestGemmSplitK_KM_NK
,
SmallM
)
TYPED_TEST
(
TestGemmSplitK_KM_NK
,
SmallM
)
{
{
std
::
vector
<
int
>
Ms
{
0
,
1
,
2
,
3
,
4
,
5
,
6
};
std
::
vector
<
int
>
Ms
{
1
,
2
,
3
,
4
,
5
,
6
};
constexpr
int
N
=
512
;
constexpr
int
N
=
512
;
constexpr
int
K
=
320
;
constexpr
int
K
=
320
;
...
...
test/image_to_column/CMakeLists.txt
deleted
100644 → 0
View file @
1f02eaef
add_gtest_executable
(
test_image_to_column test_image_to_column.cpp
)
target_link_libraries
(
test_image_to_column PRIVATE utility device_image_to_column_instance
)
add_gtest_executable
(
test_image_to_column_interface test_image_to_column_interface.cpp
)
target_link_libraries
(
test_image_to_column_interface PRIVATE utility
)
Prev
1
2
3
4
Next
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