Skip to content

Commit

Permalink
fix for OV_GPU_DisableFCFusion=1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonbok committed Dec 2, 2024
1 parent 8db24da commit afc3b0a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,6 @@ inline void FUNC(fc_bf_tiled_kernel_default)(
}
}
#if OUTER_OFM > 1 && !defined(SWIGLU_LENGTH)
out_f += TILE_OFM * SIMD;
input_offset = input_offset_init;
}
#endif
// =====================================================================================================================================
Expand Down

0 comments on commit afc3b0a

Please sign in to comment.