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 2021/12/21 06:00:30 UTC

[GitHub] [tvm] spectrometerHBH commented on pull request #9699: [TIR] Affine utility support iter lowerbound and diagnostics

spectrometerHBH commented on pull request #9699:
URL: https://github.com/apache/tvm/pull/9699#issuecomment-998496684


   Try to use add these test cases, which I think might be helpful to test the sanity.
   1. i*8 + j*2 + k, with 1 <= j*2 + k < 9, i <= 10
   2. i*8 + j*2 + k, with 1 <= j*2 + k < 9, i <= 10,  3 <= i*8 + j*2 + k <= 25
   3. i0*45 + i1*45 + i2*9 + i3*4 + i4, with 3<= i1*5 + i2 < 8, 1 <= i3*4 + i4 < 10, i0 <= 2
   
   These all should be detected successfully (I think).


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