Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
320eacb4
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "2aa54743df5dc10dad2ffbaea74329d1ea7a8b47"
Commit
320eacb4
authored
Aug 03, 2022
by
Tim Dettmers
Browse files
Removed print statement.
parent
451fd950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
bitsandbytes/functional.py
bitsandbytes/functional.py
+0
-2
No files found.
bitsandbytes/functional.py
View file @
320eacb4
...
@@ -928,8 +928,6 @@ def igemmlt(A, B, SA, SB, out=None, Sout=None, dtype=torch.int32):
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment