aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/tuners
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-07-11 11:36:48 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:10 +0000
commitcdb43bda919a7df4a3829fa9d51cbffa24fa3e14 (patch)
tree7cffe91ef17e501b25ae702fdb2726443cc8a8e1 /src/runtime/CL/tuners
parentff12a766434b0d4dac2b5e26cb0c81f4517ef420 (diff)
downloadComputeLibrary-cdb43bda919a7df4a3829fa9d51cbffa24fa3e14.tar.gz
COMPMID-1246: Fixed typo in MidgardTuner.h filename
Change-Id: Iade03ee67939f15a455723346a4ee0a890a8278e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139539 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/CL/tuners')
-rw-r--r--src/runtime/CL/tuners/MidgardTuner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/CL/tuners/MidgardTuner.cpp b/src/runtime/CL/tuners/MidgardTuner.cpp
index 2c4b1ac94c..cae3123d74 100644
--- a/src/runtime/CL/tuners/MidgardTuner.cpp
+++ b/src/runtime/CL/tuners/MidgardTuner.cpp
@@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#include "arm_compute/runtime/CL/tuners/MIdgardTuner.h"
+#include "arm_compute/runtime/CL/tuners/MidgardTuner.h"
#include "arm_compute/core/CL/CLHelpers.h"
#include "arm_compute/core/CL/CLKernels.h"
@@ -74,4 +74,4 @@ void MidgardTuner::tune_kernel_dynamic(ICLKernel &kernel)
ARM_COMPUTE_UNUSED(kernel);
}
} // namespace tuners
-} // namespace arm_compute \ No newline at end of file
+} // namespace arm_compute