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. To use the OpTilingRegistry class, you need to link libtiling_api.so. For details, see How to Perform Tiling Debugging.

Header File to Be Included

1
#include "tiling/context/context_builder.h"

Public Member Functions

OpTilingRegistry()
~OpTilingRegistry()
TilingFunc GetTilingFunc(const char *opType) const
bool LoadTilingLibrary(const char *tilingSoPath) const