Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVignola committed Oct 19, 2023
1 parent b99184d commit 95b4779
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ namespace Dml
m_persistentResourceBinding ? &*m_persistentResourceBinding : nullptr,
gsl::make_span(initInputBindings)));

// Queue references to objects which must be kept alive until resulting GPU work completes
m_winmlProvider->QueueReference(m_compiledExecutionPlanOperator.Get());
m_winmlProvider->QueueReference(m_persistentResourceAllocatorUnk.Get());

std::for_each(
initializeResourceRefs.begin(),
initializeResourceRefs.end(),
Expand Down

0 comments on commit 95b4779

Please sign in to comment.