JackWeiw commented on code in PR #15986:
URL: https://github.com/apache/tvm/pull/15986#discussion_r1374212520
##########
src/tir/transforms/inject_ptx_async_copy.cc:
##########
@@ -79,7 +80,7 @@ class PTXAsyncCopyInjector : public StmtMutator {
if (indices_lanes == 1) {
auto src_offset = load->indices[0];
auto dst_offset = store->indices[0];
- Array<PrimExpr> args = {store->buffer->data, tir::Mul(dst_offset,
PrimExpr(index_factor)),
+ Array<PrimExpr> args = {store->buffer->data, mul(dst_offset,
PrimExpr(index_factor)),
Review Comment:
I open a new PR [here](https://github.com/apache/tvm/pull/16000) . Please
have a check.
I will open a new PR to fix dtype mismatch bug in PASS `InjectPTXAsyncCopy`
after symbolic strides PR is merged
--
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]