Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Third Party committed Dec 16, 2023
1 parent 4f95de3 commit 463036b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions include/llama/Copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,12 @@ namespace llama
{
template<typename SrcBlob, typename DstBlob>
void operator()(
const View<mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, AlignSrc, LinearizeArrayIndex, PermuteFields>, SrcBlob>&
srcView,
View<mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, AlignDst, LinearizeArrayIndex, PermuteFields>, DstBlob>&
dstView,
const View<
mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, AlignSrc, LinearizeArrayIndex, PermuteFields>,
SrcBlob>& srcView,
View<
mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, AlignDst, LinearizeArrayIndex, PermuteFields>,
DstBlob>& dstView,
std::size_t threadId,
std::size_t threadCount)
{
Expand All @@ -360,8 +362,9 @@ namespace llama
{
template<typename SrcBlob, typename DstBlob>
void operator()(
const View<mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, AlignSrc, LinearizeArrayIndex, PermuteFields>, SrcBlob>&
srcView,
const View<
mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, AlignSrc, LinearizeArrayIndex, PermuteFields>,
SrcBlob>& srcView,
View<
mapping::
SoA<ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
Expand Down Expand Up @@ -395,8 +398,9 @@ namespace llama
mapping::
SoA<ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
SrcBlob>& srcView,
View<mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, AlignDst, LinearizeArrayIndex, PermuteFields>, DstBlob>&
dstView,
View<
mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, AlignDst, LinearizeArrayIndex, PermuteFields>,
DstBlob>& dstView,
std::size_t threadId,
std::size_t threadCount)
{
Expand Down

0 comments on commit 463036b

Please sign in to comment.