You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/05 17:42:43 UTC

[GitHub] [tvm] junrushao1994 opened a new pull request, #11582: [Bugfix][TIR] Fix hardcoded int32 in compute-at

junrushao1994 opened a new pull request, #11582:
URL: https://github.com/apache/tvm/pull/11582

   The schedule primitive compute-at generates loop variables with
   `dtype=int32` hardcoded. This behavior leads to unreasonable behavior
   when dealing with large tensors whose shapes are `int64`. This PR brings
   a fix to this issue.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11582: [Bugfix][TIR] compute-at/fuse/split dtype mismatch

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on code in PR #11582:
URL: https://github.com/apache/tvm/pull/11582#discussion_r889734011


##########
tests/python/unittest/test_tir_schedule_split_fuse.py:
##########
@@ -582,5 +580,62 @@ def zero_dim_added(
     tvm.ir.assert_structural_equal(zero_dim_added, sch.mod["main"])
 
 
+@pytest.mark.skip("Pending fix in affine analysis")

Review Comment:
   @spectrometerHBH 



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 merged pull request #11582: [Bugfix][TIR] compute-at/fuse/split dtype mismatch

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged PR #11582:
URL: https://github.com/apache/tvm/pull/11582


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 commented on pull request #11582: [Bugfix][TIR] compute-at/fuse/split dtype mismatch

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on PR #11582:
URL: https://github.com/apache/tvm/pull/11582#issuecomment-1146909429

   CC: @spectrometerHBH would you like to review this PR?


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org