kice opened a new issue #4529: Raise a python exception or Print a message URL: https://github.com/apache/incubator-tvm/issues/4529 https://github.com/apache/incubator-tvm/blob/8e3b5d39c388f6767a2e69afff27eac55557567e/python/tvm/autotvm/task/task.py#L192 Looks like the C++ code dose not raise `AttributeError`, it just print the message. https://github.com/apache/incubator-tvm/blob/8e3b5d39c388f6767a2e69afff27eac55557567e/src/node/reflection.cc#L108-L111 Should we print the message or raise a error? ref: https://github.com/apache/incubator-tvm/issues/2279
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
