add client example for elementwise_normalization (#501)

* add client example for elementwise_normalization

* clang format elementwise_layernorm2d.cpp

* changed some naming to make it more understandable

* changed naming of input into ab_input

* fixed bug for threadwise_x_store

* add elementwise operation to reference

[ROCm/composable_kernel commit: 7045632885]
This commit is contained in:
guangzlu
2022-11-11 02:30:36 +08:00
committed by GitHub
parent d4808347e6
commit 83bc14e181
4 changed files with 182 additions and 4 deletions

View File

@@ -289,7 +289,7 @@ struct GridwiseElementwiseLayernormWelfordVariance_mk_to_mk
XDataType,
decltype(thread_buffer_desc_m_k),
GridDesc_M_K,
YElementwiseOperation,
PassThrough,
ThreadBufferLengths_M_K,
ThreadBufferDimAccessOrder,
XSrcVectorDim,