ICachePreLoad (ISASI)
Product Support
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
√ |
|
x |
|
x |
Function
Preloads instructions to the iCache from the DDR address where the instructions are located.
Prototype
1 | __aicore__ inline void ICachePreLoad(const int64_t preFetchLen) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
preFetchLen |
Input |
Prefetch length. For For For the |
Returns
None
Restrictions
None
Example
1 2 | int64_t preFetchLen = 2; AscendC::ICachePreLoad(preFetchLen); |