Commit 7490b612 authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Format

parent 0a622886
...@@ -349,7 +349,8 @@ struct ThreadwiseTensorSliceTransfer_v3r1 ...@@ -349,7 +349,8 @@ struct ThreadwiseTensorSliceTransfer_v3r1
} }
static_ford<SliceLengths>{}([&](auto idx) { static_ford<SliceLengths>{}([&](auto idx) {
// convert from SrcData to DstData here // convert from SrcData to DstData here
ck::tensor_operation::element_wise::UnaryConvert{}(dst_thread_scratch_(idx), src_thread_scratch_tuple_[thread_scratch_id][idx]); ck::tensor_operation::element_wise::UnaryConvert{}(
dst_thread_scratch_(idx), src_thread_scratch_tuple_[thread_scratch_id][idx]);
}); });
#endif #endif
} }
......
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