SetFixpipePreQuantFlag
Product Support
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
x |
|
x |
|
x |
Function
Sets the scalar quantization parameters in the in-line quantization process during DataCopy (CO1 -> GM or CO1 -> A1).
Prototype
1 2 | template<template T> __aicore__ inline void SetFixpipePreQuantFlag(uint64_t config) |
Parameters
Parameter |
Input/Output |
Meaning |
|---|---|---|
config |
Input |
Used to set the scalar quantization parameters used during quantization. |
Returns
None
Restrictions
None
Example
For details, see the complete example.
1 2 | uint64_t deqScalar = 11; AscendC::SetFixpipePreQuantFlag(deqScalar); |
Parent topic: Data Movement