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
67de476b
Commit
67de476b
authored
Apr 30, 2022
by
qinletao
Browse files
remove typeid because fp16
parent
9e8cb769
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/gemm/gemm_util.hpp
test/gemm/gemm_util.hpp
+0
-1
No files found.
test/gemm/gemm_util.hpp
View file @
67de476b
...
@@ -154,7 +154,6 @@ struct TestGemm
...
@@ -154,7 +154,6 @@ struct TestGemm
auto
operator
()(
DeviceGemmPtr_
&
gemmPtr
)
auto
operator
()(
DeviceGemmPtr_
&
gemmPtr
)
{
{
std
::
cout
<<
"Data type: "
<<
typeid
(
CDataType
{}).
name
()
<<
std
::
endl
;
std
::
cout
<<
"ALayout = "
<<
ALayout
{}.
name
<<
", BLayout = "
<<
BLayout
{}.
name
std
::
cout
<<
"ALayout = "
<<
ALayout
{}.
name
<<
", BLayout = "
<<
BLayout
{}.
name
<<
", CLayout = "
<<
CLayout
{}.
name
<<
std
::
endl
;
<<
", CLayout = "
<<
CLayout
{}.
name
<<
std
::
endl
;
std
::
cout
<<
gemmPtr
->
GetTypeString
()
<<
std
::
endl
;
std
::
cout
<<
gemmPtr
->
GetTypeString
()
<<
std
::
endl
;
...
...
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