psrivas2 commented on code in PR #14612:
URL: https://github.com/apache/tvm/pull/14612#discussion_r1165491969


##########
src/relax/transform/infer_amp_utils.cc:
##########
@@ -40,6 +40,11 @@ NType NTypeMerge(const NType& a, const NType& b) {
   auto fcombine = [&](const String& a_str, const String& b_str) -> String {
     DataType a = DataType(String2DLDataType(a_str));
     DataType b = DataType(String2DLDataType(b_str));
+    if (a_str == "") {

Review Comment:
   should we move this if-else-if before lines 41 and 42? 



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