Removed print statement.
This commit is contained in:
parent
451fd9506e
commit
320eacb4c2
|
@ -928,8 +928,6 @@ def igemmlt(A, B, SA, SB, out=None, Sout=None, dtype=torch.int32):
|
||||||
|
|
||||||
rows = n = shapeB[0]
|
rows = n = shapeB[0]
|
||||||
assert math.prod(list(shapeA)) > 0, f'Input tensor dimensions need to be > 0: {shapeA}'
|
assert math.prod(list(shapeA)) > 0, f'Input tensor dimensions need to be > 0: {shapeA}'
|
||||||
print(shapeA, math.prod(shapeA), math.prod(list(shapeA)))
|
|
||||||
print('aaa')
|
|
||||||
|
|
||||||
# if the tensor is empty, return a transformed empty tensor with the right dimensions
|
# if the tensor is empty, return a transformed empty tensor with the right dimensions
|
||||||
if shapeA[0] == 0 and dimsA == 2:
|
if shapeA[0] == 0 and dimsA == 2:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user