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
cddfa5c2
Commit
cddfa5c2
authored
Apr 12, 2022
by
illsilin
Browse files
fix the last warnings
parent
0c767007
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
include/ck/tensor_operation/gpu/device/device_batched_gemm_reduce_xdl_cshuffle.hpp
...on/gpu/device/device_batched_gemm_reduce_xdl_cshuffle.hpp
+0
-1
include/ck/tensor_operation/gpu/grid/gridwise_gemm_reduce_xdl_cshuffle_v1.hpp
...eration/gpu/grid/gridwise_gemm_reduce_xdl_cshuffle_v1.hpp
+17
-0
No files found.
include/ck/tensor_operation/gpu/device/device_batched_gemm_reduce_xdl_cshuffle.hpp
View file @
cddfa5c2
...
...
@@ -9,7 +9,6 @@
#include "tensor_descriptor_helper.hpp"
#include "gridwise_gemm_reduce_xdl_cshuffle_v1.hpp"
#include "gemm_specialization.hpp"
#define UNUSED(x) (void)(x)
namespace
ck
{
namespace
tensor_operation
{
...
...
include/ck/tensor_operation/gpu/grid/gridwise_gemm_reduce_xdl_cshuffle_v1.hpp
View file @
cddfa5c2
...
...
@@ -67,6 +67,23 @@ __global__ void
c_grid_desc_mblock_mperblock_nblock_nperblock
,
d_grid_desc_mblock_mperblock
,
block_2_ctile_map
);
#else
UNUSED
(
p_a_grid
);
UNUSED
(
p_b_grid
);
UNUSED
(
p_c_grid
);
UNUSED
(
p_d0_grid
);
UNUSED
(
p_d1_grid
);
UNUSED
(
a_element_op
);
UNUSED
(
b_element_op
);
UNUSED
(
c_element_op
);
UNUSED
(
d0_reduce_op
);
UNUSED
(
d1_reduce_op
);
UNUSED
(
a_grid_desc_ak0_m_ak1
);
UNUSED
(
b_grid_desc_bk0_n_bk1
);
UNUSED
(
c_grid_desc_mblock_mperblock_nblock_nperblock
);
UNUSED
(
d_grid_desc_mblock_mperblock
);
UNUSED
(
block_2_ctile_map
);
#endif //end of if (defined(__gfx908__) || defined(__gfx90a__))
}
...
...
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