[Bugfix] Convert untraceable GroupShape to list for AMD impl (#26535)
Signed-off-by: Lucas Kabela <lucaskabela@meta.com>
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user