mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 21:21:22 +00:00
Add instance for elementwise normlization (#573)
* added instances for large N * add instance for elementwise normlization * added supported restrict in device_elementwise_normalization_impl.hpp
This commit is contained in:
@@ -533,6 +533,11 @@ struct DeviceElementwiseNormalizationImpl
|
||||
return (false);
|
||||
}
|
||||
|
||||
if(p_arg_->x_lds_size_ >= 65536)
|
||||
{
|
||||
return (false);
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user