Compare commits

..

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
187f9e613e
!5 更新ComputeLibrary源码包版本
From: @dandanxu1993 
Reviewed-by: @sinever 
Signed-off-by: @sinever
2023-01-04 03:34:39 +00:00
xudandan
88d32a1e37 ComputeLibrary:fix Check Result failed
* fix Check Result failed

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2023-01-04 09:48:38 +08:00
xudandan
d7d78817ab ComputeLibrary:fix Check Result failed
* fix Check Result failed

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2023-01-04 09:16:05 +08:00
xudandan
45e2b9fcc8 ComputeLibrary:fix Check Result failed
* fix Check Result failed

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2023-01-03 17:30:15 +08:00
xudandan
6f355f655d ComputeLibrary:fix check_spec_file error
* fix check_spec_file error

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2022-12-26 13:39:37 +08:00
xudandan
d9e33377cb ComputeLibrary:fix build error
* fix build error

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2022-12-23 13:15:17 +08:00
xudandan
cd03cf506b ComputeLibrary:fix build error
* fix build error

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2022-12-22 17:20:47 +08:00
xudandan
aa7c79dcb6 ComputeLibrary:fix build error
* fix build error

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2022-12-15 15:36:23 +08:00
xudandan
3bf3e05b23 ComputeLibrary:Upgrade ComputeLibrary version to v22.11
* Upgrade ComputeLibrary version to v22.11

Signed-off-by: xudandan <dandan@nj.iscas.ac.cn>
2022-12-15 13:25:25 +08:00
openeuler-ci-bot
94553c0013 !4 Add yaml for ComputeLibrary
From: @hubble_zhu
Reviewed-by: @sinever
Signed-off-by: @sinever
2020-12-10 16:36:13 +08:00
hubble_zhu
1add1f274a Add yaml for ComputeLibrary 2020-12-01 10:49:37 +08:00
4 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
ComputeLibrary-22.11.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
%define so_ver 18 %define so_ver 29
# Disable validation tests by default due to opencl needing to be set up # Disable validation tests by default due to opencl needing to be set up
%bcond_with computelibrary_tests %bcond_with computelibrary_tests
Name: ComputeLibrary Name: ComputeLibrary
Version: 20.02.1 Version: 22.11
Release: 2 Release: 1.1
Summary: ARM Compute Library Summary: ARM Compute Library
License: MIT License: MIT
URL: https://developer.arm.com/technologies/compute-library URL: https://developer.arm.com/technologies/compute-library
@ -51,7 +51,6 @@ Free *.npy and *.ppm files to use with example binaries.
scons os=linux build=native \ scons os=linux build=native \
set_soname=1 \ set_soname=1 \
examples=1 \ examples=1 \
gles_compute=0 \
opencl=1 \ opencl=1 \
%if %{with computelibrary_tests} %if %{with computelibrary_tests}
validation_tests=1 \ validation_tests=1 \
@ -123,6 +122,9 @@ LD_LIBRARY_PATH="build/" build/tests/arm_compute_validation
%{_datadir}/ComputeLibrary/%{sampledir} %{_datadir}/ComputeLibrary/%{sampledir}
%changelog %changelog
* Fri Dec 23 2022 Dandan Xu <dandan@nj.iscas.ac.cn> - 22.11-1.1
- update version to 22.11
* Mon Jun 22 2020 Senlin Xia <xisenlin1@huawei.com> - 20.02.1-2 * Mon Jun 22 2020 Senlin Xia <xisenlin1@huawei.com> - 20.02.1-2
- fix build errors - fix build errors

4
ComputeLibrary.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: ARM-software/ComputeLibrary
tag_prefix: ^v
separator: .