Skip to content

Commit

Permalink
Squashed 'blas' changes from c3b742c..294f130 (#700)
Browse files Browse the repository at this point in the history
294f130 Merge pull request #192 from RepoOps/update_makefile_20220908-212141
a28e31a update Makefile with 2.0.8 version
ff92667 Merge pull request #189 from liyuanz/next
62fa8bd Merge pull request #190 from changg/fix_cr
2765213 fix meta
d432560 update mk
a540709 Merge pull request #187 from yuanqian/update_doc_next
1b74e55 update
9c55fb0 Merge pull request #188 from liyuanz/next
b9b1dfe add mem
e1f7353 update
8b560fd fix bug
3b57c23 rename _build to build
1f9c8a6 update doc for por5tal
7a98dc2 Merge pull request #186 from liyuanz/next
b48916e update makefile
45b7549 Merge pull request #184 from changg/fix_mks
d5ef4da fix emulation log
f22ca0d change 2022.1_stable_latest to 2022.2_stable_latest
2c0da40 Merge pull request #179 from tuol/fix_conf_py
9366c7c update version in conf.py
b4a82fb Update Jenkinsfile

Co-authored-by: sdausr <[email protected]>
  • Loading branch information
2 people authored and GitHub Enterprise committed Sep 16, 2022
1 parent d172d34 commit 525851d
Show file tree
Hide file tree
Showing 33 changed files with 1,011 additions and 576 deletions.
3 changes: 1 addition & 2 deletions blas/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@Library('pipeline-library')_

VitisLibPipeline (branch: 'next', libname: 'xf_blas', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
upstream_dependencies: 'xf_hpc,next,../hpc',
devtest: 'RunDeploy.sh', TOOLVERSION: '2022.1_stable_latest')
upstream_dependencies: 'xf_hpc,next,../hpc', devtest: 'RunDeploy.sh', TOOLVERSION: '2022.2_stable_latest', mail_on:'daily:PR')
16 changes: 15 additions & 1 deletion blas/L1/meta/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"amax.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -64,6 +65,7 @@
"amin.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -115,6 +117,7 @@
"asum.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -166,6 +169,7 @@
"axpy.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -222,6 +226,7 @@
"copy.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -273,6 +278,7 @@
"dot.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -324,6 +330,7 @@
"gbmv.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -369,6 +376,7 @@
"gemm.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -404,6 +412,7 @@
"gemv.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -439,6 +448,7 @@
"nrm2.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -490,6 +500,7 @@
"scal.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -541,6 +552,7 @@
"swap.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -602,6 +614,7 @@
"symv.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand Down Expand Up @@ -637,6 +650,7 @@
"trmv.hpp"
],
"search_paths": [
"L1/include/hw",
"L1/include/hw/xf_blas"
],
"instance": "function",
Expand All @@ -663,4 +677,4 @@
}
],
"target_domain": ""
}
}
Loading

0 comments on commit 525851d

Please sign in to comment.