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
jerrrrry
infinicore
Commits
d54312d0
Commit
d54312d0
authored
Apr 14, 2025
by
Zimin Li
Browse files
issue/127: remove the args forward in the calculateImpl() that handles different dtypes
parent
1d182fba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/infiniop/elementwise/cuda/elementwise_cuda.cuh
src/infiniop/elementwise/cuda/elementwise_cuda.cuh
+1
-2
No files found.
src/infiniop/elementwise/cuda/elementwise_cuda.cuh
View file @
d54312d0
...
...
@@ -247,8 +247,7 @@ struct DeviceImpl::Opaque {
info
,
workspace
,
reinterpret_cast
<
Tout
*>
(
output
),
inputs
,
elementwiseKernel
<
Op
,
Tout
,
Tin
...
>
,
stream
,
std
::
forward
<
Args
>
(
args
)...);
stream
);
}
private:
...
...
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