Commit 661b166e authored by Jing Zhang's avatar Jing Zhang
Browse files

fix ci

parent e1953576
...@@ -66,7 +66,7 @@ __global__ void ...@@ -66,7 +66,7 @@ __global__ void
c_element_op, c_element_op,
gemm_desc_ptr[group_id].grouped_gemm_transpose_block_2_ctile_map_); gemm_desc_ptr[group_id].grouped_gemm_transpose_block_2_ctile_map_);
#else #else
ignore = gemm_descs; ignore = gemm_descs_const;
ignore = group_count; ignore = group_count;
ignore = a_element_op; ignore = a_element_op;
ignore = b_element_op; ignore = b_element_op;
......
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