文件最后提交记录最后更新时间
高阶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!1944 个月前
Initial commit 6 个月前
Initial commit 6 个月前
Initial commit 6 个月前
修正数组下标校验 Co-authored-by: xiebangrui2025<xiebangrui@huawei.com> # message auto-generated for no-merge-commit merge: !270 merge master into master 修正数组下标校验 Created-by: xiebangrui2025 Commit-by: xiebangrui2025 Merged-by: cann-robot Description: ## 描述 对数组下标的校验出现在了访问之后,需要调整顺序,先校验、再访问。 ## 关联的Issue 不涉及 ## 测试 增加了UT进行看护,也验证了RDV冒烟用例 ## 文档更新 不涉及 ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!2703 个月前
fix code style for include Co-authored-by: shengfeng2026<shengfeng2@huawei.com> Co-authored-by: l00943355<lijunjie147@huawei.com> # message auto-generated for no-merge-commit merge: !154 merge dev into master fix code style for include Created-by: lijunjie147 Commit-by: l00943355;shengfeng2026 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> fix code style for include ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!1544 个月前
高阶API数学库支持A5产品 Co-authored-by: DragonBornHD84<huangduo4@hisilicon.com> # message auto-generated for no-merge-commit merge: !158 merge dev into master 高阶API数学库支持A5产品 Created-by: DragonBornHD84 Commit-by: DragonBornHD84 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 高阶API数学库支持A5产品,涉及以下math数学库API: acos acosh asin asinh atan atanh axpy bitwise_and bitwise_not bitwise_or bitwise_template bitwise_xor ceil clamp cos cosh cumsum digamma erf erfc exp floor fma fmod frac hypot isfinite isinf isnan lgamma log logical_and logical_ands logical_not logical_or logical_ors logical_template logical_xor philox power rint round sign sin sincos sinh tan tanh trunc where xor ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!1584 个月前
高阶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!1944 个月前
高阶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!1944 个月前
高阶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!1944 个月前
高阶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!1944 个月前
高阶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!1944 个月前
fix code style for include Co-authored-by: shengfeng2026<shengfeng2@huawei.com> Co-authored-by: l00943355<lijunjie147@huawei.com> # message auto-generated for no-merge-commit merge: !154 merge dev into master fix code style for include Created-by: lijunjie147 Commit-by: l00943355;shengfeng2026 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> fix code style for include ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!1544 个月前
高阶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!1944 个月前
高阶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!1944 个月前
高阶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!1944 个月前