Skip to content

Commit bd096bb

Browse files
Bensuomfrancepillois
authored andcommitted
Fix buffer_fill test, rework new node operator= checks
1 parent 254ade7 commit bd096bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/test-e2e/Graph/Inputs/buffer_fill.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ int main() {
1414
exp_ext::command_graph Graph{
1515
Queue.get_context(),
1616
Queue.get_device(),
17-
{exp_ext::property::graph::assume_buffer_outlives_graph{},
18-
exp_ext::property::graph::assume_data_outlives_buffer{}}};
17+
{exp_ext::property::graph::assume_buffer_outlives_graph{}}};
1918

2019
auto NodeA = add_node(Graph, Queue, [&](handler &CGH) {
2120
auto Acc = Buffer.get_access(CGH);

0 commit comments

Comments
 (0)