ASCEND_ENGINE_PATH

Description

Set this environment variable when converting a single-operator JSON file to an offline model and you intend to exclusively adopt TBE operators during model conversion. The conversion process will not search for AI CPU operators, and an error will be thrown if the corresponding TBE operator is missing.

If you want to perform other operations after setting the environment variable, run the unset ASCEND_ENGINE_PATH command to disable the environment variable.

Example

export ASCEND_ENGINE_PATH=${INSTALL_DIR}/lib64/plugin/opskernel/libfe.so:${INSTALL_DIR}/lib64/plugin/opskernel/libge_local_engine.so:${INSTALL_DIR}/lib64/plugin/opskernel/librts_engine.so

Replace ${INSTALL_DIR} with the CANN component directory. For example, if the installation is performed by the root user, the default file storage path is /usr/local/Ascend/cann.

Constraints

This environment variable applies only to the use case where the JSON file of the operator is converted into an offline OM model.

Applicability

Atlas training product

Atlas inference product

Atlas A2 training product/Atlas A2 inference product

Atlas A3 training product/Atlas A3 inference product

Atlas 350 Accelerator Card

Atlas 200I/500 A2 inference product