But it seems that we should not consider the `min(1, OH - i) = 1`, but directly:

    for(i=0; i<OH; i++) {
        test_cust_mul(A, B+i*OW);
        for(j=0; j<OW; j++) {
           C[i][j] = B[i][j] + 1.0;
        }
    }





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/a-failed-example-of-using-compute-at-based-on-tvmscript/11489/6)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/7c897e3d6f93e856386f1c705939830d03fabc0fe2b355227fb10186fb780a54).

Reply via email to