From 8609ca08556d4d928e290b963c71e731ac24bd52 Mon Sep 17 00:00:00 2001 From: Mohammed Suhail Munshi Date: Thu, 29 Feb 2024 17:00:07 +0000 Subject: Add skeleton for CLScatter op, reference and tests - Adds dataset for tests - Adds skeleton for function, operator, reference and tests Resolves: [COMPMID-6889] Signed-off-by: Mohammed Suhail Munshi Change-Id: I7e57e8b4577fef6aa7421e672894c249cad6c5fa Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11234 Comments-Addressed: Arm Jenkins Reviewed-by: Gunes Bayir Tested-by: Arm Jenkins Benchmark: Arm Jenkins --- filelist.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'filelist.json') diff --git a/filelist.json b/filelist.json index 9f0f302033..ab7f16bc90 100644 --- a/filelist.json +++ b/filelist.json @@ -770,6 +770,15 @@ ] } }, + "Scatter": { + "files": { + "common": [ + "src/gpu/cl/kernels/ClScatterKernel.cpp", + "src/gpu/cl/operators/ClScatter.cpp", + "src/runtime/CL/functions/CLScatter.cpp" + ] + } + }, "Select": { "files": { "common": [ -- cgit v1.2.1