Commit 5ca6b1f8 authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed CI

parent 66ceae42
...@@ -129,9 +129,10 @@ __global__ void ...@@ -129,9 +129,10 @@ __global__ void
id_off += grid_size_grp; id_off += grid_size_grp;
} }
#else #else
ignore = grid_size_grp;
ignore = gemm_descs_const; ignore = gemm_descs_const;
ignore = group_count; ignore = group_count;
ignore = grid_size_grp;
ignore = KBatch;
ignore = a_element_op; ignore = a_element_op;
ignore = b_element_op; ignore = b_element_op;
ignore = c_element_op; ignore = c_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