trahman-quic commented on PR #12415:
URL: https://github.com/apache/tvm/pull/12415#issuecomment-1213529164

   The error message:
   
   E tvm.error.RPCError: Traceback (most recent call last):
   E 7: TVMFuncCall
   E 6: tvm::runtime::RPCWrappedFunc::operator()(tvm::runtime::TVMArgs, 
tvm::runtime::TVMRetValue*) const
   E 5: tvm::runtime::RPCClientSession::CallFunc(void*, TVMValue const*, int 
const*, int, std::__1::function<void (tvm::runtime::TVMArgs)> const&)
   E 4: tvm::runtime::RPCEndpoint::CallFunc(void*, TVMValue const*, int const*, 
int, std::__1::function<void (tvm::runtime::TVMArgs)>)
   E 3: tvm::runtime::RPCEndpoint::HandleUntilReturnEvent(bool, 
std::__1::function<void (tvm::runtime::TVMArgs)>)
   E 2: tvm::runtime::RPCEndpoint::EventHandler::HandleNextEvent(bool, bool, 
std::__1::function<void (tvm::runtime::TVMArgs)>)
   E 1: 
tvm::runtime::RPCEndpoint::EventHandler::HandleProcessPacket(std::__1::function<void
 (tvm::runtime::TVMArgs)>)
   E 0: 
tvm::runtime::RPCEndpoint::EventHandler::HandleReturn(tvm::runtime::RPCCode, 
std::__1::function<void (tvm::runtime::TVMArgs)>)
   E File 
"/prj/qct/coredev/hexagon/austin/scratch/teams/llvm/compiler/trahman/workspace/src/ai-tools/tvm-main/tvm/src/runtime/library_module.cc",
 line 80
   E File 
"/prj/qct/coredev/hexagon/austin/scratch/teams/llvm/compiler/trahman/workspace/src/ai-tools/tvm-main/tvm/src/runtime/rpc/rpc_endpoint.cc",
 line 376
   E RPCError: Error caught from RPC call:
   E [10:37:05] 
/prj/qct/coredev/hexagon/austin/scratch/teams/llvm/compiler/trahman/workspace/src/ai-tools/tvm-main/tvm/src/runtime/rpc/rpc_endpoint.cc:376:
 RPCError: Error caught from RPC call:
   E TVMError:
   E ---------------------------------------------------------------
   E An error occurred during the execution of TVM.
   E For more information, please see: https://tvm.apache.org/docs/errors.html
   E ---------------------------------------------------------------
   E
   E Check failed: ret == 0 (-1 vs. 0) : Assert fail: (4 == 
tir.tvm_struct_get(arg.var_A, 0, 4)), arg.var_A.ndim is expected to equal 4
   
   python/tvm/_ffi/_ctypes/packed_func.py:237: RPCError


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to