We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254ade7 commit bd096bbCopy full SHA for bd096bb
sycl/test-e2e/Graph/Inputs/buffer_fill.cpp
@@ -14,8 +14,7 @@ int main() {
14
exp_ext::command_graph Graph{
15
Queue.get_context(),
16
Queue.get_device(),
17
- {exp_ext::property::graph::assume_buffer_outlives_graph{},
18
- exp_ext::property::graph::assume_data_outlives_buffer{}}};
+ {exp_ext::property::graph::assume_buffer_outlives_graph{}}};
19
20
auto NodeA = add_node(Graph, Queue, [&](handler &CGH) {
21
auto Acc = Buffer.get_access(CGH);
0 commit comments