kokkos-utils 0.0.2
 
Loading...
Searching...
No Matches
Kokkos::utils::tests::printers Namespace Reference

Classes

struct  DeepAssign1D
 
struct  DeepAssign1DFormatting
 
struct  DeepAssign2D
 
struct  PrintersTest
 

Functions

 TEST_F (PrintersTest, Kokkos_View_0D)
 
 TEST_F (PrintersTest, Kokkos_View_1D)
 
 TEST_F (PrintersTest, Kokkos_View_1D_formatting)
 
 TEST_F (PrintersTest, Kokkos_View_2D)
 

Function Documentation

◆ TEST_F() [1/4]

Kokkos::utils::tests::printers::TEST_F ( PrintersTest ,
Kokkos_View_0D  )
Test
Test stream operator for a 0D Kokkos::View.

Definition at line 32 of file test_View.cpp.

◆ TEST_F() [2/4]

Kokkos::utils::tests::printers::TEST_F ( PrintersTest ,
Kokkos_View_1D  )
Test
Test stream operator for a 1D Kokkos::View.

Definition at line 60 of file test_View.cpp.

◆ TEST_F() [3/4]

Kokkos::utils::tests::printers::TEST_F ( PrintersTest ,
Kokkos_View_1D_formatting  )
Test
Test stream operator for a 1D Kokkos::View when the parent stream has special formatting.

Definition at line 88 of file test_View.cpp.

◆ TEST_F() [4/4]

Kokkos::utils::tests::printers::TEST_F ( PrintersTest ,
Kokkos_View_2D  )
Test
Test stream operator for a 2D Kokkos::View.

Definition at line 117 of file test_View.cpp.