aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/workloads/ClLogSoftmaxWorkload.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/workloads/ClLogSoftmaxWorkload.hpp')
-rw-r--r--src/backends/cl/workloads/ClLogSoftmaxWorkload.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backends/cl/workloads/ClLogSoftmaxWorkload.hpp b/src/backends/cl/workloads/ClLogSoftmaxWorkload.hpp
index 9b531add19..a2835887e0 100644
--- a/src/backends/cl/workloads/ClLogSoftmaxWorkload.hpp
+++ b/src/backends/cl/workloads/ClLogSoftmaxWorkload.hpp
@@ -25,7 +25,8 @@ class ClLogSoftmaxWorkload : public BaseWorkload<LogSoftmaxQueueDescriptor>
{
public:
ClLogSoftmaxWorkload(const LogSoftmaxQueueDescriptor& descriptor, const WorkloadInfo& info,
- std::shared_ptr<arm_compute::MemoryManagerOnDemand>& memoryManager);
+ std::shared_ptr<arm_compute::MemoryManagerOnDemand>& memoryManager,
+ const arm_compute::CLCompileContext& clCompileContext);
void Execute() const override;
private: