SetMadType
Function Usage
Sets whether to enable the HF32 mode. 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.
Precautions
None
Parent topic: Matmul Tiling Class