mvermeulen opened a new pull request #8446: URL: https://github.com/apache/tvm/pull/8446
PR #8178 added a check for undefined symbols when the target was linked. This broke the ROCm build because some symbols were resolved by libhsaruntime64.so which is present at execution time, but not present at link time. This PR fixes the unresolved symbol issue by linking with libhsaruntime64.so if present. -- 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]
