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
ccfa367e
"src/sequence.h" did not exist on "2d0f324529f3f7d4ed2b6d1e4a94a2ab16468eaf"
Unverified
Commit
ccfa367e
authored
Nov 28, 2023
by
M.Emin Ozturk
Committed by
GitHub
Nov 28, 2023
Browse files
Merge branch 'develop' into muozturk/complex_contraction
parents
5aa9273b
ae5e5181
Changes
42
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
profiler/include/profiler/profile_gemm_impl.hpp
profiler/include/profiler/profile_gemm_impl.hpp
+1
-1
test/transpose/test_transpose_ut_cases.inc
test/transpose/test_transpose_ut_cases.inc
+0
-2
No files found.
profiler/include/profiler/profile_gemm_impl.hpp
View file @
ccfa367e
...
@@ -166,7 +166,7 @@ int profile_gemm_impl(int do_verification,
...
@@ -166,7 +166,7 @@ int profile_gemm_impl(int do_verification,
std
::
string
op_name
=
op_ptr
->
GetTypeString
();
std
::
string
op_name
=
op_ptr
->
GetTypeString
();
float
avg_time
=
float
avg_time
=
invoker_ptr
->
Run
(
argument_ptr
.
get
(),
StreamConfig
{
nullptr
,
time_kernel
});
invoker_ptr
->
Run
(
argument_ptr
.
get
(),
StreamConfig
{
nullptr
,
time_kernel
,
0
,
10
,
50
});
std
::
size_t
flop
=
std
::
size_t
(
2
)
*
M
*
N
*
K
;
std
::
size_t
flop
=
std
::
size_t
(
2
)
*
M
*
N
*
K
;
...
...
test/transpose/test_transpose_ut_cases.inc
View file @
ccfa367e
...
@@ -14,7 +14,6 @@ TYPED_TEST(TestTranspose, Test1)
...
@@ -14,7 +14,6 @@ TYPED_TEST(TestTranspose, Test1)
this
->
Run
();
this
->
Run
();
}
}
TYPED_TEST
(
TestTranpose
,
Test2
)
TYPED_TEST
(
TestTranpose
,
Test2
)
{
{
std
::
vector
<
int
>
Ms
{
127
,
255
,
312
,
799
,
1573
};
std
::
vector
<
int
>
Ms
{
127
,
255
,
312
,
799
,
1573
};
...
@@ -27,4 +26,3 @@ TYPED_TEST(TestTranpose, Test2)
...
@@ -27,4 +26,3 @@ TYPED_TEST(TestTranpose, Test2)
this
->
Run
();
this
->
Run
();
}
}
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