Commit cddfa5c2 authored by illsilin's avatar illsilin
Browse files

fix the last warnings

parent 0c767007
......@@ -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 {
......
......@@ -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__))
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment