GetICachePreloadStatus (ISASI)
Product Support
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
Function
Obtains the PreLoad status of the iCache.
Prototype
1 | __aicore__ inline int64_t GetICachePreloadStatus() |
Parameters
None
Returns
int64_t type. The value 0 indicates idle, and the value 1 indicates busy.
Restrictions
None
Example
1 | int64_t cachePreloadStatus = AscendC::GetICachePreloadStatus(); |
Parent topic: Cache Control