Commit d54312d0 authored by Zimin Li's avatar Zimin Li
Browse files

issue/127: remove the args forward in the calculateImpl() that handles different dtypes

parent 1d182fba
...@@ -247,8 +247,7 @@ struct DeviceImpl::Opaque { ...@@ -247,8 +247,7 @@ struct DeviceImpl::Opaque {
info, workspace, info, workspace,
reinterpret_cast<Tout *>(output), inputs, reinterpret_cast<Tout *>(output), inputs,
elementwiseKernel<Op, Tout, Tin...>, elementwiseKernel<Op, Tout, Tin...>,
stream, stream);
std::forward<Args>(args)...);
} }
private: private:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment