"driver/driver.hip.cpp" did not exist on "28354a0fa374f71ceeb72ddccf09796701981b3c"
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 ...@@ -533,6 +533,11 @@ struct DeviceElementwiseNormalizationImpl
return (false); return (false);
} }
if(p_arg_->x_lds_size_ >= 65536)
{
return (false);
}
return true; 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