Skip to content

Commit 95b4779

Browse files
Small fix
1 parent b99184d commit 95b4779

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlRuntimeFusedGraphKernel.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ namespace Dml
8484
m_persistentResourceBinding ? &*m_persistentResourceBinding : nullptr,
8585
gsl::make_span(initInputBindings)));
8686

87-
// Queue references to objects which must be kept alive until resulting GPU work completes
88-
m_winmlProvider->QueueReference(m_compiledExecutionPlanOperator.Get());
89-
m_winmlProvider->QueueReference(m_persistentResourceAllocatorUnk.Get());
90-
9187
std::for_each(
9288
initializeResourceRefs.begin(),
9389
initializeResourceRefs.end(),

0 commit comments

Comments
 (0)