Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 committed May 29, 2024
1 parent a6cd28e commit a8748cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions containers/unit_tests/TestWithoutInitializing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ TEST(TEST_CATEGORY, resize_realloc_no_init_scatterview) {
using namespace Kokkos::Test::Tools;
listen_tool_events(Config::DisableAll(), Config::EnableKernels());
Kokkos::Experimental::ScatterView<
int**** [1][2][3], typename TEST_EXECSPACE::array_layout, TEST_EXECSPACE>
int*** * [1][2][3], typename TEST_EXECSPACE::array_layout, TEST_EXECSPACE>
bla("bla", 4, 5, 6, 7);

auto success = validate_absence(
Expand Down Expand Up @@ -312,7 +312,7 @@ TEST(TEST_CATEGORY, resize_realloc_no_alloc_scatterview) {
listen_tool_events(Config::DisableAll(), Config::EnableKernels(),
Config::EnableAllocs());
Kokkos::Experimental::ScatterView<
int**** [1][2][3], typename TEST_EXECSPACE::array_layout, TEST_EXECSPACE>
int*** * [1][2][3], typename TEST_EXECSPACE::array_layout, TEST_EXECSPACE>
bla("bla", 7, 6, 5, 4);

auto success = validate_absence(
Expand Down Expand Up @@ -343,7 +343,7 @@ TEST(TEST_CATEGORY, resize_exec_space_scatterview) {
listen_tool_events(Config::DisableAll(), Config::EnableFences(),
Config::EnableKernels());
Kokkos::Experimental::ScatterView<
int**** [1][2][3], typename TEST_EXECSPACE::array_layout, TEST_EXECSPACE>
int*** * [1][2][3], typename TEST_EXECSPACE::array_layout, TEST_EXECSPACE>
bla("bla", 7, 6, 5, 4);

auto success = validate_absence(
Expand Down

0 comments on commit a8748cd

Please sign in to comment.