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
c43c30c0
Unverified
Commit
c43c30c0
authored
Sep 28, 2023
by
Bartłomiej Kocot
Committed by
GitHub
Sep 28, 2023
Browse files
Merge branch 'develop' into barkocot/grouped-conv-bwd-data-wmma
parents
f3d2a93e
bc1108bb
Changes
42
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 @
c43c30c0
...
@@ -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 @
f3d2a93e
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
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