SebastianBoblestETAS opened a new pull request #10529:
URL: https://github.com/apache/tvm/pull/10529


   If an unknown attribute is found in an Executor instance, the error message 
gives the name of the executer, the unknown attribute, and the legal attributes 
for this executor.
   Like:
   tvm._ffi.base.TVMError: TVMError: Executor "aot": Attribute "bla" not in 
"[workspace-byte-alignment, unpacked-api, interface-api, link-params]".
   
   
   Probably the helper functions "getKeysFrom", "printStringVector", and 
"keysToStringFor" are not at the right place here. 
   I did not find something similar in the TVM repo.
   Should I reuse something for this or where should I put these functions?
   
   


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