Skip to content

Commit 525851d

Browse files
SDA USRsdausr
authored andcommitted
Squashed 'blas' changes from c3b742c..294f130 (#700)
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]>
1 parent d172d34 commit 525851d

File tree

33 files changed

+1011
-576
lines changed

33 files changed

+1011
-576
lines changed

blas/Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@Library('pipeline-library')_
22

33
VitisLibPipeline (branch: 'next', libname: 'xf_blas', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
4-
upstream_dependencies: 'xf_hpc,next,../hpc',
5-
devtest: 'RunDeploy.sh', TOOLVERSION: '2022.1_stable_latest')
4+
upstream_dependencies: 'xf_hpc,next,../hpc', devtest: 'RunDeploy.sh', TOOLVERSION: '2022.2_stable_latest', mail_on:'daily:PR')

blas/L1/meta/api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"amax.hpp"
1414
],
1515
"search_paths": [
16+
"L1/include/hw",
1617
"L1/include/hw/xf_blas"
1718
],
1819
"instance": "function",
@@ -64,6 +65,7 @@
6465
"amin.hpp"
6566
],
6667
"search_paths": [
68+
"L1/include/hw",
6769
"L1/include/hw/xf_blas"
6870
],
6971
"instance": "function",
@@ -115,6 +117,7 @@
115117
"asum.hpp"
116118
],
117119
"search_paths": [
120+
"L1/include/hw",
118121
"L1/include/hw/xf_blas"
119122
],
120123
"instance": "function",
@@ -166,6 +169,7 @@
166169
"axpy.hpp"
167170
],
168171
"search_paths": [
172+
"L1/include/hw",
169173
"L1/include/hw/xf_blas"
170174
],
171175
"instance": "function",
@@ -222,6 +226,7 @@
222226
"copy.hpp"
223227
],
224228
"search_paths": [
229+
"L1/include/hw",
225230
"L1/include/hw/xf_blas"
226231
],
227232
"instance": "function",
@@ -273,6 +278,7 @@
273278
"dot.hpp"
274279
],
275280
"search_paths": [
281+
"L1/include/hw",
276282
"L1/include/hw/xf_blas"
277283
],
278284
"instance": "function",
@@ -324,6 +330,7 @@
324330
"gbmv.hpp"
325331
],
326332
"search_paths": [
333+
"L1/include/hw",
327334
"L1/include/hw/xf_blas"
328335
],
329336
"instance": "function",
@@ -369,6 +376,7 @@
369376
"gemm.hpp"
370377
],
371378
"search_paths": [
379+
"L1/include/hw",
372380
"L1/include/hw/xf_blas"
373381
],
374382
"instance": "function",
@@ -404,6 +412,7 @@
404412
"gemv.hpp"
405413
],
406414
"search_paths": [
415+
"L1/include/hw",
407416
"L1/include/hw/xf_blas"
408417
],
409418
"instance": "function",
@@ -439,6 +448,7 @@
439448
"nrm2.hpp"
440449
],
441450
"search_paths": [
451+
"L1/include/hw",
442452
"L1/include/hw/xf_blas"
443453
],
444454
"instance": "function",
@@ -490,6 +500,7 @@
490500
"scal.hpp"
491501
],
492502
"search_paths": [
503+
"L1/include/hw",
493504
"L1/include/hw/xf_blas"
494505
],
495506
"instance": "function",
@@ -541,6 +552,7 @@
541552
"swap.hpp"
542553
],
543554
"search_paths": [
555+
"L1/include/hw",
544556
"L1/include/hw/xf_blas"
545557
],
546558
"instance": "function",
@@ -602,6 +614,7 @@
602614
"symv.hpp"
603615
],
604616
"search_paths": [
617+
"L1/include/hw",
605618
"L1/include/hw/xf_blas"
606619
],
607620
"instance": "function",
@@ -637,6 +650,7 @@
637650
"trmv.hpp"
638651
],
639652
"search_paths": [
653+
"L1/include/hw",
640654
"L1/include/hw/xf_blas"
641655
],
642656
"instance": "function",
@@ -663,4 +677,4 @@
663677
}
664678
],
665679
"target_domain": ""
666-
}
680+
}

0 commit comments

Comments
 (0)