aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2020-02-13 12:27:37 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-02-26 11:06:48 +0000
commit12f2b8c316155660f1e612fe7e8fab7861decc03 (patch)
tree2bab7a855ce2f52b7e9a59fc60c5e032a7b95176 /arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h
parente620a83da59b9f835642d1dd0b68663556dbf379 (diff)
downloadComputeLibrary-12f2b8c316155660f1e612fe7e8fab7861decc03.tar.gz
COMPMID-3202: Add support for Valhall architecture in GEMM
Change-Id: I2cd0b5ee0ae2e3c65a04c7be70478b0452e55132 Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2730 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h')
-rw-r--r--arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h b/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h
index e13e2eb03d..ff351b6a06 100644
--- a/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h
+++ b/arm_compute/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.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 CLGEMMReshapedOnlyRHSKernelConfigurationBifrost final : public ICLGEMMKern
public:
/** Constructor
*
- * @param[in] arch GPU target
+ * @param[in] gpu GPU target
*/
- CLGEMMReshapedOnlyRHSKernelConfigurationBifrost(GPUTarget arch);
+ CLGEMMReshapedOnlyRHSKernelConfigurationBifrost(GPUTarget gpu);
/** Prevent instances of this class from being copied (As this class contains pointers) */
CLGEMMReshapedOnlyRHSKernelConfigurationBifrost(const CLGEMMReshapedOnlyRHSKernelConfigurationBifrost &) = delete;
/** Prevent instances of this class from being copied (As this class contains pointers) */