DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::property::graph::assume_buffer_outlives_graph Class Reference

Property passed to command_graph constructor to allow buffers to be used with graphs. More...

#include <sycl/ext/oneapi/experimental/graph.hpp>

Inheritance diagram for sycl::_V1::ext::oneapi::experimental::property::graph::assume_buffer_outlives_graph:
Collaboration diagram for sycl::_V1::ext::oneapi::experimental::property::graph::assume_buffer_outlives_graph:

Public Member Functions

 assume_buffer_outlives_graph ()=default
 

Detailed Description

Property passed to command_graph constructor to allow buffers to be used with graphs.

Passing this property represents a promise from the user that the buffer will outlive any graph that it is used in.

Definition at line 156 of file graph.hpp.

Constructor & Destructor Documentation

◆ assume_buffer_outlives_graph()

sycl::_V1::ext::oneapi::experimental::property::graph::assume_buffer_outlives_graph::assume_buffer_outlives_graph ( )
default

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