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
7e589a16
Commit
7e589a16
authored
Nov 05, 2023
by
Jing Zhang
Browse files
clean
parent
99bd2285
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
profiler/include/profiler/profile_gemm_impl.hpp
profiler/include/profiler/profile_gemm_impl.hpp
+0
-3
profiler/include/profiler/profile_gemm_splitk_impl.hpp
profiler/include/profiler/profile_gemm_splitk_impl.hpp
+0
-3
No files found.
profiler/include/profiler/profile_gemm_impl.hpp
View file @
7e589a16
...
...
@@ -6,7 +6,6 @@
#include <iomanip>
#include <iostream>
#include <typeinfo>
#include <unistd.h>
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/device/tensor_layout.hpp"
...
...
@@ -201,8 +200,6 @@ int profile_gemm_impl(int do_verification,
<<
std
::
endl
;
}
}
sleep
(
1
);
}
else
{
...
...
profiler/include/profiler/profile_gemm_splitk_impl.hpp
View file @
7e589a16
...
...
@@ -6,7 +6,6 @@
#include <iomanip>
#include <iostream>
#include <typeinfo>
#include <unistd.h>
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/device/tensor_layout.hpp"
...
...
@@ -251,8 +250,6 @@ bool profile_gemm_splitk_impl(int do_verification,
<<
std
::
endl
;
}
}
sleep
(
1
);
}
if
constexpr
(
is_same
<
CDataType
,
float
>::
value
)
...
...
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