Unverified Commit efd92615 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

fix clang format (#1662)

parent 73f02a10
...@@ -745,7 +745,7 @@ struct DeviceGroupedConvBwdDataMultipleD_Wmma_CShuffle ...@@ -745,7 +745,7 @@ struct DeviceGroupedConvBwdDataMultipleD_Wmma_CShuffle
return false; return false;
} }
} }
// check number of dimension, only implemented for 2D and 3D now // check number of dimension, only implemented for 2D and 3D now
if(NDimSpatial != 2 && NDimSpatial != 3) if(NDimSpatial != 2 && NDimSpatial != 3)
{ {
......
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