kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::tests::callbacks::TimerTest< TimerType > Struct Template Reference
Inheritance diagram for Kokkos::utils::tests::callbacks::TimerTest< TimerType >:

Public Member Functions

void SetUp () override
 

Protected Attributes

execution_space exec {}
 
uint32_t dev_id = 0
 
TimerType timer {}
 

Detailed Description

template<typename TimerType>
struct Kokkos::utils::tests::callbacks::TimerTest< TimerType >

Definition at line 27 of file test_EnqueuedEventTimer.cpp.

Member Function Documentation

◆ SetUp()

template<typename TimerType>
void Kokkos::utils::tests::callbacks::TimerTest< TimerType >::SetUp ( )
inlineoverride

Definition at line 30 of file test_EnqueuedEventTimer.cpp.

Member Data Documentation

◆ dev_id

template<typename TimerType>
uint32_t Kokkos::utils::tests::callbacks::TimerTest< TimerType >::dev_id = 0
protected

Definition at line 38 of file test_EnqueuedEventTimer.cpp.

◆ exec

template<typename TimerType>
execution_space Kokkos::utils::tests::callbacks::TimerTest< TimerType >::exec {}
protected

Definition at line 37 of file test_EnqueuedEventTimer.cpp.

◆ timer

template<typename TimerType>
TimerType Kokkos::utils::tests::callbacks::TimerTest< TimerType >::timer {}
protected

Definition at line 39 of file test_EnqueuedEventTimer.cpp.


The documentation for this struct was generated from the following file: