已关闭
[Documentation|文档反馈]: AntiMxQuant&MxToBlockMxQuant算子Aclnn文档存在不规范地方 #5287
pyongq创建于  15 天前关闭于  15 天前
pyongq
pyongq
15 天前 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Document Link(文档链接)

https://gitcode.com/cann/ops-nn/blob/master/quant/anti_mx_quant/docs/aclnnAntiMxQuant.md
https://gitcode.com/cann/ops-nn/blob/master/quant/mx_to_block_mx_quant/docs/aclnnMxToBlockMxQuant.md

Issues Section(问题文档片段)

1 - 其中 sfsf 是缩放因子,由输入mxscale提供;biasbias是指数位的偏移,对于FLOAT8_E8M0格式,bias=127bias=127XqX_q是量化得到的FLOAT4/FLOAT8张量;XdqX_{dq} 是反量化得到的FLOAT16/BFLOAT16/FLOAT32张量。
2 FLOAT8支持非连续,FLOAT4不支持非连续
3
ACLNN_ERR_PARAM_NULLPTR
361001
当前平台不在支持的平台范围内。

4 - mxscale.shape[axis_change] = (ceil(x.shape[axis], 32) + 2 - 1) / 2。

Existing Issues(存在的问题)

likedislike
pyongq
pyongq
15 天前 评论:

/assign

likedislike
CANN-robotCANN-robot成员
15 天前 将 pyq17870581669 设为负责人
pyongqpyongq
15 天前 修改了issue 的描述
pyongqpyongq
15 天前 关联了pull request:modify anti_mx_quant & mx_to_block_mx_quant aclnn docs
CANN-robotCANN-robot成员
15 天前 关闭了 issue
CANN-robotCANN-robot成员
15 天前 添加了label:resolved