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
1286072a
Commit
1286072a
authored
Apr 29, 2022
by
qinletao
Browse files
fix get name issue
parent
04397fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/gemm/gemm_fp64.cpp
test/gemm/gemm_fp64.cpp
+1
-1
No files found.
test/gemm/gemm_fp64.cpp
View file @
1286072a
...
@@ -63,7 +63,7 @@ inline std::string get_device_name()
...
@@ -63,7 +63,7 @@ inline std::string get_device_name()
int
main
()
int
main
()
{
{
if
(
get_device_name
()
!=
"gfx90a"
)
if
(
get_device_name
()
.
find
(
"gfx90a"
)
==
std
::
string
::
npos
)
{
{
std
::
cout
<<
"TestGemm ..... SUCCESS"
<<
std
::
endl
;
std
::
cout
<<
"TestGemm ..... SUCCESS"
<<
std
::
endl
;
return
0
;
return
0
;
...
...
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