mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 03:19:48 +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:
@@ -13,8 +13,7 @@ using ck::profiler::NormType;
|
||||
|
||||
struct ArgParser
|
||||
{
|
||||
std::unordered_map<std::string, NormType> norm_dict = {{"layernorm", NormType::LAYERNORM},
|
||||
{"batchnorm", NormType::BATCHNORM},
|
||||
std::unordered_map<std::string, NormType> norm_dict = {{"batchnorm", NormType::BATCHNORM},
|
||||
{"softmax", NormType::SOFTMAX}};
|
||||
|
||||
std::unordered_map<std::string, std::vector<int>> long_opts = {
|
||||
|
||||
Reference in New Issue
Block a user