We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99184d commit 95b4779Copy full SHA for 95b4779
1 file changed
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlRuntimeFusedGraphKernel.cpp
@@ -84,10 +84,6 @@ namespace Dml
84
m_persistentResourceBinding ? &*m_persistentResourceBinding : nullptr,
85
gsl::make_span(initInputBindings)));
86
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
-
91
std::for_each(
92
initializeResourceRefs.begin(),
93
initializeResourceRefs.end(),
0 commit comments