aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.h')
-rw-r--r--arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.h b/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.h
index 8ce70d90ae..c6ece758b9 100644
--- a/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.h
+++ b/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfigurationBifrost.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 CLGEMMReshapedKernelConfigurationBifrost final : public ICLGEMMKernelConfi
public:
/** Constructor
*
- * @param[in] arch GPU target
+ * @param[in] gpu GPU target
*/
- CLGEMMReshapedKernelConfigurationBifrost(GPUTarget arch);
+ CLGEMMReshapedKernelConfigurationBifrost(GPUTarget gpu);
/** Prevent instances of this class from being copied (As this class contains pointers) */
CLGEMMReshapedKernelConfigurationBifrost(const CLGEMMReshapedKernelConfigurationBifrost &) = delete;
/** Prevent instances of this class from being copied (As this class contains pointers) */