You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the zdnn library functions are called at compile time in onnx-mlir to handle constants in the model. In those calls, verify_transformed_descriptor() will be called indirectly. This function requires the value of nnpa_query_result. It is not clear to me how to initialize the Napa_query_result in onnx-mlir:
The value should be set to the target specified with compilation flag --mcpu. But the compiler may be running on a different machine.
Files containing the changessrc/Accelerators/NNPA/Support/Stickify/Stickify.cpp
The text was updated successfully, but these errors were encountered:
Some of the zdnn library functions are called at compile time in onnx-mlir to handle constants in the model. In those calls, verify_transformed_descriptor() will be called indirectly. This function requires the value of nnpa_query_result. It is not clear to me how to initialize the Napa_query_result in onnx-mlir:
The value should be set to the target specified with compilation flag --mcpu. But the compiler may be running on a different machine.
Files containing the changes
src/Accelerators/NNPA/Support/Stickify/Stickify.cpp
The text was updated successfully, but these errors were encountered: