aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/CpuContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/CpuContext.h')
-rw-r--r--src/cpu/CpuContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/CpuContext.h b/src/cpu/CpuContext.h
index d2062e4bdd..e909767a7b 100644
--- a/src/cpu/CpuContext.h
+++ b/src/cpu/CpuContext.h
@@ -69,6 +69,7 @@ public:
// Inherrited methods overridden
ITensorV2 *create_tensor(const AclTensorDescriptor &desc, bool allocate) override;
+ IQueue *create_queue(const AclQueueOptions *options) override;
private:
AllocatorWrapper _allocator;