提交 3e352388 编写于 作者: D dengkaipeng

fix format. test=develop

上级 eb2123e1
......@@ -799,7 +799,7 @@ void TestKernelStrideScal() {
using T = typename KernelTuple::data_type;
VLOG(10) << "Test JITKernel: " << jit::to_string(KernelTuple::kernel_type);
for (int d : TestSizes()) {
for (int m : {1, 2, 3}) { // stride
for (int m : {1, 2, 3}) { // stride
if (m > d || d % m != 0) {
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册