Skip to content

Commit b7b61ea

Browse files
DiweiSunchunyuan-w
andauthored
Update _weight_prepack.py (#3424)
Co-authored-by: Chunyuan WU <chunyuan.wu@intel.com>
1 parent 0aec2f8 commit b7b61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel_extension_for_pytorch/nn/utils/_weight_prepack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def TPPLinear_weight_prepack(m, bk=None, bc=None, layer_dtype=torch.float32):
5959
#
6060
# For long term, mark as TODO, we will tune TPP block layout/loop order to make it on par with oneDNN.
6161

62-
fallback_ic_shape_list = [13824, 11008, 16384, 4096]
62+
fallback_ic_shape_list = [13824, 11008, 16384]
6363
fallback_oc_shape_list = [4096, 5120, 16384, 12288]
6464

6565

0 commit comments

Comments
 (0)