kokkos-utils 0.0.1
 
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::utils::concepts::ExecutionSpace Exec>
struct Kokkos::utils::tests::scoped::ExecutionSpace< Exec >

Create a new execution space instance with RAII semantics.

Definition at line 11 of file ExecutionSpace.hpp.

Constructor & Destructor Documentation

◆ ExecutionSpace() [1/2]

Definition at line 13 of file ExecutionSpace.hpp.

◆ ExecutionSpace() [2/2]

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

Member Function Documentation

◆ operator=()

Member Data Documentation

◆ exec


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