ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Attributes | List of all members
ttg_parsec::detail::device_ptr_t Struct Reference

#include <task.h>

Public Attributes

parsec_gpu_task_t * gpu_task = nullptr
 
parsec_flow_t * flows = nullptr
 
parsec_gpu_exec_stream_t * stream = nullptr
 
parsec_device_gpu_module_t * device = nullptr
 
parsec_task_class_t task_class
 

Detailed Description

Definition at line 14 of file task.h.

Member Data Documentation

◆ device

parsec_device_gpu_module_t* ttg_parsec::detail::device_ptr_t::device = nullptr

Definition at line 18 of file task.h.

◆ flows

parsec_flow_t* ttg_parsec::detail::device_ptr_t::flows = nullptr

Definition at line 16 of file task.h.

◆ gpu_task

parsec_gpu_task_t* ttg_parsec::detail::device_ptr_t::gpu_task = nullptr

Definition at line 15 of file task.h.

◆ stream

parsec_gpu_exec_stream_t* ttg_parsec::detail::device_ptr_t::stream = nullptr

Definition at line 17 of file task.h.

◆ task_class

parsec_task_class_t ttg_parsec::detail::device_ptr_t::task_class

Definition at line 19 of file task.h.


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