Skip to content

Commit

Permalink
[cudadev] Renamed SoA test to match currrent nomenclature.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcano committed Jan 14, 2022
1 parent 9ad2ba7 commit a2643bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GENERATE_SOA_VIEW(SoA1View2GTemplate,
SOA_VIEW_VALUE(soa1v, description),
SOA_VIEW_VALUE(soa1, someNumber)
)
);
)

using SoA1View2G = SoA1View2GTemplate<>;

Expand All @@ -81,7 +81,7 @@ GENERATE_SOA_CONST_VIEW(SoA1View2Gconst,
SOA_VIEW_VALUE(soa1v, description),
SOA_VIEW_VALUE(soa1, someNumber)
)
);
)

// Parameter reusing kernels. The disassembly will indicate whether the compiler uses the wanted cache hits and uses
// `restrict` hints avoid multiple reduce loads.
Expand Down

0 comments on commit a2643bf

Please sign in to comment.