slyubomirsky opened a new pull request #7278: URL: https://github.com/apache/tvm/pull/7278
Currently, using a dataflow pattern to attempt to match attributes on a call node (for calls to ordinary Relay functions, _not_ operators) results in a segmentation fault due to attempting to access an `AttrsNode` that is not present. This PR checks if the attributes node exists first to prevent the segfault and test this case. Please review @jroesch @mbrookhart ---------------------------------------------------------------- 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]
