mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 04:49:54 +00:00
ckProfiler for layernorm (#330)
* Refine parameter
* Add base class for layernorm
* Add layernorm instance
* Add layernorm to ckProfiler
* Remove redundant
* Add verification
* Fix compile error due to merge
[ROCm/composable_kernel commit: fdfd7eb597]
This commit is contained in:
@@ -36,7 +36,6 @@ namespace profiler {
|
||||
|
||||
enum struct NormType
|
||||
{
|
||||
LAYERNORM,
|
||||
BATCHNORM,
|
||||
SOFTMAX,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user