spectrometerHBH edited a comment on pull request #9699: URL: https://github.com/apache/tvm/pull/9699#issuecomment-998496684
Try to 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 < 11`, `j < 5`, `i < 2` 2. ` i*8 + j*2 + k`, with `1 <= j*2 + k < 9`, `3 <= i*8 + j*2 + k < 25`, `i < 11`, `j < 5`, `i < 2` 3. `i0*45 + i1*45 + i2*9 + i3*4 + i4`, with `3<= i1*5 + i2 < 8`, `1 <= i3*4 + i4 < 10`, `i0 < 3`, `i1 < 2`, `i2 < 5`, `i3 < 3`, `i4 < 4` These all should be detected successfully (I think). Correct me if anything wrong :) -- 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]
