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

Functions

 TEST (concepts, DualView)
 
 TEST (concepts, Space)
 
 TEST (concepts, View)
 
 TEST (concepts, ViewOfInstanceOf)
 
 TEST (concepts, ViewOf)
 
 TEST (concepts, ViewOfRank)
 
 TEST (concepts, ModifiableView)
 

Function Documentation

◆ TEST() [1/7]

Kokkos::utils::tests::concepts::TEST ( concepts ,
DualView  )
Test
Check that Kokkos::utils::concepts::DualView works as expected.

A Kokkos::DualView fulfills the concept.

A Kokkos::View does not fulfill the concept.

A Kokkos::DualView does not fulfill the Kokkos::utils::concepts::View concept.

Definition at line 23 of file test_DualView.cpp.

◆ TEST() [2/7]

Kokkos::utils::tests::concepts::TEST ( concepts ,
ModifiableView  )
Test
Check the behavior of Kokkos::utils::concepts::ModifiableView.

Definition at line 80 of file test_View.cpp.

◆ TEST() [3/7]

Kokkos::utils::tests::concepts::TEST ( concepts ,
Space  )
Test
Check that Kokkos::utils::concepts::Space works as expected.

Definition at line 24 of file test_Space.cpp.

◆ TEST() [4/7]

Kokkos::utils::tests::concepts::TEST ( concepts ,
View  )
Test
Check that Kokkos::utils::concepts::View works as expected.

Definition at line 26 of file test_View.cpp.

◆ TEST() [5/7]

Kokkos::utils::tests::concepts::TEST ( concepts ,
ViewOf  )
Test
Check Kokkos::utils::concepts::ViewOf.

Definition at line 46 of file test_View.cpp.

◆ TEST() [6/7]

Kokkos::utils::tests::concepts::TEST ( concepts ,
ViewOfInstanceOf  )

◆ TEST() [7/7]

Kokkos::utils::tests::concepts::TEST ( concepts ,
ViewOfRank  )
Test
Check the behavior of Kokkos::utils::concepts::ViewOfRank.

Definition at line 61 of file test_View.cpp.