[Bugfix] Convert untraceable GroupShape to list for AMD impl (#26535)

Signed-off-by: Lucas Kabela <lucaskabela@meta.com>
This commit is contained in:
Lucas Kabela
2025-10-10 06:32:29 -07:00
committed by GitHub
parent 784c231151
commit 213b64452a

View File

@ -360,7 +360,7 @@ class W8A8BlockFp8LinearOp:
weight,
input_scale,
weight_scale,
self.weight_group_shape,
list(self.weight_group_shape),
input_2d.dtype,
)
@ -377,7 +377,7 @@ class W8A8BlockFp8LinearOp:
weight,
input_scale,
weight_scale,
self.weight_group_shape,
list(self.weight_group_shape),
input_2d.dtype,
)