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_ROCM
Commits
1be47063
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "138faf396178cbf6c093c09e5bf86b1740c9b419"
Unverified
Commit
1be47063
authored
Jan 22, 2024
by
zjing14
Committed by
GitHub
Jan 22, 2024
Browse files
fixed return (#1138)
parent
bb63b973
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
profiler/include/profiler/profile_gemm_impl.hpp
profiler/include/profiler/profile_gemm_impl.hpp
+1
-1
No files found.
profiler/include/profiler/profile_gemm_impl.hpp
View file @
1be47063
...
@@ -298,7 +298,7 @@ int profile_gemm_impl(int do_verification,
...
@@ -298,7 +298,7 @@ int profile_gemm_impl(int do_verification,
}
}
}
}
return
pass
?
0
:
1
;
return
pass
;
}
}
}
// namespace profiler
}
// namespace profiler
...
...
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