kokkos-utils 0.0.2
 
Loading...
Searching...
No Matches
Kokkos::utils::tests::scoped::ExecutionSpace< Exec > Struct Template Reference

Create a new execution space instance with RAII semantics. More...

#include <ExecutionSpace.hpp>

Public Member Functions

 ExecutionSpace ()
 
ExecutionSpaceoperator= (const ExecutionSpace &)=delete
 
 ExecutionSpace (const ExecutionSpace &)=delete
 

Public Attributes

Exec exec
 

Detailed Description

template<Kokkos::ExecutionSpace Exec>
struct Kokkos::utils::tests::scoped::ExecutionSpace< Exec >

Create a new execution space instance with RAII semantics.

Definition at line 9 of file ExecutionSpace.hpp.

Constructor & Destructor Documentation

◆ ExecutionSpace() [1/2]

template<Kokkos::ExecutionSpace Exec>
Kokkos::utils::tests::scoped::ExecutionSpace< Exec >::ExecutionSpace ( )
inline

Definition at line 11 of file ExecutionSpace.hpp.

◆ ExecutionSpace() [2/2]

template<Kokkos::ExecutionSpace Exec>
Kokkos::utils::tests::scoped::ExecutionSpace< Exec >::ExecutionSpace ( const ExecutionSpace< Exec > & )
delete

Member Function Documentation

◆ operator=()

template<Kokkos::ExecutionSpace Exec>
ExecutionSpace & Kokkos::utils::tests::scoped::ExecutionSpace< Exec >::operator= ( const ExecutionSpace< Exec > & )
delete

Member Data Documentation

◆ exec

template<Kokkos::ExecutionSpace Exec>
Exec Kokkos::utils::tests::scoped::ExecutionSpace< Exec >::exec

Definition at line 16 of file ExecutionSpace.hpp.


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