Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
0fc1858e
Commit
0fc1858e
authored
Feb 09, 2023
by
guangzlu
Browse files
added supported restrict in device_elementwise_normalization_impl.hpp
parent
03fc4e35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
include/ck/tensor_operation/gpu/device/impl/device_elementwise_normalization_impl.hpp
...gpu/device/impl/device_elementwise_normalization_impl.hpp
+5
-0
No files found.
include/ck/tensor_operation/gpu/device/impl/device_elementwise_normalization_impl.hpp
View file @
0fc1858e
...
@@ -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
;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment