Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.05 KB

custom_kernel_en.rst

File metadata and controls

19 lines (13 loc) · 1.05 KB

Custom Kernel

The custom kernel is the implementation of corresponding operators of the kernel function (or kernel). The PaddlePaddle framework provides the custom kernel for the external device registered by the custom runtime, achieving the compiling, registration, and automatic loading of the kernel independent of the framework. The implementation of the custom kernel is based on the public kernel statement of PaddlePaddle, and public C++ API and register macro.

custom_kernel_docs/kernel_declare_en.md custom_kernel_docs/cpp_api_en.rst custom_kernel_docs/register_api_en.md