From 3d0985013afc1cbb39aa7aa5990f06e7d7cce379 Mon Sep 17 00:00:00 2001 From: sdausr Date: Wed, 17 May 2023 20:09:30 -0600 Subject: [PATCH 1/3] create main branch from next branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 610b30e9f2..f9559bf4ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('pipeline-library')_ -FullVitisLibPipeline (branch: 'next', libname: 'Vitis_Libraries', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vivado_syn:vitis_sw_emu:vitis_hw_emu:vitis_hw_build:vitis_aie_sim:vitis_aie_x86sim', TOOLVERSION: '2023.1_stable_latest') +FullVitisLibPipeline (branch: 'main', libname: 'Vitis_Libraries', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vivado_syn:vitis_sw_emu:vitis_hw_emu:vitis_hw_build:vitis_aie_sim:vitis_aie_x86sim', TOOLVERSION: '2023.1_released') From 2e6c66f83ee6ad21a7c4f20d6456754c8e522995 Mon Sep 17 00:00:00 2001 From: Yuanqiang Li Date: Thu, 8 Jun 2023 16:18:19 +0800 Subject: [PATCH 2/3] update (#881) Co-authored-by: Yuanqiang Li --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4658023b59..4e6ebc7566 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Vitis Accelerated Libraries [Vitis™ Unified Software Platform](https://www.xilinx.com/products/design-tools/vitis/vitis-platform.html) includes an extensive set of open-source, performance-optimized libraries that offer out-of-the-box acceleration with minimal to zero-code changes to your existing applications. -[Comprehensive documentation](https://xilinx.github.io/Vitis_Libraries/) +[Comprehensive documentation](https://docs.xilinx.com/r/en-US/Vitis_Libraries/index.html) * Common Vitis accelerated-libraries for Math, Statistics, Linear Algebra, and DSP offer a set of core functionality for a wide range of diverse applications. * Domain-specific Vitis accelerated libraries offer out-of-the-box acceleration for workloads like Vision and Image Processing, Quantitative Finance, Database, and Data Analytics, Data Compression and more. @@ -28,4 +28,4 @@ To design custom accelerators for your application, use Vitis library functions Combine domain-specific Vitis libraries with pre-optimized deep learning models from the Vitis AI library or the Vitis AI development kit to accelerate your whole application and meet the overall system-level functionality and performance goals. -![Scalable and Flexible Library Functions](https://xilinx.github.io/Vitis_Libraries/_images/1568760747007.png) \ No newline at end of file +![Scalable and Flexible Library Functions](https://xilinx.github.io/Vitis_Libraries/_images/1568760747007.png) From 10d7fc8ed2b298c9562d18eac398e4c60e40c067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:35:44 +0000 Subject: [PATCH 3/3] Bump scipy from 1.2.1 to 1.10.0 in /blas Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.2.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blas/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blas/requirements.txt b/blas/requirements.txt index 2e037326ee..21a27c3b71 100644 --- a/blas/requirements.txt +++ b/blas/requirements.txt @@ -1,3 +1,3 @@ python==3.6.7 numpy==1.16.2 -scipy==1.2.1 +scipy==1.10.0