Commit 82b1b680 authored by wangshaojie6's avatar wangshaojie6
Browse files

fix format

parent afebb964
...@@ -330,7 +330,7 @@ int main(int argc, char* argv[]) ...@@ -330,7 +330,7 @@ int main(int argc, char* argv[])
exit(1); exit(1);
} }
float conv_ave_time = 0.f; float conv_ave_time = 0.f;
DeviceMem wei_work_space_device_buf(bwd_weight_workspace_size); DeviceMem wei_work_space_device_buf(bwd_weight_workspace_size);
wei_work_space_device_buf.SetZero(); wei_work_space_device_buf.SetZero();
......
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