"include/vscode:/vscode.git/clone" did not exist on "bccc6d8b815a1ef40a52ad96bf1d02686c9d2ded"
Commit 7490b612 authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Format

parent 0a622886
......@@ -349,7 +349,8 @@ struct ThreadwiseTensorSliceTransfer_v3r1
}
static_ford<SliceLengths>{}([&](auto idx) {
// 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
}
......
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