Commit a3115568 authored by Astha Rai's avatar Astha Rai
Browse files

minor fix

parent 5a6d8251
...@@ -63,7 +63,7 @@ int main() ...@@ -63,7 +63,7 @@ int main()
std::array<void*, 1> output = {b_dev_buf.GetDeviceBuffer()}; std::array<void*, 1> output = {b_dev_buf.GetDeviceBuffer()};
using DeviceElementwisePermuteInstance = using DeviceElementwisePermuteInstance =
ck::tensor_operation::device::DeviceElementwise<ck::Tuple<ADataType>, ck::tensor_operation::device::DeviceElementwise3dImpl<ck::Tuple<ADataType>,
ck::Tuple<BDataType>, ck::Tuple<BDataType>,
PassThrough, PassThrough,
2, 2,
......
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