From bef7fa27b0d231a8649952f60808132d109b6345 Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Wed, 21 Oct 2020 15:58:54 +0100 Subject: COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src Change-Id: I10d27db788e5086adae1841e3e2441cd9b76ef84 Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4310 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- docs/ComputeLibrary.dir | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'docs/ComputeLibrary.dir') diff --git a/docs/ComputeLibrary.dir b/docs/ComputeLibrary.dir index 93be52afd7..7733e531cd 100644 --- a/docs/ComputeLibrary.dir +++ b/docs/ComputeLibrary.dir @@ -23,18 +23,10 @@ * @brief Manages all the OpenCL kernels compilation and caching, provides accessors for the OpenCL Context. */ -/** @file arm_compute/core/CL/CLKernels.h - * @brief Includes all the OpenCL kernels at once - */ - /** @file arm_compute/core/CL/OpenCL.h * @brief Wrapper to configure the Khronos OpenCL C++ header */ -/** @dir arm_compute/core/CL/kernels - * @brief Folder containing all the OpenCL kernels - */ - /** @dir arm_compute/core/CPP * @brief CPP backend core: kernels and utilities. */ @@ -283,7 +275,7 @@ * @brief Folder containing all the configuration files for GEMM */ -/** @dir src/core/CL/cl_kernels +/** @dir src/core/CL/kernels * @brief All the OpenCL kernels */ -- cgit v1.2.1