patschmidt2 commented on issue #16566: URL: https://github.com/apache/tvm/issues/16566#issuecomment-1944155924
I've noticed one more issue. I tried to just comment out the comparisons on the iter_vars of the `BlockNode `and `BlockRealizeNode` to see if tensorization then works. This leads to this error: ``` CompareBufferRegion buffer region min mismatch. lhs->region[i + offset]=range(min=v_j_i, ext=1)Range(0x55bfb37cd9d0) vs rhs->region[i]=range(min=vjj, ext=1)Range(0x55bfb37cada0) BlockNode write buffers do not match: op->writes=[res[0, v_j_i]] vs rhs->writes=[C[0, vjj]] ``` I don't understand why there is a Range(<some address>) in there, that doesn't seem right to me. I have also tried to print the regions that are compared, but that also throws an error: ``` IndexError: Variable is not defined in the environment: v_j_i IndexError: Variable is not defined in the environment: vjj ``` Which is weird, since these variables probably should exist somewhere. And `vjj` is not a unit iterator either. -- 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]
