tensor-compiler/tensor-compiler.github.io

Confusing example in scheduling doc

Opened this issue · 0 comments

The example for pos in the documentation is confusing. In the code, the condition directly contradicts the loop head and would always evaluate to false.

if (jposA < A2_pos[i] || jposA >= A2_pos[(i + 1)])