Overview
The OpTilingRegistry class belongs to the context_ascendc namespace. It is mainly used to load the dynamic library for tiling implementation and obtain the tiling function pointer of the operator for debugging and verification. This class is usually used together with the ContextBuilder class, which is used to construct the input parameters required by the tiling function. For details, see How to Perform Tiling Debugging.
Required Header File and Library File
- Header files to be included
1#include "tiling/context/context_builder.h"
- Library file to be linked: libtiling_api.a
Public Member Functions
OpTilingRegistry() ~OpTilingRegistry() TilingFunc GetTilingFunc(const char *opType) const bool LoadTilingLibrary(const char *tilingSoPath) const
Parent topic: OpTilingRegistry