mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
fix build error for ARM (#2648)
This commit is contained in:
parent
fff1ed9bfc
commit
6e68007d2d
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ class CPUExecutionProvider : public IExecutionProvider {
|
|||
if (info.create_arena)
|
||||
InsertAllocator(CreateAllocator(device_info));
|
||||
else
|
||||
#else
|
||||
ORT_UNUSED_PARAMETER(info);
|
||||
#endif
|
||||
InsertAllocator(
|
||||
std::shared_ptr<IArenaAllocator>(
|
||||
|
|
|
|||
Loading…
Reference in a new issue