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

Public Attributes

BeginDeepCopyEvent event
 
std::string expt_descr {"{src = \"my source\" (Host, 0x7ffdbc161a70) -> dst = \"my destination\" (Cuda, 0x7ffdbc161a80) of size 2}"}
 

Detailed Description

Definition at line 134 of file test_Events.cpp.

Member Data Documentation

◆ event

Initial value:
{
.dst = {.kpsh = Kokkos::Profiling::make_space_handle("Cuda"), .name = "my destination", .ptr = reinterpret_cast<void*>(0x7ffdbc161a80), .size = 2},
.src = {.kpsh = Kokkos::Profiling::make_space_handle("Host"), .name = "my source", .ptr = reinterpret_cast<void*>(0x7ffdbc161a70), .size = 2}
}

Definition at line 136 of file test_Events.cpp.

◆ expt_descr

std::string Kokkos::utils::tests::callbacks::EventTest< BeginDeepCopyEvent >::expt_descr {"{src = \"my source\" (Host, 0x7ffdbc161a70) -> dst = \"my destination\" (Cuda, 0x7ffdbc161a80) of size 2}"}

Definition at line 140 of file test_Events.cpp.


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