aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.h')
-rw-r--r--arm_compute/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.h b/arm_compute/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.h
index 6df4aaf4d3..29b8e08a80 100644
--- a/arm_compute/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.h
+++ b/arm_compute/core/CL/gemm/native/CLGEMMNativeKernelConfigurationBifrost.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 ARM Limited.
+ * Copyright (c) 2019-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -36,9 +36,9 @@ class CLGEMMNativeKernelConfigurationBifrost final : public ICLGEMMKernelConfigu
public:
/** Constructor
*
- * @param[in] arch GPU target
+ * @param[in] gpu GPU target
*/
- CLGEMMNativeKernelConfigurationBifrost(GPUTarget arch);
+ CLGEMMNativeKernelConfigurationBifrost(GPUTarget gpu);
/** Prevent instances of this class from being copied (As this class contains pointers) */
CLGEMMNativeKernelConfigurationBifrost(const CLGEMMNativeKernelConfigurationBifrost &) = delete;
/** Prevent instances of this class from being copied (As this class contains pointers) */