tigert1998 commented on issue #585: URL: https://github.com/apache/tvm/issues/585#issuecomment-1486466743
I am trying to work out what `offset_factor` means. I think the basic idea is right. But in detail, there're mistakes. According to xqdan, `offset_factor` has the same meaning with `y.itemsize`. But I think not. In TVM's official tutorial (https://tvm.apache.org/docs/how_to/work_with_schedules/tensorize.html), `offset_factor` is 1 in `intrin_gemv`. But at the same time, `a`, `b` and `k` all has `float32` type. So I suspect `offset_factor` means the interval (counted by the number of elements rather bytes) between two nearby elements. -- 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]
