文件最后提交记录最后更新时间
Initial commit 6 个月前
Initial commit 6 个月前
Initial commit 6 个月前
高阶API 支持A5产品 Co-authored-by: DragonBornHD84<huangduo4@hisilicon.com> # message auto-generated for no-merge-commit merge: !194 merge dev into master 高阶API 支持A5产品 Created-by: DragonBornHD84 Commit-by: DragonBornHD84 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 高阶API 支持A5产品,涉及以下高阶API: activation ├── geglu ├── gelu ├── reglu ├── sigmoid ├── silu ├── softmax ├── swiglu └── swish conv ├── common └── conv3d conv_backprop ├── common ├── conv3d_backprop_filter └── conv3d_backprop_input filter └── dropout hccl ├── ccu ├── common └── impl index └── arithprogression kfc matmul normalization ├── batchnorm ├── deepnorm ├── groupnorm ├── layernorm ├── layernormgrad ├── normalize ├── rmsnorm └── welfordfinalize pad ├── broadcast └── pad quantization ├── antiquant ├── antiquantize ├── dequant ├── dequantize ├── quant └── quantize reduce ├── mean ├── reduce_all ├── reduce_any ├── reduce_max ├── reduce_mean ├── reduce_min ├── reduce_prod ├── reduce_sum ├── reduce_xor_sum └── sum select └── selectwithbytesmask sort ├── sort └── topk transpose ├── confusion_transpose └── transdata utils └── init_global_memory ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!1943 个月前