Skip to content

Commit

Permalink
Executor 2.0 pipeline integration.
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Zientkiewicz <mzient@gmail.com>
  • Loading branch information
mzient committed Sep 3, 2024
1 parent 771d840 commit 186847f
Show file tree
Hide file tree
Showing 11 changed files with 797 additions and 34 deletions.
6 changes: 3 additions & 3 deletions dali/c_api/c_api_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,9 @@ TYPED_TEST(CApiTest, TestExecutorMeta) {

pipe_ptr.reset();
daliPipelineHandle handle;
daliCreatePipeline(&handle, serialized.c_str(), serialized.size(), batch_size, num_thread,
this->device_id_, false, prefetch_queue_depth, prefetch_queue_depth,
prefetch_queue_depth, true);
daliCreatePipeline2(&handle, serialized.c_str(), serialized.size(), batch_size, num_thread,
this->device_id_, false, false, false,
prefetch_queue_depth, prefetch_queue_depth, prefetch_queue_depth, true);

daliRun(&handle);
daliOutput(&handle);
Expand Down
Loading

0 comments on commit 186847f

Please sign in to comment.