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
8a060395
Commit
8a060395
authored
Aug 10, 2023
by
Adam Osewski
Browse files
Change comment style.
parent
ac76519a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
include/ck/tensor_operation/gpu/device/device_grouped_gemm_splitk.hpp
...ensor_operation/gpu/device/device_grouped_gemm_splitk.hpp
+6
-6
No files found.
include/ck/tensor_operation/gpu/device/device_grouped_gemm_splitk.hpp
View file @
8a060395
...
...
@@ -8,12 +8,12 @@ namespace ck {
namespace
tensor_operation
{
namespace
device
{
/
**
*
@brief Structure representing single GEMM problem arguments.
*
*
The pointer to the vector of those structures is passed
*
to the GroupedGEMM entry point kernel.
*
/
/
//
///
@brief Structure representing single GEMM problem arguments.
///
///
The pointer to the vector of those structures is passed
///
to the GroupedGEMM entry point kernel.
//
/
struct
GroupedGemmKernelArguments
{
__host__
__device__
GroupedGemmKernelArguments
(
const
void
*
p_a_grid_
,
...
...
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