mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +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
[ROCm/composable_kernel commit: 76d144fa7c]
This commit is contained in:
@@ -23,7 +23,7 @@ class TestElementwiseLayernorm : public ::testing::Test
|
||||
{
|
||||
// M, N
|
||||
std::vector<std::vector<ck::index_t>> lengths = {
|
||||
{1, 1}, {25, 16}, {39, 777}, {100, 200}, {1024, 1024}, {48 * 256, 2048}};
|
||||
{1, 1}, {25, 16}, {39, 777}, {100, 200}, {1024, 1024}, {48 * 256, 2048}, {4096, 8192}};
|
||||
|
||||
for(auto length : lengths)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user