Commit 73486a93 authored by Astha Rai's avatar Astha Rai
Browse files

changed vector load

parent 41bcd608
...@@ -26,8 +26,8 @@ using DeviceElementwisePermuteInstance = ...@@ -26,8 +26,8 @@ using DeviceElementwisePermuteInstance =
1, 1,
8, 8,
8, 8,
ck::Sequence<1>, ck::Sequence<8>,
ck::Sequence<1>>; ck::Sequence<8>>;
template <typename HostTensorA, typename HostTensorB, typename Functor> template <typename HostTensorA, typename HostTensorB, typename Functor>
void host_elementwise4D(HostTensorB& B_nhwc, void host_elementwise4D(HostTensorB& B_nhwc,
......
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