JackWeiw commented on PR #15961: URL: https://github.com/apache/tvm/pull/15961#issuecomment-1774025148
There is one more bug occurs in PASS `InjectPTXAsyncCopy` . that is `dst_offset.dtype` could be int64, the dtype of `PrimExpr(index_factor)` would be set to default to `int32`. cause dtype inconsistent when calling `tir::Mul`. -- 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]
