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