Commit ff05560b authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Format

parent 34348bd1
...@@ -354,7 +354,8 @@ struct ThreadwiseTensorSliceTransfer_v3r1 ...@@ -354,7 +354,8 @@ struct ThreadwiseTensorSliceTransfer_v3r1
using UnaryConvert = ck::tensor_operation::element_wise::UnaryConvert; using UnaryConvert = ck::tensor_operation::element_wise::UnaryConvert;
#endif #endif
// convert from SrcData to DstData here // convert from SrcData to DstData here
UnaryConvert{}(dst_thread_scratch_(idx), src_thread_scratch_tuple_[thread_scratch_id][idx]); 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