forked from mrq/bitsandbytes-rocm
debug asset
This commit is contained in:
parent
a214824f93
commit
702cc72018
|
@ -321,6 +321,7 @@ class MatMul8bitLt(torch.autograd.Function):
|
||||||
|
|
||||||
# 4. Mixed-precision decomposition matmul
|
# 4. Mixed-precision decomposition matmul
|
||||||
if coo_tensorA is not None and subA is not None:
|
if coo_tensorA is not None and subA is not None:
|
||||||
|
assert subA.dtype == state.subB.dtype, (subA.dtype, state.subB.dtype)
|
||||||
output += torch.matmul(subA, state.subB)
|
output += torch.matmul(subA, state.subB)
|
||||||
|
|
||||||
# 5. Save state
|
# 5. Save state
|
||||||
|
|
Loading…
Reference in New Issue
Block a user