ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsPlugins::ExecutionContext Struct Reference

Capture the context of the execution. More...

#include <ActsPlugins/Gnn/Tensor.hpp>

Collaboration diagram for ActsPlugins::ExecutionContext:
[legend]

Public Attributes

Device device {Device::Type::eCPU}
std::optional< cudaStream_t > stream
 Target device for execution CUDA stream for asynchronous execution.

Detailed Description

Capture the context of the execution.

Member Data Documentation

◆ device

Device ActsPlugins::ExecutionContext::device {Device::Type::eCPU}

◆ stream

std::optional<cudaStream_t> ActsPlugins::ExecutionContext::stream

Target device for execution CUDA stream for asynchronous execution.