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') 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) 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