aboutsummaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2021-01-08 15:16:02 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-02-02 22:05:34 +0000
commit7061eb283969f9a020c08349454447564e4dd5b3 (patch)
treecf11604aaf57ee86ff6e4980a3ddf95bb49167e8 /tests/SConscript
parent74a142c11ec0b2f2b3fe1feb3fdfd98e9190762e (diff)
downloadComputeLibrary-7061eb283969f9a020c08349454447564e4dd5b3.tar.gz
Implement MLGO module
* Implement MLGOHeuristics which provides a query and a loading interface * Implement a top-down parser MLGOParser for parsing dotmlgo * Add validation tests for MLGOHeuristics Resolves COMPMID-3840, COMPMID-3841 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: Iae96d2779524b2dd83623d1a3a30ef57823ae084 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4941 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 'tests/SConscript')
-rw-r--r--tests/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 92cf47b5c6..041ed8f548 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -284,4 +284,4 @@ if test_env['benchmark_examples']:
Depends(arm_compute_benchmark_examples, arm_compute_test_framework)
Depends(arm_compute_benchmark_examples, arm_compute_lib)
Default(arm_compute_benchmark_examples)
- Export('arm_compute_benchmark_examples')
+ Export('arm_compute_benchmark_examples') \ No newline at end of file