We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff1ed9 commit 6e68007Copy full SHA for 6e68007
onnxruntime/core/providers/cpu/cpu_execution_provider.h
@@ -47,6 +47,8 @@ class CPUExecutionProvider : public IExecutionProvider {
47
if (info.create_arena)
48
InsertAllocator(CreateAllocator(device_info));
49
else
50
+#else
51
+ ORT_UNUSED_PARAMETER(info);
52
#endif
53
InsertAllocator(
54
std::shared_ptr<IArenaAllocator>(
0 commit comments