Introduction to RTC
The Runtime Compilation Tool (RTC) is a runtime compilation library of Ascend C. It uses the aclrtc API to dynamically compile intermediate code into target machine code during program running, improving program running performance.
Before using the aclrtc API, you need to include the following header file:
1 | #include "acl/acl_rt_compile.h" |
Parent topic: RTC