SetMadType
Function
Sets whether to enable the HF32 mode, which is not supported in the current version.
Prototype
1 | int32_t SetMadType(MatrixMadType madType) |
Parameters
Parameter |
Input/Output |
Description |
||
|---|---|---|---|---|
madType |
Input |
Matmul mode. The MatrixMadType type is defined as follows:
|
Returns
-1: setting failed; 0: setting succeeded.
Restrictions
None
Parent topic: Matmul Tiling