Skip to content

Commit

Permalink
Rebase and adjust.
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Zientkiewicz <[email protected]>
  • Loading branch information
mzient committed Aug 9, 2024
1 parent c507643 commit 258ff3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dali/pipeline/executor/executor2/exec_graph_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,11 @@ TEST(ExecGraphTest, LoweredExec) {
env.thread_pool = &tp;
params.env = &env;
params.batch_size = 32;
auto iter = std::make_shared<IterationData>();
params.iter_data = std::make_shared<IterationData>();
{
tasking::Executor ex(4);
ex.Start();
g.PrepareIteration(iter, params);
g.PrepareIteration(params);
auto fut = g.Launch(ex);
auto &out = fut.Value<const PipelineOutput &>();
CheckTestGraph1Results(out.workspace, params.batch_size);
Expand Down

0 comments on commit 258ff3b

Please sign in to comment.