[Inductor] Add note that stride_vars result may be inaccurate (#90184)
Strides are are determined by substituting 1 and 0 for different indices, which
will fail for any expression that doesn't match the expected stride calculation.
So, lets add a note to make this clear.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90184
Approved by: https://github.com/jansel, https://github.com/ngimel