We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ac885 commit 85e58afCopy full SHA for 85e58af
src/gpu/jit/conv/zp_plan.cpp
@@ -392,7 +392,7 @@ class zp_comp_init_plan_t : public base_plan_t {
392
393
stmt_t create_tile_wei_Xy_s16(
394
const expr_t &zp, const expr_t &wei, const expr_t &comp) const {
395
- int zp_stride = is_zp_common() ? 0 : 1;
+ int zp_stride = (kind_ == zp_comp_kind_t::wei_Xb_s16) ? 1 : 0;
396
int wei_stride = 2;
397
auto zp_type = zp_layout_.type();
398
auto wei_type = wei_layout_.type();
0 commit comments