We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aec2f8 commit b7b61eaCopy full SHA for b7b61ea
intel_extension_for_pytorch/nn/utils/_weight_prepack.py
@@ -59,7 +59,7 @@ def TPPLinear_weight_prepack(m, bk=None, bc=None, layer_dtype=torch.float32):
59
#
60
# For long term, mark as TODO, we will tune TPP block layout/loop order to make it on par with oneDNN.
61
62
-fallback_ic_shape_list = [13824, 11008, 16384, 4096]
+fallback_ic_shape_list = [13824, 11008, 16384]
63
fallback_oc_shape_list = [4096, 5120, 16384, 12288]
64
65
0 commit comments