diff --git a/src/cudadev/test/SoAStoreAndView_t.cu b/src/cudadev/test/SoALayoutAndView_t.cu similarity index 99% rename from src/cudadev/test/SoAStoreAndView_t.cu rename to src/cudadev/test/SoALayoutAndView_t.cu index 6603ed947..f5fa1794e 100644 --- a/src/cudadev/test/SoAStoreAndView_t.cu +++ b/src/cudadev/test/SoALayoutAndView_t.cu @@ -55,7 +55,7 @@ GENERATE_SOA_VIEW(SoA1View2GTemplate, SOA_VIEW_VALUE(soa1v, description), SOA_VIEW_VALUE(soa1, someNumber) ) -); +) using SoA1View2G = SoA1View2GTemplate<>; @@ -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.