Introduction
Function
An open operator can query the generated repository file through the APIs to obtain the tiling result.
The API header files are {install_path}/{version_dir}/${arch}/include/aoe/runtime_kb/runtime_kb_api.h, {install_path}/{version_dir}/runtime/include/aoe/runtime_kb/runtime_kb_api.h, and {install_path}/latest/${arch}/include/aoe/runtime_kb/runtime_kb_api.h.
{install_path} indicates the installation path. The default path for the root user is /usr/local/Ascend. {version_dir} indicates the version number. ${arch} indicates the architecture.
API Constraints
Call API requirements: Call InitBank to initialize the repository query environment, and then call QueryBank to query the repository and obtain operator tiling.
Parent topic: APIs for Querying a Runtime Repository