已合并
重复代码删除 #4225
Chen_HaoWen创建于 4月25日
重复代码删除 #4225
已合并
共 1 个文件变更+0-1
| @@ -67,7 +67,6 @@ using namespace LayerNormV4; | |||
| 67 | using CopyInBlock = NormBlock::BlockLayerNormCopyInX<SubBlock, SelfSubBlock>; \ | 67 | using CopyInBlock = NormBlock::BlockLayerNormCopyInX<SubBlock, SelfSubBlock>; \ |
| 68 | using TileCopyOut = NormTile::TileCopyOut; \ | 68 | using TileCopyOut = NormTile::TileCopyOut; \ |
| 69 | using SubBlockOut = NormSubBlock::SubBlockLayerNormCopyOut<TileCopyOut>; \ | 69 | using SubBlockOut = NormSubBlock::SubBlockLayerNormCopyOut<TileCopyOut>; \ |
| 70 | - using SelfSubBlock = NormSubBlock::SubBlockEmpty; \ | ||
| 71 | using CopyOutBlock = NormBlock::BlockLayerNormCopyOut<SubBlockOut, SelfSubBlock>; \ | 70 | using CopyOutBlock = NormBlock::BlockLayerNormCopyOut<SubBlockOut, SelfSubBlock>; \ |
| 72 | using Kernel = NormKernel::KernelLayerNormBasic<CopyInBlock, CopyInBlock, CopyInBlock, CopyOutBlock, CopyOutBlock, CopyOutBlock, Tfm, Tweight>; \ | 71 | using Kernel = NormKernel::KernelLayerNormBasic<CopyInBlock, CopyInBlock, CopyInBlock, CopyOutBlock, CopyOutBlock, CopyOutBlock, Tfm, Tweight>; \ |
| 73 | typename Kernel::Arguments arguments{x, normalized_shape, gamma, beta, y, mean, rstd, workspace, tiling, &pipe}; \ | 72 | typename Kernel::Arguments arguments{x, normalized_shape, gamma, beta, y, mean, rstd, workspace, tiling, &pipe}; \ |