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
4decb3cc
Commit
4decb3cc
authored
May 02, 2023
by
Tim Dettmers
Browse files
Removed uncessary sync.
parent
394749db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
csrc/kernels.cu
csrc/kernels.cu
+0
-1
No files found.
csrc/kernels.cu
View file @
4decb3cc
...
@@ -3145,7 +3145,6 @@ template <typename T, int BITS, int THREADS> __global__ void gemm_device(int M,
...
@@ -3145,7 +3145,6 @@ template <typename T, int BITS, int THREADS> __global__ void gemm_device(int M,
}
}
ticktock
=
ticktock
==
0
?
1
:
0
;
ticktock
=
ticktock
==
0
?
1
:
0
;
__syncthreads
();
if
(
warp_id
==
(
WARPS
-
1
))
if
(
warp_id
==
(
WARPS
-
1
))
for
(
int
k
=
0
;
k
<
batch_size_warps
;
k
++
)
for
(
int
k
=
0
;
k
<
batch_size_warps
;
k
++
)
{
{
...
...
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