Commit 0fc1858e authored by guangzlu's avatar guangzlu
Browse files

added supported restrict in device_elementwise_normalization_impl.hpp

parent 03fc4e35
......@@ -533,6 +533,11 @@ struct DeviceElementwiseNormalizationImpl
return (false);
}
if(p_arg_->x_lds_size_ >= 65536)
{
return (false);
}
return true;
};
......
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