You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/07 05:35:22 UTC

[GitHub] [tvm] leeexyz commented on issue #7596: [BUG][CodeGenC]“tvm_call_packed” crashes when build with target “c”

leeexyz commented on issue #7596:
URL: https://github.com/apache/tvm/issues/7596#issuecomment-792221102


   Hi @zhuwenxi , that's a bug. Actually, this is a case from tutorial **extern op**, [link ](https://tvm.apache.org/docs/tutorials/language/extern_op.html). After investigating, I have found this issue was introduced by #5417. See [diff](https://github.com/apache/tvm/commit/8d7249688771bb6806595931586d95648036f383?branch=8d7249688771bb6806595931586d95648036f383&diff=unified#diff-68d4c81453bf10caf7ae867ee644de009e7fed808ce871b54364d27134e920e7R186-R194).
   
   You can comment out this ICHECK as a workaround.
   ```c++
   CHECK(GetUniqueName(packed_func_name) == packed_func_name) <<
           "Expected name " << packed_func_name << " to not be taken";
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org