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
/akg/third_party/incubator-tvm/include/tvm/packed_func_ext.h:143:10: error: no matching function for call to ‘std::basic_string_view::basic_string_view(air::runtime::ObjectPtrair::runtime::Object)’
143 | return TObjectRef(ObjectPtr(ptr));
Special notes for this issue
The text was updated successfully, but these errors were encountered:
Environment
Hardware Environment(
Ascend
/GPU
/CPU
):Software Environment:
Describe the current behavior
Describe the expected behavior
Steps to reproduce the issue
git clone https://gitee.com/mindspore/akg.git
cd akg
bash build.sh -e cpu -j8
Related log / screenshot
/akg/third_party/incubator-tvm/include/tvm/packed_func_ext.h:143:10: error: no matching function for call to ‘std::basic_string_view::basic_string_view(air::runtime::ObjectPtrair::runtime::Object)’
143 | return TObjectRef(ObjectPtr(ptr));
Special notes for this issue
The text was updated successfully, but these errors were encountered: