Overview
RTC is a runtime compilation library of Ascend C. It dynamically compiles intermediate code into target machine code during program running through the aclrtc API, improving program running performance.
Before using the aclrtc API, include the following header file:
1 | #include "acl/acl_rt_compile.h" |
Parent topic: RTC