Skip to content

Commit

Permalink
Feature(mlu-ops): fix utils-func name.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrelYy committed Jan 6, 2025
2 parents bc63280 + acdae23 commit a6b6a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/MLU-OPS-Accuracy-Acceptance-Standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $$
**$diff2$:标准相对误差**

$$
diff2 = \sqrt{\frac{ \sum (evaluated \\_ data - baseline \\_ data)^2}{\sum baseline \\_ data^2 }}
diff2 = \sqrt{\left(\frac{\sum (evaluated \_ data - baseline_ data)^2}{\sum baseline \_ data^2}\right)}
$$

**$diff3_1$:最大单点相对误差**
Expand Down
2 changes: 1 addition & 1 deletion kernels/utils/philox_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ __mlu_func__ void __mluop_cvt_uniform(uint32_t *output, int32_t num,
}

/******************************************************************************
* MLUOP FUNC: __mluop_gen_uniform.
* FUNC: __mluop_gen_uniform.
* Generate random data in half, bfloat16 or float data type.
*
* The philox algorithm has three parameters: seed, offset and subsequence.
Expand Down

0 comments on commit a6b6a64

Please sign in to comment.