[Rocm][Bugfix] Fix dtype not same for gemm_a4w4 op (#33734)
Signed-off-by: charlifu <charlifu@amd.com>
This commit is contained in:
@@ -118,7 +118,12 @@ try:
|
||||
)
|
||||
|
||||
gemm_a4w4(
|
||||
x_q, weight, x_s, weight_scale.view(x_s.dtype), y, bpreshuffle=True
|
||||
x_q,
|
||||
weight.view(x_q.dtype),
|
||||
x_s,
|
||||
weight_scale.view(x_s.dtype),
|
||||
y,
|
||||
bpreshuffle=True,
|
||||
)
|
||||
return y[:M]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user