From 320eacb4c23adeaaf4a54166f19eac950aa631f1 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Wed, 3 Aug 2022 14:17:54 -0700 Subject: Removed print statement. --- bitsandbytes/functional.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitsandbytes/functional.py') diff --git a/bitsandbytes/functional.py b/bitsandbytes/functional.py index 494de1b..334bdd9 100644 --- a/bitsandbytes/functional.py +++ b/bitsandbytes/functional.py @@ -928,8 +928,6 @@ def igemmlt(A, B, SA, SB, out=None, Sout=None, dtype=torch.int32): rows = n = shapeB[0] 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 shapeA[0] == 0 and dimsA == 2: -- cgit v1.2.3