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
c53edaad
Commit
c53edaad
authored
Feb 04, 2025
by
ThruptiRajLakshmanaGowda
Browse files
Code Cleanup
parent
0f29a0c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_problem.hpp
.../batched_transpose/pipeline/batched_transpose_problem.hpp
+1
-1
No files found.
include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_problem.hpp
View file @
c53edaad
...
@@ -42,7 +42,7 @@ struct BatchedTransposeProblem
...
@@ -42,7 +42,7 @@ struct BatchedTransposeProblem
static
constexpr
bool
kPadM
=
kPadM_
;
static
constexpr
bool
kPadM
=
kPadM_
;
static
constexpr
bool
kPadN
=
kPadN_
;
static
constexpr
bool
kPadN
=
kPadN_
;
static
constexpr
index_t
AlignmentM
=
kPadM
?
VectorLoadSize
/
sizeof
(
InputType
)
:
1
;
// TODO
static
constexpr
index_t
AlignmentM
=
kPadM
?
VectorLoadSize
/
sizeof
(
InputType
)
:
1
;
//
TODO
static
constexpr
index_t
AlignmentN
=
kPadN
?
VectorLoadSize
/
sizeof
(
InputType
)
:
1
;
static
constexpr
index_t
AlignmentN
=
kPadN
?
VectorLoadSize
/
sizeof
(
InputType
)
:
1
;
};
};
}
// namespace ck_tile
}
// namespace ck_tile
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