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 {
info, workspace,
reinterpret_cast<Tout *>(output), inputs,
elementwiseKernel<Op, Tout, Tin...>,
stream,
std::forward<Args>(args)...);
stream);
}
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