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
FastMoE
Commits
b83ac1a5
Commit
b83ac1a5
authored
Dec 29, 2020
by
Jiezhong Qiu
Browse files
update
parent
32e35812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
pytorch/cuda/moe_cuda_kernel.cu
pytorch/cuda/moe_cuda_kernel.cu
+0
-1
No files found.
pytorch/cuda/moe_cuda_kernel.cu
View file @
b83ac1a5
...
@@ -189,7 +189,6 @@ void moe_cuda_forward_impl(
...
@@ -189,7 +189,6 @@ void moe_cuda_forward_impl(
}
}
scalar_t
alpha
=
1
,
beta
=
0
;
scalar_t
alpha
=
1
,
beta
=
0
;
checkCudaErrors
(
cublasXgemmBatched
(
h
->
handle
,
checkCudaErrors
(
cublasXgemmBatched
(
h
->
handle
,
CUBLAS_OP_N
,
CUBLAS_OP_N
,
transb
,
transb
,
...
...
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