Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
liyinrong
composable_kernel
Commits
194bf17e
Commit
194bf17e
authored
2 years ago
by
Astha Rai
Browse files
Options
Download
Email Patches
Plain Diff
removed extra code
parent
73486a93
gridwise_2d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ck/tensor_operation/gpu/grid/gridwise_elementwise_2d.hpp
+1
-1
.../ck/tensor_operation/gpu/grid/gridwise_elementwise_2d.hpp
with
1 addition
and
1 deletion
+1
-1
include/ck/tensor_operation/gpu/grid/gridwise_elementwise_2d.hpp
View file @
194bf17e
...
...
@@ -104,7 +104,7 @@ struct GridwiseElementwise_2D
const
index_t
blockSize
=
get_block_size
();
const
index_t
blockPerGrid_m
=
get_grid_size
();
const
index_t
blockPerGrid_n
=
gridDim
.
y
;
const
index_t
block_1d
=
get_block_1d_id
();
//
const index_t block_1d = get_block_1d_id();
const
auto
M
=
in_grid_2d_desc_tuple
[
I0
].
GetLength
(
I0
);
const
auto
N
=
in_grid_2d_desc_tuple
[
I0
].
GetLength
(
I1
);
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help