Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in xf::cv::AXIvideo2xfMat #26

Closed
Ali-Flt opened this issue Aug 24, 2020 · 6 comments
Closed

bug in xf::cv::AXIvideo2xfMat #26

Ali-Flt opened this issue Aug 24, 2020 · 6 comments

Comments

@Ali-Flt
Copy link

Ali-Flt commented Aug 24, 2020

Hi,
I'm trying to use xf::cv::AXIvideo2xfMat and there seem to be a bug inside the code causing the synthesizer to error.
the error is as followed:

ERROR: [HLS 200-977] Argument 'stream_in_1_V' failed dataflow checking: it can only be used in one process.
WARNING: [HLS 200-992] Argument 'stream_in_1_V' has read operations in process function 'Loop_loop_wait_for_start_proc26'.
Resolution: For help on HLS 200-992 see www.xilinx.com/html_docs/xilinx2020_1/hls-guidance/200-992.html
WARNING: [HLS 200-992] Argument 'stream_in_1_V' has read operations in process function 'Loop_loop_height_proc'.
Resolution: For help on HLS 200-992 see www.xilinx.com/html_docs/xilinx2020_1/hls-guidance/200-992.html

I think it is because the stream input is being read in two different loops in the function code in xf_infra.hpp file. (loop_wait_for_start and loop_height)

a link to this problem in Xilinx forums:
https://forums.xilinx.com/t5/High-Level-Synthesis-HLS/HLS-failed-dataflow-checking/td-p/1049741
can you please fix this issue cause I really need this function for my work.

thanks
Ali

@canonant
Copy link

I meet the same problem, could this bug be fixed as soon as possible?

@Ali-Flt
Copy link
Author

Ali-Flt commented Aug 31, 2020

After waiting for the Xilinx Employees for a fix and not receiving even a comment, I've tried to fix the function myself. I tested it in Csim and in hardware implementation and it seems to be working. What I basically did was merging the loop_wait_for_start and loop_height in a single loop. I've attached the modified "xf_infra.hpp" file.

Note: Additionally I've noticed that the structs defined in "xf_axi_sdata.hpp" are not getting synthesized correctly either :))
so I included <ap_axi_sdata.h> library instead to get the ap_axiu struct working properly.

xf_infra.zip

@canonant
Copy link

canonant commented Sep 1, 2020

@Ali-Flt thanks for you answer, after test you code, I can build this function with "dataflow". but I met some question after load as hardware,https://forums.xilinx.com/t5/Vitis-Acceleration-SDAccel-SDSoC/K2K-AXIvideo2xfMat-not-worked/td-p/1145308, did you met this problem.

@Ali-Flt
Copy link
Author

Ali-Flt commented Sep 1, 2020

Hi @canonant ,
Unfortunately I have never worked with SDAccel and have no Idea what your problem might be, But I will share the code of my Core and C Test bench, in which I used this function, and maybe it will give you an idea about what the issue might be.
I doubt that your problem is from the AXIvideo2xfMat because I tested my modified function in design and in worked properly in Linux Userspace.
simple_erosion.zip

@vt-lib-support
Copy link
Collaborator

vt-lib-support commented Sep 3, 2020

Hi @Ali-Flt / @canonant
We have reproduced this issue, and have a candidate fix which is under testing.
We expect the fix to be published by 9/11.

@vt-lib-support
Copy link
Collaborator

Issue fixed.

vt-lib-support pushed a commit that referenced this issue Nov 2, 2020
6b32141 Merge pull request #304 from yuema/master
cf933d3 add L3 readme
e4f7a1b Merge pull request #303 from yuema/master
2144c56 Merge pull request #301 from yunleiz/mergefass
3c86bb5 add multi-requests for tigergraph cosine sim int
88ffa3f Merge pull request #51 from FaaSApps/master
d88088d [host]: refine a warning
bd0c557 Merge pull request #299 from yunleiz/mergefass
802ad90 Merge pull request #297 from yuema/master
11ee178 [format] clang format
a62aa2f [case]: refine pagerank case load input
7ed8606 [case]: refine case and warning
b5fe1e3 update
58f14c9 replace xf_graph with graph
d61cf06 Merge pull request #294 from yunleiz/mergefass
ebfb56f Merge pull request #293 from yuema/master
1d00378 update makefile
f03a8aa update
d3da463 rm gitenterprise and change to public link
c3e0054 [rename] : rename all pagerank cases' input from csr* to csc*
c919679 Merge pull request #291 from yunleiz/mergefass
8340a23 update
11c62f7 add readme for plugin
f2649b0 add readme for plugin
dac70d5 update readme
7814a4e update readme
26bacf4 add L3 readme
f89dc67 [mk align]: refine all Makefiles
543ba19 update
cf856ba update make build of cosine similarity
d2700ce Merge pull request #49 from FaaSApps/master
0cf04c6 [fixed bugs]: the bug follow with next merge into master, fixed in 290 for next
08dac16 Merge pull request #289 from yuema/master
3dbb314 Merge pull request #47 from FaaSApps/master
0e66c0a Merge pull request #287 from siyangw/similarity
d4898b0 update plugin testcase
9e5bd2f resolve conflict with master
d461c81 resolve conflict
6c2cb44 revise doc for integer version of similarity
d145d60 update new Makefile
1c6dc94 fix err in HLS test
aef6d15 Merge pull request #45 from FaaSApps/master
43c8ddf Merge pull request #285 from yuema/next
cd37bff Merge pull request #284 from yuema/master
27279a4 clang-format files
0bdbb1f clang-format files
5bf00db clang-format plugin some files
00343d0 Merge pull request #282 from yuema/next
9601be5 regenerate makefile with new makefile gen
b30c874 regenerate makefile with new makefile gen
a944a6b sync code from next branch to master branch
dfc7e8d sync code with master branch
0121767 sync code with master branch
7ec666d Merge pull request #44 from FaaSApps/next
b299fba Merge pull request #278 from yunleiz/next
dcb998b Merge pull request #279 from yuema/next
61c48af rm old things
1f9ef55 Merge branch 'next'
fe385cc Merge branch 'FaaSApps-master'
48ab27b Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into FaaSApps-master
bfcac7f modify api comments of L2
cde497f update testcase
d465493 [fixed]: fixed a warning in doc gen
d651725 clang format
9644b0f 1:Add integer version of dense similarity, including L1 primitive, L1 HLS test and L2 kernel test. 2:Update dense similarity related test cases
bcfc5c5 Merge pull request #274 from yunleiz/next
6b56db3 Merge pull request #276 from yuema/next
d338cb2 update
db62018 update
8c2c517 update
716033b update
230874d update
3642537 update comments
b526d74 Merge pull request #42 from FaaSApps/next
c8dbdcc update cosine similarity dense
4790bde add cosine similarity dense testcase
6e46f8c Merge remote-tracking branch 'yunlei/next'
5d54c54 Merge pull request #275 from yuema/next
48add8d revise REPO_DIR to LIB_DIR
d863bdf regen the makefile
ff69848 re-generate the makefiles of all, please check the pass status by yourself
4438b7f change all ini to cfg
1e917f2 Merge pull request #273 from siyangw/master
de1b0d9 Merge remote-tracking branch 'xf_graph/next'
e19ee0d update
dff5f3e for CR-1081245
d4ff0bd for CR-1081245
f10f051 update cosine sim dense int
31e41f4 add cosine sim dense int version
e980e7c add cosine sim dense int version
092eef0 Merge pull request #272 from yunleiz/next
8f9032d change depth for cosim 20.2
6179590 Merge pull request #41 from FaaSApps/next
76f32b6 Merge pull request #271 from qianqiao/fix_hwemu
f0d3979 rerun jks
7b3f139 rerun jks
47753bc Merge pull request #270 from yunleiz/next
96f565c fix hw_emu
a263f9c refine CR and clang format
c1cbdcb fixed CR 1077673 step1
6802cf1 fixed CR 1077673
28bfa48 Merge pull request #269 from yunleiz/next
a1e3e17 Merge branch 'newnext' into next
e3f0b21 fixed CR 1077673
e22ed64 Merge pull request #268 from qianqiao/SyncMasterNext
c37f08e merge
5818233 Merge pull request #267 from qianqiao/gui
cb5c22d gui support
1cea372 Merge pull request #265 from qianqiao/whitelist
a9bb40f remove u200 on white list
22f091f update
c514535 update
dc46044 Merge pull request #264 from yuema/next
c42392c add shortest_ss_pos_wt
0f2fbfa add shortest_ss_pos_wt
5cf05f7 Merge pull request #263 from yuema/next
807b516 Merge branch 'next' of https://gitenterprise.xilinx.com/yuema/xf_graph-2 into next
8124dba enhancement of doc
9fa99c0 update
67d3ea5 rm #
bfb07d0 Merge pull request #262 from yuema/next
7aa70c2 rm commits of handl.hpp
35f4bf4 add plugin doc
11dc1db update
17a28f2 add doc for graph L3
ae982d1 Merge pull request #40 from FaaSApps/next
fccafca Merge pull request #261 from yuema/next
fcca420 rm test xclbins
4a57c0d add api doc for graph L3
31d93b0 add tempory xclbins in order to test
9723c55 Merge pull request #256 from FaaSApps/master
91c8001 standardization BFS Tigergraph integration
64fecd3 rm utils.mk from lib folder
d28b038 update
ec81960 update
e699f68 update
bb8b960 update
57e28a7 add BFS tigergraph integration
0c43afe Merge pull request #247 from qianqiao/doc
76ed567 Merge pull request #8 from FaaSApps/master
0a9da08 Merge pull request #35 from FaaSApps/next
b2da0ce Merge pull request #254 from yuema/mergefass
997dca9 update description.json
acceb34 Merge pull request #251 from siyangw/master
ce4a2f8 Merge pull request #253 from yuema/mergefass
2705ad6 add pagerank
671dbba add MSSP L3
36a4cff add SSSP
102e8d2 Merge pull request #34 from FaaSApps/next
3ba9640 re-run jenkins
db39404 re-run
8213c27 revise some small details
b1cee4f revise cosim bug
9aa34b7 revise description.jason
bfd74ec Merge pull request #246 from qianqiao/fix_hwemu
1daf8b0 document
ca6edfd fix hwemu
1b8a471 Merge pull request #243 from juanlu/next
b6062c3 Merge pull request #238 from siyangw/master
667e7d3 modify max_memory_MB value from string to dictionary
873721a tigergraph integration
457b49f Merge pull request #239 from yunleiz/mergefass
a80d83d refine doc
9b8ea8b fix bugs in syn and cosim for sort_top_k HLS test
a1a5e4e fix small bugs for cosim compiler
65a77d3 add L1 primitive test
9388a4e revise and update docs
8169d16 Merge pull request #229 from FaaSApps/master
58a3571 Merge pull request #230 from yunleiz/mergefass
efe590e clange format
3e390c8 refine host for personalized
b48ee99 Merge pull request #228 from yunleiz/mergefass
9c70a8f update outstanding just for next
5804446 Merge pull request #226 from yunleiz/mergefass
c439063 Merge pull request #227 from qianqiao/syncMasterNext
8e2b44d remove , in description.json
769abeb Merge remote-tracking branch 'faas/master' into mergemaster
a76ed8a change kernel demo to float type
2e75e42 Merge pull request #225 from juanlu/patch-2
92b3803 :vitis_hw_build
fb83e47 Merge pull request #208 from yunleiz/mergefass
5494cb8 Merge pull request #222 from yuema/next
c06dfcf update description
07733b1 Merge pull request #221 from yuema/next
123d667 change gitignore
59ea018 Merge pull request #29 from FaaSApps/next
acb06fc update
2ad2138 add L3
a78b59c rm
0a976b5 clang format
a2ca974 Merge pull request #216 from siyangw/similarity
8de85f5 Merge remote-tracking branch 'xf_graph/master' into similarity
dc7c8b6 fix several bugs in sparse mode host
7e5697b Merge branch 'fassmaster' into mergefass
4a6f95f Merge pull request #217 from qianqiao/gui
89e256b json gui support
de0bbbc rm u200.ini
461f6c2 change JSON
a17c1aa modify jason to support Vitis2020.2
072a6ef revise jason for gui test
73157d5 Merge remote-tracking branch 'xf_graph/master' into similarity
8aa38c6 host bug find by Marc
b1a35fb run regression
672ae5e change ini
91a8627 add USE_HBM for U50
e364945 add u50.ini to API last release
0e1fdc4 pagerank_multi_channels.hpp
51fa4ee Merge pull request #213 from FaaSApps/master
3a3cd86 Merge pull request #212 from jingt/master
b8b05c8 push 2 channel test
a76bdb4 add description.json
f75eeb4 fix makefile
c15800c Merge branch 'fassmaster' into mergefass
12c5b9f pagerank 2 channel version
feb48ca Merge pull request #206 from qianqiao/u50
bc5b19e Merge pull request #209 from siyangw/similarity
083d632 add doc, calcuDegree to be update
53e8a28 add benchmark
f9f2c9a clang format
00de675 refine host
1e1a545 Merge branch 'fassmaster' into mergefass
ee360d6 add testcase of personal and multi-channel done
80a25c3 add case for personal
607e1fb add files
a5ddf0c 6 channel passed on board
a2be870 Merge pull request #187 from siyangw/similarity
3065873 merge master
4bca4db change json name
071dfb3 fixed host code
9a973d3 update json for multi channel
c2ca618 add 8 channel version of pagerank, merge fass
6dc45bb Merge pull request #199 from fengx/next
e296412 merge from master to next
a727cdc Merge pull request #198 from jingt/master
db23864 port to u50
61a4f10 merge master to resolve conflict
5439e31 Merge pull request #197 from fengx/master
deccfee Merge pull request #196 from fengx/next
7f32098 update maxtime next branch
8da2093 update maxtime master branch
f8acc63 revise test RAM and time for building hw
d24f6c4 Merge pull request #195 from juanlu/patch-1
0463a1b 2020.2_stable_latest
d607963 update description for build hw
dae43ac fix bug in jaccard sparse float, update float kernel
5317c91 standardization
2d7a0da Merge remote-tracking branch 'xf_graph/master' into similarity
5e76288 Merge pull request #192 from jingt/master
e9046fe clang-format
7041e32 lp porting to u50
8068946 tc porting to u50
497b970 porting to u50
baaecca add conn_u50.ini
d99d8d9 port to u50
1726fd2 modify
c76fa26 modify
0fe9706 clang-format
3a633df Merge pull request #188 from jingt/master
5150432 Merge branch 'master' into master
ee51332 Merge pull request #191 from juanlu/master
f528fe5 modify
9318657 :vitis_hw_build
f35166e Merge branch 'next_m'
98d3da3 resolve conflict
e6d744e modify
8c8b6e2 modify
16f18fe rm useless file
529151c test
5e51b91 add conn_u50.ini
40867da convertCSRCSC porting to u50
9032cae bfs change Copyright to 2020
a6fe81d wcc porting to u50
cb22829 lp porting to u50
8f32bc2 wcc porting to u50
eae2604 porting tc to u50
50e9e5c u50
6ba55dc revise conn.ini
dc4e3dc add utils.mk
3f40f06 Update test_similarity.cpp
7cfcbdd add missing data files in sparse similarity
7b8b140 fix ERRs checked by Jenkins
3697306 remove useless files
215660a rename file and API for standardization
47de8bf solver conflict
db421f8 u50
0ac0670 add u50
ac96160 clear convert_csr_csr_4cu
4597c10 add internal doc in similarity primitives
8f42030 for update BFS
d13ff99 add U50
e596c28 test U50
068c5dc for mergeBFS
5d0a4c6 porting u50
9668150 Merge remote-tracking branch 'origin' into similarity
eaac101 clean code and documents
b721b4c rm printf
6baee9b 4cu sw_emu done
79d632a version_1
9e2c688 small graph pass
5d1a29c ...
bacb1e3 Merge branch 'FaaSApps-master'
21971f9 merge
deb6b80 add u50
700c24d buffer
cd89252 Merge branch 'master' of https://gitenterprise.xilinx.com/jingt/xf_graph-1
d428cc9 buffer
75b2b8f kernel
819370c buffer
02f2817 buffer
25b8f91 config
4cde12b buffer
969fc0c update
75188a4 sycn
c7e711e sync up
963ae96 sync
798f301 sync
c745b4a makefile
168d515 update Makefile
9c235af description
6d747ff mark
eea776c clange format
1dfff4c Merge remote-tracking branch 'origin/u50' into u50
f44102e merge faas master
084c0a8 Merge branch 'dev-similarity'
9f5deaf update
5895ff7 update 4cu version
fa9c5c7 change 2020.1_daily_latest to 2020.2_daily_latest
c9c7e8f create master branch from next branch
694a338 clang format
456eaf0 clang format
7d473b3 clang-format
c932be6 tests
ef80e3b tests
bf5f798 sssp test
9c886ee rm useless
bb46146 ...
f3f5012 xxx
910b028 ...
b019316 xxx
91547d3 modify
44becb2 modify
78c7395 update
5f77e99 update
0afa962 update
46a461c host u50 switch
f92441f update
b75fb2d fixhost
6c91f8c Merge branch 'FaaSApps-master'
2883055 merge
ebd1554 Update README.md
247684d update
5207217 dynamic pred
2f22f47 update
a6851e1 update
7a11740 makefile
ef17ea1 modify
dd8b9f1 multi
9d866b6 update Makefile
9d1c44a convert_csr_csc_4cu
91dd45b comment and doc
5412da2 unweighted
146b51a double
a32ff30 add poc
fab4c46 pred
ed8a586 Update triangle_count_kernel.hpp
5998335 Update triangle_count_kernel.hpp
365f4c1 Merge pull request #174 from shengl/master
1846650 Update label_propagation_top.hpp
99afb7b Update label_propagation_top.hpp
5d8a187 Update convert.hpp
8d4f8eb Merge pull request #171 from shengl/master
b22360f host
1856ea5 Update label_propagation_top.hpp
c1dc13c Update label_propagation_top.hpp
82565ae Update convert.hpp
cb93c96 new data
a0b4818 new data
556c299 update framwork
16cf7e4 Merge pull request #169 from RepoOps/master-20200519-200804
987f0d0 update jenkinsfile
3e8840e update framework
bb4dd02 update
23f7807 update framework
655bf4e update similarity test framework
ebc9bbd float test
dc16525 double test
b03d87e update similarity
6321dab update
8aff2ac update case
77dcb7a update
9b06a50 update
2a27fa6 update main
b6e38b7 update
e3feafd update
c433000 ute
9d2d250 update
6bfa37e update data split
f3b3e48 host
23885fe optimize interface
b165f9f debug error in dense computing
1eed8a9 add similarity host code
4c5ac76 update debug jaccard dense
1b49ddf debug host and kernel
10d6de2 update description json inorder to meet gui need
827c11a update description json in order to meet GUI need
dfd289d Merge pull request #26 from FaaSApps/next
537922f Merge pull request #25 from FaaSApps/master
00a4241 debug jaccard
8b6568e Merge pull request #7 from jingt/next
d4552ed 4cu version
04dc39c 4cu version
8030acf 4cu version
e87dd52 hw_emu pass
0b54db9 Merge remote-tracking branch 'siyangw/master' into similarity
3620535 debug kernel csim
f41a315 update Makefile
b294803 Merge branch 'next' of https://gitenterprise.xilinx.com/jingt/xf_graph-1 into next
dd7cb24 update Makefile
04687e5 multi kernel
b19900f Merge pull request #24 from FaaSApps/master
564a762 Merge pull request #145 from qianqiao/dev-similarity
c0e63e7 add L3 so design
fbd1bbd structural change
ffec61e update L3 structure and grap.hpp
daac82e Merge remote-tracking branch 'origin' into next
00839cc baseline
aa3f2cc Merge remote-tracking branch 'origin/standard' into dev-similarity
0eebab9 Merge branch 'master' into dev-similarity
e76ea1c Merge pull request #1 from siyangw/similarity
ca67da6 add uinified similarity
af5fa2e rm dummy
dd8d555 draft plan for L3
00072f8 add loader class
7686228 add pagerank L3 version1
4eebc2d Merge pull request #23 from FaaSApps/master
0052646 u50
73677fb Merge pull request #3 from FaaSApps/next
577b2aa add MK
02e2cc4 add u50
1c0fd39 Merge pull request #2 from FaaSApps/next
451961c Merge pull request #1 from FaaSApps/next
63481bc update L2 jaccard kernel hw_emu
e60c2a6 update L2 jaccard kernel test
1de2fd9 Merge pull request #82 from siyangw/master
0708e46 update kernel debug in platform
799949e Merge remote-tracking branch 'origin/master' into similarity
11a128c L2 cosine similarity sdx project pass hw_emu
8ef7f9e add sw_emu for cosine similarity sparse
9e590a5 Merge remote-tracking branch 'origin/master' into similarity
b982dd8 add jaccard dense
56ec27e add sort_top_k
b43b562 Merge pull request #68 from siyangw/master
bc99dfc update jaccard test
e292638 Merge pull request #67 from siyangw/master
28a10a5 update latest jaccard sparse
4e2b0f9 Merge branch 'dev-similarity' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into similarity
6c24af6 upadte jaccard
084bfaa update cosine similarity cosim
4eea0ee Merge remote-tracking branch 'siyangw/master' into similarity
6bc64ec update csim of jaccard and cosine similarity
b3e4000 Merge pull request #10 from FaaSApps/next

git-subtree-dir: graph
git-subtree-split: 6b32141d11ec3135430b962660d54c1395e04154
vt-lib-support pushed a commit that referenced this issue Nov 2, 2020
fa54086 Merge pull request #298 from yuema/gh-pages
962024a update html
7fb8d6b Merge pull request #295 from yuema/gh-pages
2093e18 update html
dbb1dbe Merge pull request #50 from FaaSApps/gh-pages
e734655 Merge pull request #288 from yuema/gh-pages
c890f24 update 2020.1 doc
6fe10df rm 2020.2 folder
82e31e1 Merge pull request #283 from yuema/gh-pages
f265f89 add 2020.2 doc for graph library
e5f49ac rm redundant
e4cced6 sync from faas
7dadd29 rm
9231e18 Merge branch 'gh-pages' of https://gitenterprise.xilinx.com/yuema/xf_graph-2 into gh-pages
b9d14a0 add 2020.2 doc html
77d6acd sync from faas
9da81bd rm
a944a6b sync code from next branch to master branch
dfc7e8d sync code with master branch
0121767 sync code with master branch
61c48af rm old things
1f9ef55 Merge branch 'next'
fe385cc Merge branch 'FaaSApps-master'
48ab27b Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into FaaSApps-master
bfcac7f modify api comments of L2
cde497f update testcase
d338cb2 update
db62018 update
8c2c517 update
716033b update
230874d update
3642537 update comments
b526d74 Merge pull request #42 from FaaSApps/next
c8dbdcc update cosine similarity dense
4790bde add cosine similarity dense testcase
5d54c54 Merge pull request #275 from yuema/next
1e917f2 Merge pull request #273 from siyangw/master
de1b0d9 Merge remote-tracking branch 'xf_graph/next'
e19ee0d update
dff5f3e for CR-1081245
d4ff0bd for CR-1081245
f10f051 update cosine sim dense int
31e41f4 add cosine sim dense int version
e980e7c add cosine sim dense int version
092eef0 Merge pull request #272 from yunleiz/next
8f9032d change depth for cosim 20.2
6179590 Merge pull request #41 from FaaSApps/next
76f32b6 Merge pull request #271 from qianqiao/fix_hwemu
f0d3979 rerun jks
7b3f139 rerun jks
47753bc Merge pull request #270 from yunleiz/next
96f565c fix hw_emu
a263f9c refine CR and clang format
c1cbdcb fixed CR 1077673 step1
6802cf1 fixed CR 1077673
28bfa48 Merge pull request #269 from yunleiz/next
a1e3e17 Merge branch 'newnext' into next
e3f0b21 fixed CR 1077673
e22ed64 Merge pull request #268 from qianqiao/SyncMasterNext
c37f08e merge
5818233 Merge pull request #267 from qianqiao/gui
cb5c22d gui support
1cea372 Merge pull request #265 from qianqiao/whitelist
a9bb40f remove u200 on white list
22f091f update
c514535 update
dc46044 Merge pull request #264 from yuema/next
c42392c add shortest_ss_pos_wt
0f2fbfa add shortest_ss_pos_wt
5cf05f7 Merge pull request #263 from yuema/next
807b516 Merge branch 'next' of https://gitenterprise.xilinx.com/yuema/xf_graph-2 into next
8124dba enhancement of doc
9fa99c0 update
67d3ea5 rm #
bfb07d0 Merge pull request #262 from yuema/next
7aa70c2 rm commits of handl.hpp
35f4bf4 add plugin doc
11dc1db update
17a28f2 add doc for graph L3
ae982d1 Merge pull request #40 from FaaSApps/next
fccafca Merge pull request #261 from yuema/next
fcca420 rm test xclbins
4a57c0d add api doc for graph L3
31d93b0 add tempory xclbins in order to test
9723c55 Merge pull request #256 from FaaSApps/master
91c8001 standardization BFS Tigergraph integration
64fecd3 rm utils.mk from lib folder
d28b038 update
ec81960 update
e699f68 update
bb8b960 update
57e28a7 add BFS tigergraph integration
0c43afe Merge pull request #247 from qianqiao/doc
76ed567 Merge pull request #8 from FaaSApps/master
0a9da08 Merge pull request #35 from FaaSApps/next
b2da0ce Merge pull request #254 from yuema/mergefass
997dca9 update description.json
acceb34 Merge pull request #251 from siyangw/master
ce4a2f8 Merge pull request #253 from yuema/mergefass
2705ad6 add pagerank
671dbba add MSSP L3
36a4cff add SSSP
102e8d2 Merge pull request #34 from FaaSApps/next
3ba9640 re-run jenkins
db39404 re-run
8213c27 revise some small details
b1cee4f revise cosim bug
9aa34b7 revise description.jason
bfd74ec Merge pull request #246 from qianqiao/fix_hwemu
1daf8b0 document
ca6edfd fix hwemu
1b8a471 Merge pull request #243 from juanlu/next
b6062c3 Merge pull request #238 from siyangw/master
667e7d3 modify max_memory_MB value from string to dictionary
873721a tigergraph integration
457b49f Merge pull request #239 from yunleiz/mergefass
a80d83d refine doc
9b8ea8b fix bugs in syn and cosim for sort_top_k HLS test
a1a5e4e fix small bugs for cosim compiler
65a77d3 add L1 primitive test
9388a4e revise and update docs
8169d16 Merge pull request #229 from FaaSApps/master
58a3571 Merge pull request #230 from yunleiz/mergefass
efe590e clange format
3e390c8 refine host for personalized
b48ee99 Merge pull request #228 from yunleiz/mergefass
9c70a8f update outstanding just for next
5804446 Merge pull request #226 from yunleiz/mergefass
c439063 Merge pull request #227 from qianqiao/syncMasterNext
8e2b44d remove , in description.json
769abeb Merge remote-tracking branch 'faas/master' into mergemaster
a76ed8a change kernel demo to float type
2e75e42 Merge pull request #225 from juanlu/patch-2
92b3803 :vitis_hw_build
fb83e47 Merge pull request #208 from yunleiz/mergefass
5494cb8 Merge pull request #222 from yuema/next
c06dfcf update description
07733b1 Merge pull request #221 from yuema/next
123d667 change gitignore
59ea018 Merge pull request #29 from FaaSApps/next
acb06fc update
2ad2138 add L3
a78b59c rm
0a976b5 clang format
a2ca974 Merge pull request #216 from siyangw/similarity
8de85f5 Merge remote-tracking branch 'xf_graph/master' into similarity
dc7c8b6 fix several bugs in sparse mode host
7e5697b Merge branch 'fassmaster' into mergefass
4a6f95f Merge pull request #217 from qianqiao/gui
89e256b json gui support
de0bbbc rm u200.ini
461f6c2 change JSON
a17c1aa modify jason to support Vitis2020.2
072a6ef revise jason for gui test
73157d5 Merge remote-tracking branch 'xf_graph/master' into similarity
8aa38c6 host bug find by Marc
b1a35fb run regression
672ae5e change ini
91a8627 add USE_HBM for U50
e364945 add u50.ini to API last release
0e1fdc4 pagerank_multi_channels.hpp
51fa4ee Merge pull request #213 from FaaSApps/master
3a3cd86 Merge pull request #212 from jingt/master
b8b05c8 push 2 channel test
a76bdb4 add description.json
f75eeb4 fix makefile
c15800c Merge branch 'fassmaster' into mergefass
12c5b9f pagerank 2 channel version
feb48ca Merge pull request #206 from qianqiao/u50
bc5b19e Merge pull request #209 from siyangw/similarity
083d632 add doc, calcuDegree to be update
53e8a28 add benchmark
f9f2c9a clang format
00de675 refine host
1e1a545 Merge branch 'fassmaster' into mergefass
ee360d6 add testcase of personal and multi-channel done
80a25c3 add case for personal
607e1fb add files
a5ddf0c 6 channel passed on board
a2be870 Merge pull request #187 from siyangw/similarity
3065873 merge master
4bca4db change json name
071dfb3 fixed host code
9a973d3 update json for multi channel
c2ca618 add 8 channel version of pagerank, merge fass
6dc45bb Merge pull request #199 from fengx/next
e296412 merge from master to next
a727cdc Merge pull request #198 from jingt/master
db23864 port to u50
61a4f10 merge master to resolve conflict
5439e31 Merge pull request #197 from fengx/master
deccfee Merge pull request #196 from fengx/next
7f32098 update maxtime next branch
8da2093 update maxtime master branch
f8acc63 revise test RAM and time for building hw
d24f6c4 Merge pull request #195 from juanlu/patch-1
0463a1b 2020.2_stable_latest
d607963 update description for build hw
dae43ac fix bug in jaccard sparse float, update float kernel
5317c91 standardization
2d7a0da Merge remote-tracking branch 'xf_graph/master' into similarity
5e76288 Merge pull request #192 from jingt/master
e9046fe clang-format
7041e32 lp porting to u50
8068946 tc porting to u50
497b970 porting to u50
baaecca add conn_u50.ini
d99d8d9 port to u50
1726fd2 modify
c76fa26 modify
0fe9706 clang-format
3a633df Merge pull request #188 from jingt/master
5150432 Merge branch 'master' into master
ee51332 Merge pull request #191 from juanlu/master
f528fe5 modify
9318657 :vitis_hw_build
f35166e Merge branch 'next_m'
98d3da3 resolve conflict
e6d744e modify
8c8b6e2 modify
16f18fe rm useless file
529151c test
5e51b91 add conn_u50.ini
40867da convertCSRCSC porting to u50
9032cae bfs change Copyright to 2020
a6fe81d wcc porting to u50
cb22829 lp porting to u50
8f32bc2 wcc porting to u50
eae2604 porting tc to u50
50e9e5c u50
6ba55dc revise conn.ini
dc4e3dc add utils.mk
3f40f06 Update test_similarity.cpp
7cfcbdd add missing data files in sparse similarity
7b8b140 fix ERRs checked by Jenkins
3697306 remove useless files
215660a rename file and API for standardization
47de8bf solver conflict
db421f8 u50
0ac0670 add u50
ac96160 clear convert_csr_csr_4cu
4597c10 add internal doc in similarity primitives
8f42030 for update BFS
d13ff99 add U50
e596c28 test U50
068c5dc for mergeBFS
5d0a4c6 porting u50
9668150 Merge remote-tracking branch 'origin' into similarity
eaac101 clean code and documents
b721b4c rm printf
6baee9b 4cu sw_emu done
79d632a version_1
9e2c688 small graph pass
5d1a29c ...
bacb1e3 Merge branch 'FaaSApps-master'
21971f9 merge
deb6b80 add u50
700c24d buffer
cd89252 Merge branch 'master' of https://gitenterprise.xilinx.com/jingt/xf_graph-1
d428cc9 buffer
75b2b8f kernel
819370c buffer
02f2817 buffer
25b8f91 config
4cde12b buffer
969fc0c update
75188a4 sycn
c7e711e sync up
963ae96 sync
798f301 sync
c745b4a makefile
168d515 update Makefile
9c235af description
6d747ff mark
eea776c clange format
1dfff4c Merge remote-tracking branch 'origin/u50' into u50
f44102e merge faas master
084c0a8 Merge branch 'dev-similarity'
9f5deaf update
5895ff7 update 4cu version
fa9c5c7 change 2020.1_daily_latest to 2020.2_daily_latest
c9c7e8f create master branch from next branch
694a338 clang format
456eaf0 clang format
7d473b3 clang-format
c932be6 tests
ef80e3b tests
bf5f798 sssp test
9c886ee rm useless
bb46146 ...
f3f5012 xxx
910b028 ...
b019316 xxx
91547d3 modify
44becb2 modify
78c7395 update
5f77e99 update
0afa962 update
de08ad2 Merge pull request #182 from yunleiz/fix20
13b3482 doc and format
46a461c host u50 switch
f92441f update
b75fb2d fixhost
6c91f8c Merge branch 'FaaSApps-master'
2883055 merge
4a0043e Merge pull request #180 from yunleiz/fix20
8a01c6a clang format
26f3bbf Update README.md
ebd1554 Update README.md
2b4e616 Merge pull request #179 from yunleiz/fix20
5acd416 refine the table data
c708514 format codes
c7d1b46 doc done and fix a warning caused by host
247684d update
5207217 dynamic pred
af823ef Merge pull request #176 from yunleiz/fix20
2f22f47 update
a6851e1 update
3fb650f host done
7a11740 makefile
ef17ea1 modify
0b96823 refine testcase and benchmark on board passed as-skitter and coDBLP
1f72af4 update benchmark/ to passed all test
c21766b Merge remote-tracking branch 'fass/next' into fix20
5625ac8 add pagerank_cache
2eac114 clang format
a807150 use fixed weight=1.0 to publish pagerankwithoutweighted
c1a47c9 clean code
dd8b9f1 multi
9d866b6 update Makefile
9d1c44a convert_csr_csc_4cu
1545f53 support input float type weight and calculate double pagerank
91dd45b comment and doc
5412da2 unweighted
146b51a double
673baf1 1.check calculate degree 2.check double 3.check api
9d8e979 passed on board version
3d6c753 pagerank wt passed csim with tigergraph
a32ff30 add poc
fab4c46 pred
8bcbb6f Update triangle_count_kernel.hpp
ed8a586 Update triangle_count_kernel.hpp
5998335 Update triangle_count_kernel.hpp
df4a1dc Update triangle_count_kernel.hpp
4d25c68 Merge pull request #175 from shengl/next
365f4c1 Merge pull request #174 from shengl/master
1846650 Update label_propagation_top.hpp
8b2d29c Update label_propagation_top.hpp
dc42a47 Update convert.hpp
ea9f556 Update label_propagation_top.hpp
99afb7b Update label_propagation_top.hpp
5d8a187 Update convert.hpp
fee3fca Merge pull request #173 from shengl/next
49a6e87 Update convert.hpp
3d84dc1 Update label_propagation_top.hpp
db62470 Update label_propagation_top.hpp
8d4f8eb Merge pull request #171 from shengl/master
b22360f host
1856ea5 Update label_propagation_top.hpp
c1dc13c Update label_propagation_top.hpp
82565ae Update convert.hpp
cb93c96 new data
a0b4818 new data
556c299 update framwork
13b7574 Merge pull request #170 from RepoOps/next-20200519-200852
16cf7e4 Merge pull request #169 from RepoOps/master-20200519-200804
4c3e397 update jenkinsfile
987f0d0 update jenkinsfile
3e8840e update framework
bb4dd02 update
23f7807 update framework
655bf4e update similarity test framework
ebc9bbd float test
dc16525 double test
b03d87e update similarity
6321dab update
8aff2ac update case
77dcb7a update
9b06a50 update
2a27fa6 update main
d6db752 Merge pull request #168 from FaaSApps/master
8be8df2 Update description.json
b6e38b7 update
e3feafd update
c433000 ute
9d2d250 update
6bfa37e update data split
f3b3e48 host
23885fe optimize interface
b165f9f debug error in dense computing
1eed8a9 add similarity host code
4c5ac76 update debug jaccard dense
1b49ddf debug host and kernel
3487c50 Merge pull request #167 from FaaSApps/master
bf833d1 Merge pull request #166 from shengl/master
9d1b90a Update description.json
fc6ab48 Update description.json
141fc8d Update description.json
dcdcefd Update description.json
6f0ea42 Update description.json
4f9cb6d Update description.json
eb28f7f Merge pull request #1 from FaaSApps/master
b40d8f9 Merge pull request #165 from Fintech/master
0d4898f update description json in order to meet GUI need
0eadf58 Merge pull request #1 from FaaSApps/master
14ce460 Update description.json
bff7894 Update description.json
10d6de2 update description json inorder to meet gui need
fd8dcf3 Update description.json
827c11a update description json in order to meet GUI need
dfd289d Merge pull request #26 from FaaSApps/next
537922f Merge pull request #25 from FaaSApps/master
4e3615b Update description.json
edf0ee0 Update description.json
7444924 Update description.json
9308b89 Update description.json
ef8a92f Update description.json
705a2a4 Update description.json
e2c8696 Merge pull request #163 from FaaSApps/master
ec7e379 Merge pull request #162 from shengl/master
21ee0d4 Update description.json
cc246f4 Update description.json
39df2a9 Update description.json
e4ef25e Update description.json
1d248fd Update description.json
099a244 Update description.json
a65ead1 Update description.json
b510a6a Update description.json
b130719 Update description.json
3047b79 Update description.json
9580c31 Update description.json
39283ff Merge pull request #161 from FaaSApps/master
244fa75 Merge pull request #160 from shengl/master
ad8c5a0 Update description.json
0c365cb Update description.json
852551c Update description.json
bde2a72 Update description.json
898692f Update description.json
00a4241 debug jaccard
788db06 Merge pull request #159 from FaaSApps/master
22dcd85 Merge pull request #158 from shengl/master
d69b52b Update description.json
8b6568e Merge pull request #7 from jingt/next
d4552ed 4cu version
04dc39c 4cu version
8030acf 4cu version
07361e6 Merge pull request #157 from FaaSApps/master
b6db2aa Merge pull request #156 from shengl/master
801e229 Update description.json
fa78fe0 Update description.json
711a39a Update description.json
7a5c8ce Update description.json
ccb2442 Update description.json
cbe5216 Update description.json
8bd382c Update description.json
bc08f00 Update description.json
9f87705 Update description.json
7246f3a Update description.json
04f82b8 Update description.json
62c8cd2 Update description.json
bc85b9a Update description.json
a4a2bb5 Update description.json
76899dc Update description.json
8f03650 Update description.json
0b4bf26 Update description.json
875a07e Update description.json
cadacdb Update description.json
e87dd52 hw_emu pass
a258acb Merge pull request #155 from FaaSApps/master
b9e9990 Merge pull request #154 from shengl/master
59e7f5b Update description.json
7de45d4 Merge pull request #153 from shengl/master
bcfc9f9 Update description.json
6b9423a Update description.json
68a1619 Update library.json
5bb93dc Update library.json
9b4913d Update library.json
9edf2e7 Update library.json
677ca6a Update library.json
3b88a3d Merge pull request #152 from shengl/master
01e2c9e Update description.json
c8eaa90 Update description.json
0667b76 Update description.json
ef0f91b Update description.json
ec5e339 Update description.json
05e4cde Update description.json
f067bea Update description.json
a1685b0 Update description.json
8dbf10c Update description.json
5e48e32 Update description.json
1210f67 Update description.json
a9c142d Update description.json
d3c7bc3 Update description.json
f33c5bd Update description.json
32ebe54 Update description.json
3bb7b80 Update description.json
c0d1dd2 Update description.json
da3ccaa Update description.json
6af5a0d Update description.json
2673ee9 Update description.json
04f10c0 Update description.json
ec6d860 Update description.json
d53f98f Update description.json
d79efd9 Update description.json
1a91227 Update description.json
d246cdd Update description.json
35fd3a3 Update description.json
0f0a370 Update description.json
b52e39c Merge pull request #151 from FaaSApps/master
6ffdb5a Merge pull request #150 from shengl/master
9a50ba6 Update description.json
d69df29 Update description.json
50e4c1d Update description.json
55e397a Update description.json
c9cf099 Update description.json
0b54db9 Merge remote-tracking branch 'siyangw/master' into similarity
3620535 debug kernel csim
f41a315 update Makefile
b294803 Merge branch 'next' of https://gitenterprise.xilinx.com/jingt/xf_graph-1 into next
dd7cb24 update Makefile
04687e5 multi kernel
b19900f Merge pull request #24 from FaaSApps/master
564a762 Merge pull request #145 from qianqiao/dev-similarity
54405e9 Merge pull request #149 from fengx/next
547b126 Merge pull request #148 from fengx/master
f5a49c4 fix handle close
02054c2 fix handle close
c0e63e7 add L3 so design
fbd1bbd structural change
ffec61e update L3 structure and grap.hpp
daac82e Merge remote-tracking branch 'origin' into next
00839cc baseline
aa3f2cc Merge remote-tracking branch 'origin/standard' into dev-similarity
ce85734 Merge pull request #147 from FaaSApps/master
afee677 Merge pull request #146 from qianqiao/standard
be3a1e6 bfs inline
c6e3a99 Merge pull request #144 from FaaSApps/master
0eebab9 Merge branch 'master' into dev-similarity
3986318 Merge pull request #143 from qianqiao/standard
b23648e fix bug
e76ea1c Merge pull request #1 from siyangw/similarity
ca67da6 add uinified similarity
d85ba5e fix bug
af5fa2e rm dummy
dd8d555 draft plan for L3
3a378ff Merge pull request #142 from FaaSApps/master
01a73ee Merge pull request #141 from qianqiao/standard
51fc486 resolve library conflict
00072f8 add loader class
7686228 add pagerank L3 version1
4eebc2d Merge pull request #23 from FaaSApps/master
6b963c5 Merge pull request #140 from FaaSApps/master
965afe0 Merge pull request #137 from qianqiao/standard
5477a15 Merge pull request #139 from FaaSApps/master
cd8c200 Update description.json
b3f3063 Update description.json
9a86272 Update description.json
5f080da Update description.json
46e2082 Update description.json
a3df9f0 Update description.json
da2d49c Update description.json
e409259 Update description.json
a7c2e31 Update description.json
5654675 Update description.json
b149a71 Update description.json
d063ff3 Update description.json
98f2b37 Update description.json
e2624ab Merge pull request #136 from FaaSApps/master
9b7eb44 Merge pull request #138 from shengl/master
c9d24df Update description.json
37e5110 standard
1de21d2 Update description.json
35c2e12 Update description.json
40c273d Update description.json
97e4f71 Update description.json
6a2041f standard
367a7d9 rename unweighted sssp
ded6830 deadlock
0052646 u50
8d7d5cb no weight
c59c647 doc image standard
73677fb Merge pull request #3 from FaaSApps/next
f5c9b7a standard the variable name
0e72060 Merge pull request #135 from yuema/master
b0b2638 update kernel_pg
799715c Merge pull request #22 from FaaSApps/master
a755dea Merge pull request #134 from yuema/master
a1cf79c update
133508b add cosim pass case
6d9a84f Merge pull request #21 from FaaSApps/master
9120a11 update
44db8d4 Merge pull request #133 from FaaSApps/master
1e74a31 Merge pull request #132 from shengl/master
a9938a2 update mk
577b2aa add MK
02e2cc4 add u50
1c0fd39 Merge pull request #2 from FaaSApps/next
94c021d Update Jenkinsfile
9030195 Merge pull request #131 from FaaSApps/master
61756db Merge branch 'next' into master
cde2246 Update main.cpp
a654b9f Merge pull request #130 from juanlu/patch-2
c3513e7 Merge pull request #129 from juanlu/patch-1
83d2e5f update utils dependency
0e92955 update utils dependencies
1c15de1 update doc
83ce997 Merge pull request #128 from yuanjieh/fix-doc
8375839 use faas's setup for doc
ce25c3e Merge pull request #127 from FaaSApps/master
6b2bd7c Merge pull request #126 from shengl/master
c4fd322 update makefile
3b0d837 Merge pull request #125 from FaaSApps/master
4452766 Merge pull request #124 from shengl/master
1a875ca clang format off
63f8c44 update convertCsr2Csc.png
da90e3f support cosim
c42cbda add support cosim
710a89f Merge pull request #123 from FaaSApps/master
451961c Merge pull request #1 from FaaSApps/next
c01a201 Merge pull request #122 from shengl/master
98c8f71 Merge pull request #121 from xingw/add_benchmarks
76e1fec Merge branch 'master' into master
b1464b6 update main.cpp
a368cb5 Update main.cpp
2a4d94b Update main.cpp
80a3b12 Update main.cpp
e0c335d Add benchmarks for SCC and CC
7d2e254 Merge pull request #120 from FaaSApps/master
8cc7e38 Merge pull request #119 from shengl/master
5f3cc4e update description.json, add PROJECT
2e450ad Merge pull request #118 from FaaSApps/master
f9541c4 Merge pull request #117 from xingw/fix_hw_emu
56a4ef6 Fix hw_emu failure in 2020.1 tools
f72af65 Merge pull request #116 from FaaSApps/master
c265100 Merge pull request #115 from shengl/master
d1b8c80 change REPO_DIR to LIB_DIR
93bbc62 Merge pull request #113 from shengl/master
05c08c3 Merge pull request #20 from FaaSApps/next
4667af2 Merge pull request #19 from FaaSApps/master
eba61ff Merge pull request #112 from xingw/scc_opt
51be8bc Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into scc_opt
505b889 Revise the include
6af6904 update json and mk
c50149f Merge pull request #111 from xingw/scc_opt
1895558 Merge pull request #110 from FaaSApps/master
ab14d55 q
9695b22 update makefile
356ad0e update makefile
736657b Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into scc_opt
911e64d Update docs for WCC kernel
07afa8a Update docs for BFS kernel
8c11804 Update docs for SCC kernel
a177573 Optimize SCC and validated on U250
5084ee1 Optimize the depth of some streams
5df6ed4 Merge pull request #109 from shengl/master
69597e3 update conn.ini
63481bc update L2 jaccard kernel hw_emu
e5b49b8 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into scc_opt
e1868d4 update description and makefile for calcu degree
c88b25c Merge pull request #108 from xingw/cc_opt
9a754d7 update json and auto-gen makefile
0581457 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into scc_opt
eb8647a Update docs
872f3b7 Update docs
8b10a86 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into cc_opt
c073164 Add cache into CC, validate on U250 and update docs
e60c2a6 update L2 jaccard kernel test
5680cef Merge pull request #107 from xingw/BFS_opt
1de2fd9 Merge pull request #82 from siyangw/master
0708e46 update kernel debug in platform
88de35a Merge branch 'BFS_opt' into cc_opt
8330ab4 Add doxygen for SCC
7efa365 Clean Makefile
e651445 Add cache into CC, sw_emu/hw_emu pass
a70466a Add cache into BFS
799949e Merge remote-tracking branch 'origin/master' into similarity
5b95f7b Revise searchNewRoot
8bff246 Merge pull request #106 from FaaSApps/master
88337d0 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into BFS_opt
8237c34 Merge pull request #104 from xingw/scc_opt
11a128c L2 cosine similarity sdx project pass hw_emu
f0c5765 Merge pull request #105 from qianqiao/master
38d90e9 optimize axi interface
a17e638 optimize axi interface
a459c7b SCC updates, validate on U200
e4194b1 BFS opt, not test on board yet
4fc47f3 Merge pull request #103 from qianqiao/patch-1
cea6c41 Merge pull request #102 from FaaSApps/master
9b36f0c Update description.json
5ae375f Merge pull request #100 from qianqiao/master
ffcae7d Merge pull request #97 from shengl/master
f931ccf Update description.json
6bb9544 Update description.json
dd42f5b Merge pull request #101 from yuema/master
bb49d81 “â�å�
3e95b96 Merge pull request #18 from FaaSApps/master
63bb8b9 benchmark for sssp
9a9ecc8 Merge pull request #99 from yuema/master
eb01f98 image for sssp
2552992 Update release.rst
9bb2802 Update README.md
bff83e2 Update README.md
e40e5bf tune figure
5d48bd5 remove strmGen module
7a8d4ad merge master
30d9ec2 doc
bb3171f Merge pull request #98 from yuema/master
6b11c66 update doc
a0d0ccd add labelpropagation benchmark project
d2d0a0f optimize a little
22633f6 add doc for lp
26e30d2 add label propagation
6c306e8 Merge pull request #17 from FaaSApps/master
6d407eb Merge pull request #96 from FaaSApps/master
e0f112e update tc
aed0331 update tc doc table
c512e5a Merge pull request #95 from qianqiao/master
ec36e36 bank0 to DDR[0]
cb2bc5c test with weight
07e73e0 Merge pull request #16 from FaaSApps/master
8ef7f9e add sw_emu for cosine similarity sparse
014447c Merge pull request #93 from qianqiao/master
f8ad56e Merge pull request #94 from shengl/master
39c1292 optimize latency and pipeline
7b5e24c rename sssp api
9e590a5 Merge remote-tracking branch 'origin/master' into similarity
f6daf1f clang format
e48724b conn.ini
fffdae4 Merge pull request #92 from shengl/master
d619c93 update readme
e91a2ee Update description.json
d03f01e Merge pull request #84 from qianqiao/master
a32ae15 Update description.json
f77ff42 Update description.json
b1c263a Update description.json
06bd29e Update description.json
7008e0b Update description.json
5fa0439 description u200
a80dc6a Update description.json
c42a172 Update description.json
b0e3912 Update description.json
ae0e5f6 Update description.json
11e2480 Update description.json
a5e85c7 sssp no cache
6478622 Merge pull request #91 from xingw/CC_latest
6d060d5 Update label_propagation_top.cpp
0214901 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into CC_latest
89c4059 xf_database->database
e942f98 Merge pull request #90 from xingw/BFS2
b686dab Revise loadOffset
bb0b1c4 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into BFS2
424344a Fix loadOffset
64c9549 Merge pull request #89 from yuema/master
1c181d6 update doc
b9ad5c5 add udate doc
227aa5b Merge pull request #15 from FaaSApps/master
0a38690 Merge pull request #88 from yuema/master
a65c6eb Merge pull request #87 from shengl/master
c4bbfae Add MaxDegree template parameter
d567b93 clangformat
d5ba996 Integate optimized csr2csc
41487cf update pagerank comment and doc
ca8a16c update hash_max_freq.hpp
e6cb188 add newest convertCscCsr and modify a little inferface
dfabd44 Modify bundle
1eb8836 Revise loadOffset func
78f65d1 description
9afac78 modify a error of convertCSCCSR
52d904f update doc
e0cb4bb update docs
f59c957 index.rst
81bcf5d Merge pull request #86 from shengl/master
b55e286 update readme
84fc297 Update README.md
75e143c Merge pull request #85 from shengl/master
62a2c47 update readme
59de6de Merge branch 'master' of gitenterprise.xilinx.com:shengl/xf_graph
8b2aaaf add readme
630a9b6 add licence
5ceb1dd data and json file
c01d228 update doc setup
cd6c506 doc
62f45da no weight api and test
515be08 update doc for tc
ae4aba3 Merge pull request #83 from shengl/master
e22c219 Merge branch 'master' into master
1c61838 update doc
680042f add cache for convert
4591dce Merge pull request #14 from FaaSApps/master
b982dd8 add jaccard dense
20ec8f7 Merge pull request #81 from yuema/master
bf241c0 Merge pull request #80 from shengl/master
1fc9d57 update convertCsrCSCdoc
e78aeb7 optimize csr csc.
e4ae24f add doc for calDgree
e118942 update pagerank doc
8199ff8 update pagerank
f9061b0 Merge pull request #13 from FaaSApps/master
c3a6f95 update readme
335ea99 add readme
a129b84 Merge pull request #12 from FaaSApps/master
b3aee3e Update graph.hpp
3e2f6c6 Update graph.hpp
cd68c36 Update test_pagerank.cpp
698da20 Merge pull request #78 from shengl/next
2c0f791 Merge branch 'next' into next
b2485c3 modify jks file
f5151c0 Merge pull request #77 from shengl/master
913b568 update hash
3947a78 Merge pull request #75 from qianqiao/master
6348e16 add ini
4db16cb doc
4a0eaae Merge pull request #73 from shengl/master
9efb460 Merge pull request #76 from xingw/BFS2
895c98e optimize doc
6b98d83 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into BFS2
657c06b Revise dataset
3a34cec depth to 1
4f71e23 Merge pull request #74 from xingw/CC2
fd2b827 Merge pull request #70 from xingw/BFS2
6e232e9 clang format
64329d4 Merge remote-tracking branch 'faas/master' into merge_faas
6beb5ef Merge pull request #7 from qianqiao/spcache
51c3558 Merge pull request #6 from qianqiao/res
25b09fc fix lp json
ffe6a22 jks file
c70dcdc For call external lib
126fae7 Remove all-DFS
3739804 template
d99cd87 fix hold violation
6c0611e update readme
65ec421 Merge pull request #72 from shengl/master
15f0945 Merge pull request #71 from yuema/master
2615de5 update lp kernel and trianglcount
f65af97 change xf_utils to utils
3d90bb9 update
49e8751 update cache api
56ec27e add sort_top_k
0ea1ae6 BFS source code and test
4af1761 Merge pull request #69 from yuema/master
7000207 update
e81a18a Update pagerank.hpp
aca6ade Update calc_degree.hpp
8412b0f Merge branch 'master' of https://gitenterprise.xilinx.com/yuema/xf_graph-2
226a39b update cache depth
4f2f603 update
099fc82 update
a53b2c2 clang
d2c0378 clangformat
8083a04 clangformat
c32ccd7 add L2 readme
6ab2f9c add L1 L3 folder
2745a0d que
80123d7 update
df64aa1 update convertCSC2CSR
a07e2ee que
b43b562 Merge pull request #68 from siyangw/master
bc99dfc update jaccard test
e292638 Merge pull request #67 from siyangw/master
28a10a5 update latest jaccard sparse
c81fc7b clang-format and update convertcsc
db696b7 Merge pull request #11 from FaaSApps/master
1fc9621 update gmem bundle
caf793b add cache qianqiao
0d4eef3 add cache
4e2b0f9 Merge branch 'dev-similarity' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into similarity
6c24af6 upadte jaccard
084bfaa update cosine similarity cosim
be36147 update testcases
cd2ad13 update testcase
649488e add library.json
e271d7d add library.json
1f96739 update calDgree
f14a47a update
76049c5 update t newest
f78d9f8 Merge pull request #65 from xingw/CC
c74ee7c Modify external link
3a347bc Merge pull request #64 from xingw/CC
9bec1ac Fix syntax error
a48e7b0 Merge pull request #63 from xingw/CC
86c7eb3 Fix syntax error
7d160c7 Add json file for Jenkins
19d4eef Add a karate dataset
da33959 CC, hw_emu pass with internal csr2csc
4eea0ee Merge remote-tracking branch 'siyangw/master' into similarity
6bc64ec update csim of jaccard and cosine similarity
eb9f78e update pagerank
b97ac2f update pageranks
0b2e06e update pagerank_cache
53a6a83 update pagerank
b3e4000 Merge pull request #10 from FaaSApps/next
316a5b5 Merge pull request #9 from FaaSApps/master
292e9c4 update
08f96fb update
c6ce9f9 fix dead lock
cf11d02 fix dead lock
f96f6ef fix deadlock
e815963 new cache
8fdabd7 add cache
6f4ed12 add cache
5fba788 Merge pull request #61 from xingw/SCC
10d6fe3 Add docs
0963c92 remove submodules
54d7643 chage tb
e55a251 Merge pull request #5 from qianqiao/spcache512
f77ae39 resolve conflict
0825af3 Merge remote-tracking branch 'origin/spcache512' into spcache512
ed49efd merge faas master
0809b25 clange-format
c4a32cd clean
da5f0bd fix a bug
e9bbf65 fix a bug
56a3be3 Merge remote-tracking branch 'origin/spcache512' into spcache512
ef5440f Merge pull request #58 from shengl/master
a3cc97f add lp annotation
010500e Merge pull request #57 from shengl/master
c547af8 refine tc
461431c Merge pull request #56 from shengl/master
4791789 Merge branch 'next' into master
810bea3 update tc
4f0281a Merge pull request #54 from shengl/master
722ed84 updat lp doc
a2c2d39 Merge pull request #53 from shengl/master
d7926f3 add lp doc
0f019e8 clang format
baca9be Merge pull request #51 from yuema/master
98fa7f3 Merge pull request #52 from yuema/next
39ddb6b Update test_pagerank.cpp
05c13df Update test_pagerank.cpp
dd5d3b7 update testcase of next
544654d update testcase
3e09c98 Merge pull request #8 from FaaSApps/master
76981f7 Merge pull request #50 from yuema/master
411bd90 Update PageRank.rst
43ef0f4 Update PageRank.rst
6256cd1 add doc for pagerank
be76190 fix dead lock
15c745d verify
717e69c remove utils_hw
206832a update conn
4df547f Merge pull request #7 from FaaSApps/next
cac3f09 Merge pull request #6 from FaaSApps/master
68f4b62 update
8709add Merge pull request #49 from xingw/SCC
ab3c872 Merge pull request #47 from xingw/SCC
f2df983 Refine Makefile
0a23704 Merge pull request #46 from shengl/master
07ada76 SCC design
968aac8 Update description.json
c45f73a Update conn_u200_u250.ini
5cf1c38 Merge pull request #45 from shengl/master
c47f4a9 Merge branch 'next' into master
71b1a50 Update description.json
d1d4d87 modify pagerank conn_u200_u250.ini
2ed2ab3 Merge pull request #41 from yuema/master
3bd79b7 Merge pull request #43 from yuema/next
32fac78 update
4088133 update jenkins
f716fd5 update jenkins
6787e33 Merge pull request #5 from FaaSApps/next
fabea97 Merge pull request #4 from yuema/master
b175526 Delete Jenkinsfile
d9a8754 Merge pull request #3 from FaaSApps/master
47dcc55 Update Jenkinsfile
58db207 Update label_propagation.hpp
cc1aff0 update doc
8fded4b update pagerank cache
087261e Merge pull request #37 from qianqiao/master
0824aa4 Merge pull request #38 from qianqiao/next
c288def Merge branch 'master' of https://gitenterprise.xilinx.com/yuema/xf_graph-2
dc3542e update pagerank to most recent version
2ea14df Merge remote-tracking branch 'faas/master'
65c90d6 Merge branch 'master' of gitenterprise.xilinx.com:FaaSApps/xf_graph
0ea96fb update html
60145d4 fix doc
8e81161 fix doc
60a20cd add header file
d3a5982 add header file
8bcb9f4 update html
8078edf Merge branch 'master' of gitenterprise.xilinx.com:FaaSApps/xf_graph
ed3354f update tc doc
6dbfc7b Merge pull request #36 from yuema/master
ece7dec Merge branch 'next' into master
bab29f1 Merge pull request #35 from yuema/master
ee64daf Merge pull request #33 from qianqiao/master
6907c4c Merge pull request #34 from qianqiao/next
cc4bc35 html
d699716 update pagerank and cache
5aba129 clange-format
69ac9ff clange-format
bd50b54 doc and comment
ffa4563 doc and comment
46a4ab1 update doc and some comment
3879ce9 update tc doc
cfb8dca update doc
7f04d46 add HTML files
328e4a8 Merge pull request #2 from FaaSApps/master
cc855c6 Merge pull request #30 from shengl/master
a3b65aa clean
06e55a6 512
afae4b7 add cache
95eb40e Update Jenkinsfile
5955edd Update Jenkinsfile
22a10a9 Delete description.json
d2a0de1 Delete description.json
fd64329 Merge branch 'master' of gitenterprise.xilinx.com:shengl/xf_graph
b31aa0a modify description.json to add others librarys
2fa3f03 Update description.json
a2570b7 Merge branch 'next' into master
2adab80 Update Jenkinsfile
9c49f9f Merge pull request #29 from shengl/master
bbcfa18 Merge pull request #31 from yuema/master
46c92ff Merge pull request #32 from yuema/master
47e3bfe add utils include
9dbc251 merge
3ff2f75 modify test
9ab48f2 Update Jenkinsfile
360dee7 refine jks and git configure
358ab4d Merge branch 'next' into master
c6e8c78 refine jks and git configure
f533fdd Merge pull request #1 from FaaSApps/master
82009f8 submodule
74708aa update shortestpath
788098d Merge pull request #28 from yuema/master
0abded5 Merge pull request #27 from yuema/master
07cf27c rm useless cache file
6b498ea rm useless things
60a78b0 rm useless things
43eec28 update stream depth
d409e7e add format convert for label propagation
f34c611 clangformat
99c9f70 add pagerank cache and cache
f1a70a2 add label propagation
239f060 Merge pull request #26 from qianqiao/next
af22ae4 Merge pull request #25 from qianqiao/master
0db3bd2 Merge pull request #3 from qianqiao/master
7c1da58 clang format
c726867 Merge remote-tracking branch 'origin/master'
4815294 clang format
431313e Merge pull request #2 from qianqiao/shortestpath
ce9066e Merge pull request #1 from qianqiao/shortestpath
8c7fc58 json file
1cbcc4e Merge pull request #22 from qianqiao/shortestpath
b4d8cbe Merge pull request #23 from qianqiao/shortestpath
59d19db delete enviroment file
edd149a Merge pull request #21 from FaaSApps/master
2c78c4b Merge pull request #20 from shengl/next
c754dff Merge pull request #19 from shengl/master
9b99058 add calcu degree
388378f add license
edea4a8 clang format
d27d550 clang format
a58649b format tc
69b981f Merge pull request #18 from shengl/master
fccaa65 Merge branch 'next' into master
05b9aad Merge pull request #17 from shengl/master
01c152d rm csc file
fdec994 tc jks
f2b02ee modify jks file
54be542 modify jks dile
7613908 Merge pull request #16 from shengl/master
8fe6912 revise tc
ee31970 Merge pull request #15 from qianqiao/master
031c528 Merge pull request #4 from qianqiao/shortestpath
ae4d561 Merge branch 'master' into shortestpath
6d576d4 Merge remote-tracking branch 'faas/master'
8b96c26 Merge pull request #3 from qianqiao/shortestpathv3
37869b1 merge
84daa6a Merge pull request #2 from qianqiao/shortestpathv4
a9805a5 init result
805d1bc validate hw
743a275 result to 512
9150dbf host
ad7b4ac input width 512
4da79e5 Merge pull request #14 from shengl/master
34415e4 optimize convert csr csc
0bea41b add jks
c16a20b Merge pull request #1 from qianqiao/shortestpathv2
4830737 hw_test
7ecce9f Merge branch 'master' of gitenterprise.xilinx.com:shengl/xf_graph-1
5dd8444 fix convert on-board-test failure
f965b47 update host
3ee9c85 optimize ddr access
c0b93c6 dataflow design for shortestpath
675b3a3 dataflow design for shortestpath
440fbf4 Merge pull request #13 from shengl/master
a0b3bc5 Merge branch 'master' into master
6ccbaa6 commit convert csr csc
152623b Merge pull request #11 from yuema/master
3ecdae9 update script
3045bc0 script
e0baf47 hls test for shortest path
e2674ac Add execution conditions
bda1a24 Merge pull request #12 from qianqiao/remove_cache
30e2092 remove cache
ebab9cd implement shortest path
a87c273 add calcuDgree host code
2c1be1e Merge pull request #8 from yuema/master
71410a2 update
40509c1 Merge pull request #10 from xingw/api_define
8646e87 API define for dfs, bfs, scc and wcc
2ce2378 Merge pull request #9 from shengl/master
0e240e1 optimize tc and add some wrapper
5b817f2 update
c1baa36 pagerank clang-format
a4ce200 clang-format pagerank
a6eafd5 add doc
1a5ece5 update pagerank
fa396f4 Merge pull request #7 from qianqiao/master
d0d06f0 Delete convert_csc_dgree.hpp
c3abb42 update pagerank
b744881 fix macro
f3686a8 clean shortest path repo
047b6fb init commit of shortestpath
ef3afce CPU impl of shortestPath, Doc for shortestPath
0b5b1a3 add pagerank
2431a2f Merge pull request #6 from shengl/master
5a26c2e update tc and add template
ba5cbf0 clang format
5bc252a update tc
78f9cdd optimize TC
bf440f2 optimize tc
b217322 optimize interface
38f1b53 Merge pull request #5 from shengl/master
03c2abf update doc
a972cff refine makefile
20c746e Merge pull request #4 from shengl/master
a6178cb improve doc
b3bbf96 rename and add picture
ed7e3fa Merge pull request #3 from shengl/master
a2ad6dc add doc
1093f4d optimize design and clang format
a516acb Merge pull request #2 from qianqiao/master
b77cf41 Merge branch 'master' of gitenterprise.xilinx.com:qianqiao/xf_graph-1
4e463a6 change the marco
d092730 clang format
6e179f8 documentation for cache_ro
d5e251e change the location of the cache.hpp
67ae9ad change the location of the cache hpp
19ff7e8 change the scale of test
8c8c818 read only cache test
88748b0 add cache
e0eaa0c reduce latency
4947db5 Merge pull request #1 from shengl/master
e8e8245 optimize triangle count
236d139 add xcl2 file
2217eeb add triangle count test case
443e64a add triangle count include files
71b0c08 init repo

git-subtree-dir: graph
git-subtree-split: fa54086758b1eaabe77008e69a3bab69c793eb5e
vt-lib-support pushed a commit that referenced this issue Dec 11, 2020
1020004 Add doc 20202 (#38)
9f585cc update adler32 for frequency (#35)
5778ae8 fix conn.cfg missing (#34)
0a310ce conn.ini -> conn.cfg + update description.json and Makefile (#33)
d27db9e Update adler32.hpp (#32)
9bd0a29 optimize KECCAK for sha3 hash functions (#30)
20dec48 Next vdf (#29)
bd4ccb6 adjust crc32 interface (#16) (#28)
1986ff2 Merge pull request #27 from juanlu/next
8c30b9c Update description.json
0ed6450 Merge pull request #26 from juanlu/next
bf3f3e9 modify dict maxmemory
3578b9a remove hw_build from description.json (#25)
d8ae389 :vitis_hw_build

git-subtree-dir: security
git-subtree-split: 1020004a2afa68c0e908e924033c379cbdac9362
vt-lib-support pushed a commit that referenced this issue Dec 11, 2020
d70d37f Bump doc version to 2020.2 (#32)
83384e0 Merge pull request #27 from leol/next
affc82e Update release note for 2020.2
447d5d6 Merge pull request #26 from leol/rename-ini-to-cfg
6c55396 Rename .ini to .cfg and re-generate Makefile
4b53f71 Merge pull request #24 from leol/next
a9ec1f1 Increase buffer & time limitation for unpassed cases
4787228 Merge pull request #23 from juanlu/next
b99266d modify max_memory_MB value from string to dictionary
0abbfa1 Merge pull request #22 from leol/next
bad1efe Improve docs after migration to vitis_hls
6d697ce Merge pull request #21 from juanlu/patch-1
26df04a :vitis_hw_build
413436a Update html doc link
a9f8b97 Commit 20.1 vitis_hls migration to next (#20)
d93cddf Merge remote-tracking branch 'upstream/master' into next
f2dc87a Manually merge conflicts
04acdbf Fix for achieving II = 1 (#19)
e225054 Fix typo in manually merge patch
542c9a9 Manually merge conflicts
01929df Fix for achieving II = 1
56b05e3 Porting vivado_hls to vitis_hls (#17)
dbc2e6b Edit top readme
918730c Reduce test case to save simulation time
fb57edd Merge pull request #16 from juanlu/patch-1
6f94444 Merge pull request #13 from juanlu/master
b1c528d 2020.2_stable_latest
49a0e31 Merge pull request #15 from fengx/master
b83ea70 Merge pull request #14 from fengx/next
b9b4a2d Fix II issue of 2D-FFT
25bd1be update maxtime next branch
dc59a03 update maxtime master branch
011eb9f Work-around for signed extension error in Cosim caused by FE
7fe0134 Change HLS tool for 1D-FFT digit reversed order r8 & r16 series
e8ae118 Change HLS tool for 1D-FFT digit reversed r8 & r16 series
3238483 Change HLS tool for fixed point 2D-FFT test
ac4d070 Change tool for fixed point 1D-FFT impulse test
ada7590 reduce test case for fixed point 2D-FFT test
485c649 Change HLS tool for fixed point 1D-FFT r2&r4 series
ae5e245 fixed point 1D-FFT r8&r16 series done
2e371a4 Change HLS tool for the 4 examples
b1ac6a8 Done fixed point 2D-FFT
2c03aab Change HLS tool for 1D-FFT impulse test
4ca8bf9 Modify top of floating point 2D-FFT
8813c67 Change HLS tool for floating point 2D-FFT
3b18bff 2D FFT float done
96ac086 :vitis_hw_build
701213a Reduce test case for large co-simulations
28797fd Add NUM_TEST marco to control simulation times
23d35e3 Change HLS tool to vitis_hls for 1D float digit reversed series
b1dfebc Reduce test case for saving co-simulation time
e5f473e Porting 1D-float digit reversed series done
d1dd88b reduce test case for ssr_fft_r16_l1024 & ssr_fft_r16_l4096
00334e7 Change default HLS tool to vitis_hls
20c115b Merge remote-tracking branch 'origin/master'
f9f1ba9 17 cases in 1dfft_float_natural_order done
95f8c20 Porting case ssr_fft_r8_l1024 & ssr_fft_r8_l64 to vitis_hls
3b8de5d Add overloaded funcs for simulation & update the out-dated stream description
b8e4223 Merge pull request #12 from leol/master
fbe94c2 clang formatter
00b827a Revert "Shift tool from vivado_hls to vitis_hls"
16a90ba Revert "clang-formater"
8bd8a5d clang-formater
e1e10e8 Merge pull request #11 from leol/master
5af9fe1 Shift tool from vivado_hls to vitis_hls
5c700c8 change 2020.1_daily_latest to 2020.2_daily_latest
65f21cd create master branch from next branch
b6f0f7a fix grammar in doc

git-subtree-dir: dsp
git-subtree-split: d70d37f30580ddd9e8ad4fb724e5c076ca436bc7
vt-lib-support pushed a commit that referenced this issue Dec 11, 2020
80cc06b Merge pull request #325 from siyangw/next
6cdff77 Merge pull request #322 from qianqiao/gui
0c91826 revise description.jason for gui
08021ce fix gui description
a957784 fix gui
68045c9 Merge pull request #321 from yuema/next
724eb18 sync code from master to next
3fa6d1c Merge pull request #60 from FaaSApps/next
c2a98f0 Merge pull request #319 from siyangw/next
2d83753 revise u50 cfg
c0827e6 Merge pull request #302 from yunleiz/next
0623b39 [host]: refine a warning
1678345 Merge pull request #300 from yunleiz/next
0b81e78 [format] clang format
6a64eff [case]: refine case and warning
ea7849f Merge pull request #296 from yunleiz/next
0d0d19d Merge pull request #292 from yuema/next
25941b9 update
6fa3892 Merge pull request #277 from siyangw/master
163dc8f update
6c724e2 [rename]: all pagerank cases' input from csr* to csc*
2739293 rm gitenterprise and replace it with public link
cd1dd60 update
fcd79bc add README for next branch
5877f98 add L3 readme
8766b37 Merge pull request #48 from FaaSApps/next
00c56ac Merge pull request #290 from yunleiz/next
c7b6e37 [fixed bugs] : pr278 caused bugs
86dcb48 Merge pull request #286 from yuema/next
1c9dce2 update plugin testcase
d461c81 resolve conflict
6c2cb44 revise doc for integer version of similarity
d145d60 update new Makefile
4e4d326 regenerate Makefile with today's faas tool kit
1c6dc94 fix err in HLS test
e146b59 Merge pull request #46 from FaaSApps/next
43c8ddf Merge pull request #285 from yuema/next
27279a4 clang-format files
5bf00db clang-format plugin some files
00343d0 Merge pull request #282 from yuema/next
9601be5 regenerate makefile with new makefile gen
b30c874 regenerate makefile with new makefile gen
7ec666d Merge pull request #44 from FaaSApps/next
b299fba Merge pull request #278 from yunleiz/next
dcb998b Merge pull request #279 from yuema/next
bfcac7f modify api comments of L2
cde497f update testcase
d465493 [fixed]: fixed a warning in doc gen
d651725 clang format
9644b0f 1:Add integer version of dense similarity, including L1 primitive, L1 HLS test and L2 kernel test. 2:Update dense similarity related test cases
bcfc5c5 Merge pull request #274 from yunleiz/next
6b56db3 Merge pull request #276 from yuema/next
d338cb2 update
db62018 update
8c2c517 update
716033b update
230874d update
3642537 update comments
b526d74 Merge pull request #42 from FaaSApps/next
c8dbdcc update cosine similarity dense
4790bde add cosine similarity dense testcase
6e46f8c Merge remote-tracking branch 'yunlei/next'
5d54c54 Merge pull request #275 from yuema/next
48add8d revise REPO_DIR to LIB_DIR
d863bdf regen the makefile
ff69848 re-generate the makefiles of all, please check the pass status by yourself
4438b7f change all ini to cfg
1e917f2 Merge pull request #273 from siyangw/master
de1b0d9 Merge remote-tracking branch 'xf_graph/next'
e19ee0d update
dff5f3e for CR-1081245
d4ff0bd for CR-1081245
f10f051 update cosine sim dense int
31e41f4 add cosine sim dense int version
e980e7c add cosine sim dense int version
092eef0 Merge pull request #272 from yunleiz/next
8f9032d change depth for cosim 20.2
6179590 Merge pull request #41 from FaaSApps/next
76f32b6 Merge pull request #271 from qianqiao/fix_hwemu
f0d3979 rerun jks
7b3f139 rerun jks
47753bc Merge pull request #270 from yunleiz/next
96f565c fix hw_emu
a263f9c refine CR and clang format
c1cbdcb fixed CR 1077673 step1
6802cf1 fixed CR 1077673
28bfa48 Merge pull request #269 from yunleiz/next
a1e3e17 Merge branch 'newnext' into next
e3f0b21 fixed CR 1077673
e22ed64 Merge pull request #268 from qianqiao/SyncMasterNext
c37f08e merge
5818233 Merge pull request #267 from qianqiao/gui
cb5c22d gui support
1cea372 Merge pull request #265 from qianqiao/whitelist
a9bb40f remove u200 on white list
22f091f update
c514535 update
dc46044 Merge pull request #264 from yuema/next
c42392c add shortest_ss_pos_wt
0f2fbfa add shortest_ss_pos_wt
5cf05f7 Merge pull request #263 from yuema/next
807b516 Merge branch 'next' of https://gitenterprise.xilinx.com/yuema/xf_graph-2 into next
8124dba enhancement of doc
9fa99c0 update
67d3ea5 rm #
bfb07d0 Merge pull request #262 from yuema/next
7aa70c2 rm commits of handl.hpp
35f4bf4 add plugin doc
11dc1db update
17a28f2 add doc for graph L3
ae982d1 Merge pull request #40 from FaaSApps/next
fccafca Merge pull request #261 from yuema/next
fcca420 rm test xclbins
4a57c0d add api doc for graph L3
31d93b0 add tempory xclbins in order to test
9723c55 Merge pull request #256 from FaaSApps/master
91c8001 standardization BFS Tigergraph integration
64fecd3 rm utils.mk from lib folder
d28b038 update
ec81960 update
e699f68 update
bb8b960 update
57e28a7 add BFS tigergraph integration
0c43afe Merge pull request #247 from qianqiao/doc
76ed567 Merge pull request #8 from FaaSApps/master
0a9da08 Merge pull request #35 from FaaSApps/next
b2da0ce Merge pull request #254 from yuema/mergefass
997dca9 update description.json
acceb34 Merge pull request #251 from siyangw/master
ce4a2f8 Merge pull request #253 from yuema/mergefass
2705ad6 add pagerank
671dbba add MSSP L3
36a4cff add SSSP
102e8d2 Merge pull request #34 from FaaSApps/next
3ba9640 re-run jenkins
db39404 re-run
8213c27 revise some small details
b1cee4f revise cosim bug
9aa34b7 revise description.jason
bfd74ec Merge pull request #246 from qianqiao/fix_hwemu
1daf8b0 document
ca6edfd fix hwemu
1b8a471 Merge pull request #243 from juanlu/next
b6062c3 Merge pull request #238 from siyangw/master
667e7d3 modify max_memory_MB value from string to dictionary
873721a tigergraph integration
457b49f Merge pull request #239 from yunleiz/mergefass
a80d83d refine doc
9b8ea8b fix bugs in syn and cosim for sort_top_k HLS test
a1a5e4e fix small bugs for cosim compiler
65a77d3 add L1 primitive test
9388a4e revise and update docs
8169d16 Merge pull request #229 from FaaSApps/master
58a3571 Merge pull request #230 from yunleiz/mergefass
efe590e clange format
3e390c8 refine host for personalized
b48ee99 Merge pull request #228 from yunleiz/mergefass
9c70a8f update outstanding just for next
5804446 Merge pull request #226 from yunleiz/mergefass
c439063 Merge pull request #227 from qianqiao/syncMasterNext
8e2b44d remove , in description.json
769abeb Merge remote-tracking branch 'faas/master' into mergemaster
a76ed8a change kernel demo to float type
2e75e42 Merge pull request #225 from juanlu/patch-2
92b3803 :vitis_hw_build
fb83e47 Merge pull request #208 from yunleiz/mergefass
5494cb8 Merge pull request #222 from yuema/next
c06dfcf update description
07733b1 Merge pull request #221 from yuema/next
123d667 change gitignore
59ea018 Merge pull request #29 from FaaSApps/next
acb06fc update
2ad2138 add L3
a78b59c rm
0a976b5 clang format
a2ca974 Merge pull request #216 from siyangw/similarity
8de85f5 Merge remote-tracking branch 'xf_graph/master' into similarity
dc7c8b6 fix several bugs in sparse mode host
7e5697b Merge branch 'fassmaster' into mergefass
4a6f95f Merge pull request #217 from qianqiao/gui
89e256b json gui support
de0bbbc rm u200.ini
461f6c2 change JSON
a17c1aa modify jason to support Vitis2020.2
072a6ef revise jason for gui test
73157d5 Merge remote-tracking branch 'xf_graph/master' into similarity
8aa38c6 host bug find by Marc
b1a35fb run regression
672ae5e change ini
91a8627 add USE_HBM for U50
e364945 add u50.ini to API last release
0e1fdc4 pagerank_multi_channels.hpp
51fa4ee Merge pull request #213 from FaaSApps/master
3a3cd86 Merge pull request #212 from jingt/master
b8b05c8 push 2 channel test
a76bdb4 add description.json
f75eeb4 fix makefile
c15800c Merge branch 'fassmaster' into mergefass
12c5b9f pagerank 2 channel version
feb48ca Merge pull request #206 from qianqiao/u50
bc5b19e Merge pull request #209 from siyangw/similarity
083d632 add doc, calcuDegree to be update
53e8a28 add benchmark
f9f2c9a clang format
00de675 refine host
1e1a545 Merge branch 'fassmaster' into mergefass
ee360d6 add testcase of personal and multi-channel done
80a25c3 add case for personal
607e1fb add files
a5ddf0c 6 channel passed on board
a2be870 Merge pull request #187 from siyangw/similarity
3065873 merge master
4bca4db change json name
071dfb3 fixed host code
9a973d3 update json for multi channel
c2ca618 add 8 channel version of pagerank, merge fass
6dc45bb Merge pull request #199 from fengx/next
e296412 merge from master to next
a727cdc Merge pull request #198 from jingt/master
db23864 port to u50
61a4f10 merge master to resolve conflict
5439e31 Merge pull request #197 from fengx/master
deccfee Merge pull request #196 from fengx/next
7f32098 update maxtime next branch
8da2093 update maxtime master branch
f8acc63 revise test RAM and time for building hw
d24f6c4 Merge pull request #195 from juanlu/patch-1
0463a1b 2020.2_stable_latest
d607963 update description for build hw
dae43ac fix bug in jaccard sparse float, update float kernel
5317c91 standardization
2d7a0da Merge remote-tracking branch 'xf_graph/master' into similarity
5e76288 Merge pull request #192 from jingt/master
e9046fe clang-format
7041e32 lp porting to u50
8068946 tc porting to u50
497b970 porting to u50
baaecca add conn_u50.ini
d99d8d9 port to u50
1726fd2 modify
c76fa26 modify
0fe9706 clang-format
3a633df Merge pull request #188 from jingt/master
5150432 Merge branch 'master' into master
ee51332 Merge pull request #191 from juanlu/master
f528fe5 modify
9318657 :vitis_hw_build
f35166e Merge branch 'next_m'
98d3da3 resolve conflict
e6d744e modify
8c8b6e2 modify
16f18fe rm useless file
529151c test
5e51b91 add conn_u50.ini
40867da convertCSRCSC porting to u50
9032cae bfs change Copyright to 2020
a6fe81d wcc porting to u50
cb22829 lp porting to u50
8f32bc2 wcc porting to u50
eae2604 porting tc to u50
50e9e5c u50
6ba55dc revise conn.ini
dc4e3dc add utils.mk
3f40f06 Update test_similarity.cpp
7cfcbdd add missing data files in sparse similarity
7b8b140 fix ERRs checked by Jenkins
3697306 remove useless files
215660a rename file and API for standardization
47de8bf solver conflict
db421f8 u50
0ac0670 add u50
ac96160 clear convert_csr_csr_4cu
4597c10 add internal doc in similarity primitives
8f42030 for update BFS
d13ff99 add U50
e596c28 test U50
068c5dc for mergeBFS
5d0a4c6 porting u50
9668150 Merge remote-tracking branch 'origin' into similarity
eaac101 clean code and documents
b721b4c rm printf
6baee9b 4cu sw_emu done
79d632a version_1
9e2c688 small graph pass
5d1a29c ...
bacb1e3 Merge branch 'FaaSApps-master'
21971f9 merge
deb6b80 add u50
700c24d buffer
cd89252 Merge branch 'master' of https://gitenterprise.xilinx.com/jingt/xf_graph-1
d428cc9 buffer
75b2b8f kernel
819370c buffer
02f2817 buffer
25b8f91 config
4cde12b buffer
969fc0c update
75188a4 sycn
c7e711e sync up
963ae96 sync
798f301 sync
c745b4a makefile
168d515 update Makefile
9c235af description
6d747ff mark
eea776c clange format
1dfff4c Merge remote-tracking branch 'origin/u50' into u50
f44102e merge faas master
084c0a8 Merge branch 'dev-similarity'
9f5deaf update
5895ff7 update 4cu version
fa9c5c7 change 2020.1_daily_latest to 2020.2_daily_latest
c9c7e8f create master branch from next branch
694a338 clang format
456eaf0 clang format
7d473b3 clang-format
c932be6 tests
ef80e3b tests
bf5f798 sssp test
9c886ee rm useless
bb46146 ...
f3f5012 xxx
910b028 ...
b019316 xxx
91547d3 modify
44becb2 modify
78c7395 update
5f77e99 update
0afa962 update
46a461c host u50 switch
f92441f update
b75fb2d fixhost
6c91f8c Merge branch 'FaaSApps-master'
2883055 merge
ebd1554 Update README.md
247684d update
5207217 dynamic pred
2f22f47 update
a6851e1 update
7a11740 makefile
ef17ea1 modify
dd8b9f1 multi
9d866b6 update Makefile
9d1c44a convert_csr_csc_4cu
91dd45b comment and doc
5412da2 unweighted
146b51a double
fab4c46 pred
ed8a586 Update triangle_count_kernel.hpp
5998335 Update triangle_count_kernel.hpp
365f4c1 Merge pull request #174 from shengl/master
1846650 Update label_propagation_top.hpp
99afb7b Update label_propagation_top.hpp
5d8a187 Update convert.hpp
8d4f8eb Merge pull request #171 from shengl/master
b22360f host
1856ea5 Update label_propagation_top.hpp
c1dc13c Update label_propagation_top.hpp
82565ae Update convert.hpp
cb93c96 new data
a0b4818 new data
16cf7e4 Merge pull request #169 from RepoOps/master-20200519-200804
987f0d0 update jenkinsfile
ebc9bbd float test
dc16525 double test
f3b3e48 host
23885fe optimize interface
b165f9f debug error in dense computing
4c5ac76 update debug jaccard dense
1b49ddf debug host and kernel
10d6de2 update description json inorder to meet gui need
dfd289d Merge pull request #26 from FaaSApps/next
00a4241 debug jaccard
8b6568e Merge pull request #7 from jingt/next
d4552ed 4cu version
04dc39c 4cu version
8030acf 4cu version
e87dd52 hw_emu pass
0b54db9 Merge remote-tracking branch 'siyangw/master' into similarity
3620535 debug kernel csim
f41a315 update Makefile
b294803 Merge branch 'next' of https://gitenterprise.xilinx.com/jingt/xf_graph-1 into next
dd7cb24 update Makefile
04687e5 multi kernel
564a762 Merge pull request #145 from qianqiao/dev-similarity
daac82e Merge remote-tracking branch 'origin' into next
00839cc baseline
aa3f2cc Merge remote-tracking branch 'origin/standard' into dev-similarity
0eebab9 Merge branch 'master' into dev-similarity
e76ea1c Merge pull request #1 from siyangw/similarity
ca67da6 add uinified similarity
0052646 u50
73677fb Merge pull request #3 from FaaSApps/next
577b2aa add MK
02e2cc4 add u50
1c0fd39 Merge pull request #2 from FaaSApps/next
451961c Merge pull request #1 from FaaSApps/next
63481bc update L2 jaccard kernel hw_emu
e60c2a6 update L2 jaccard kernel test
1de2fd9 Merge pull request #82 from siyangw/master
0708e46 update kernel debug in platform
799949e Merge remote-tracking branch 'origin/master' into similarity
11a128c L2 cosine similarity sdx project pass hw_emu
8ef7f9e add sw_emu for cosine similarity sparse
9e590a5 Merge remote-tracking branch 'origin/master' into similarity
b982dd8 add jaccard dense
56ec27e add sort_top_k
b43b562 Merge pull request #68 from siyangw/master
bc99dfc update jaccard test
e292638 Merge pull request #67 from siyangw/master
28a10a5 update latest jaccard sparse
4e2b0f9 Merge branch 'dev-similarity' of https://gitenterprise.xilinx.com/FaaSApps/xf_graph into similarity
6c24af6 upadte jaccard
084bfaa update cosine similarity cosim
4eea0ee Merge remote-tracking branch 'siyangw/master' into similarity
6bc64ec update csim of jaccard and cosine similarity
b3e4000 Merge pull request #10 from FaaSApps/next

git-subtree-dir: graph
git-subtree-split: 80cc06b233bee362a0c298ca392be161ba525a5e
vt-lib-support pushed a commit that referenced this issue Dec 11, 2020
bfd1d41 Merge pull request #70 from gouthamb/next
d7ebb99 Corrected resize json and makefiles
797a3f0 Added zcu102 in blacklist for kalman filter URAM case
b1a9ae0 Modified hls::sqrt to std::sqrt in lsc hpp file
b238a9b Merge pull request #66 from gouthamb/next
84071cb Fix canny hang issue
c760837 Update 2020.2 doc rst file
28403ea Fixed standardization for axiconv
e0de0ef added test image for distTransform
d920010 Converted crop input back to 4k
331d542 Removed zcu102 for URAM cases
72cc8f9 Added xrt.ini files
159d72c Reduced image sizes for sw_emu
1006b0b Fixed standardization
5dcb135 Update 2020.2 README
c6e5450 Update changelog in README
d30aaa9 Update changelog in README
84f189f Update 2020.2 top level README
b15d379 Updated 2020.2 README
ed48c47 Merge pull request #64 from nkpavan/next
da4e92c saturation logic fix for RO case in customconv
227c914 Merge branch 'next' of https://gitenterprise.xilinx.com/nkpavan/xf_opencv into next
61f2d36 saturation logic fix for RO case in customconv
0066104 Merge pull request #62 from ckreddy/next
ffaebf1 Merge pull request #60 from maheshm/next
6935288 Merge pull request #59 from gouthamb/next
786fc1b Merge pull request #63 from kaushalk/next
c8978a3 added test pass/fail strings in pyrup
c221d49 pyrup and laplacian fixes
657de0a fixed the PU parameter in configs
3319432 added test pass/fail strings in pyrup
72803aa pyrup and laplacian fixes
02250b5 aec cosim and harris timing issue resolved
cf9b986 lsc json files updated
ecb9ae1 updated resize area mode to support upscale downscale at runtime. Quant-Dithering Makefile updated
54a4df4 json files updated
b37499f depth added for isp
b31bcd5 PTR width change 24 to 32
507968d Clang formatted
7b9b073 Merge pull request #61 from kaushalk/next
a1a9251 lsc ccm and modefilter run_hls files updated
6ca9927 black level added
25569fb folder name updated
92e46fc array2xfmat/xfmat2array updated for line stride
b1173e4 Merge pull request #58 from kaushalk/next
5119dd7f fixed customconv for 16S rgb RO case
435dd7e modified output type case for customconv
140ea22 fixed RO RGB case
251ec7a Modified xfcv axi_sdata to hls axi_sdata
9149e4d Merge pull request #55 from akashsun/next
f61222c Merge pull request #53 from ckreddy/next
8373432 printf replaced by stderr
42dcf7b lsc Makefile clean prj updated
4997d2d harris,sobel issues and awb 16image added
a0d701d Merge pull request #57 from nkpavan/next
8ff28ea Merge pull request #56 from kaushalk/next
54dc0d2 isp L3 added
a51846e ccm added
e669750 fixed blobfromimage for edge platforms
ade088d ccm added
000fb8f sobel and scharr issue resloved
a12c8d4 cosim issues resolved
1886d9a lsc 16 added
1ae148a added brute force matcher testbench pass statement
f62f699 clang formatting for remap.hpp
98c3978 fixed buffer access
a951d3e ccm and lsc tb added
6b9f8d8 std::cout & printf update
1aa0ac5 custconv cosim resolved
2790928 hpp clang
01c0da0 aec cosim issue resolved
2d04d2f l2 clangs added
8cd23ae L3 Readme updated
0277fbc Embedded devices build commands in README updated
a5f3562 lsc cosim issue resolved
f5dda57 clang formats applied
ff19671 clang formats applied
da6d83f Merge pull request #54 from kaushalk/next
8e44ef4 added dist transform
6d0babe lsc issue and aec,bpc,gain L2 functions added
6a6a2af description name update
8f4c68b awb L2 testing done
c0243f8 ccm 16 bit testcase image added properly
208d1f9 clang format removed for tcl
abb5ba6 higher bit depth functions added
b701443 Merge pull request #52 from kaushalk/next
f363ae5 Formatted passed by std::out
1ee329f testbench updated
68664a2 Passing phrase added
34a30c7 testbench update
4b8ce57 stderr & cout updated
1a7e43a Passing phrase  added
7b88927 testbench updated
a63bdb7 maxval replaced by maxval1
e31fd2b Updated usage of stderr & std::cout
5e1c523 Image path updated
f4dbbc6 Updated config_params.h path
3998f1c Image updated
a63c050 Updated image path
2cdfc6a added 16SC3
ce467a5 updated name field in description.json
d9c779d updated description & Makefile
4635275 Merge pull request #51 from kaushalk/next
6c2c575 printf & fprintf(stderr solved
05c8d35 Description & Makefile updated
33a7b48 Passing phrase added
1974ce2 clang formatted
bb68be6 Merge pull request #50 from kaushalk/next
1745495 remove xrt.ini
ecc880d Makefile updated
849d3f5 Merge pull request #49 from kaushalk/next
94cdb1e Updated description & Makefile
eb5096b Updated structs.hpp
cbf6c2a description & Makefile updated
7fadc28 std::cout replaced by stderr
541c8f4 description & Makefile updated
b34eb5e Updated error per threshold
0277f2c Merge pull request #46 from maheshm/next
a0f45c8 Merge pull request #48 from kaushalk/next
5b71388 Clang formatted pyrup_tb & resize_tb
1cbc023 Updated utils.mk
824a22c clang format added
a1fa454 clang formatted xf_sw_utils
4afbfa5 channelcombine test cases added & RO removed
73b015f no. of frames for hw_emu reduced
d0f43ff Test Passed added in xf_histigram_tb
a23104b Removed “/” from xf_boundingbox_tb.cpp:136
1c2b33f height & widht added in L1-xf_arith_config
3cac39f descrip & Makefile updated subRSS_no
6f72b91 size of rows and cols to that of gray1
fb805f2 v_tmp initialized in xf_sw_utils
bd4beed Makefiles updated
e86ccde Updated bilateralfilter TB & Makefile
e711f2e assertions added in Quantization Dithering function
6ded0a3 modified laplacian tb
edd5111 clang format
13301fe Clang formatting
ccdfa4d Removed Forbidden Patterns
fd63f24 Merge pull request #41 from akashsun/next
16bfbf1 config params
d0be357 config params
f979fae config params
271ed55 config params
2dfbd74 config params
d27cf4b config params
edeb2fe config params
87366e3 config params
d571976 Merge pull request #43 from nkpavan/next
c2fb5d0 structs clang applied
1306ae2 Modified host code
177b0fe added Quantization Dithering function
032ccb4 added linestride changes
0b587e3 added linestride changes
97397e1 modified brute force testbench
cd293e0 updated blobfromimage readme
8e89d6a config macros
e204647 config macros
aef52f4 config macros
66baf67 config macros
aae708e config macros
69d9269 config macros
373461e config macros
1748790 config macros
2d53389 fixed blbobfromimage json and makefile
f9f0321 blobfromimage L3
dd05b93 added blobfromimage L3
c14703b added brute force matcher
069d946 modified alpha channel in cvtcolor
fe92161 Merge pull request #40 from nkpavan/next
91d2296 Merge pull request #34 from ckreddy/next
636bc40 corrected input and output arguments
4150d73 mode filter array partition added
0b477c6 ccm,lsc and modefilter clangs added
106c4e2 lsc and modefilter prj folders deleted
789badc ccm and lsc and mode filter test folders added and doxygen comments added
518707a Added Edge Laplacian L2 function
877ec4e LSC L2 folder added
2a9dd2f license header added
5771374 license header added
9470fe3 license header added
6bf0511 license header added
a7dafd0 Merge pull request #33 from gouthamb/next
718b5c3 Fix U50 issue
ffbd05b LSC L2 folder added
06dd40a LSC L2 folder added
c34465f ccm sw_emu and LSC L1 folder added
d39f437 cosim issue resloved
4fb39d4 applied clang format
907b428 applied clang format
152b69c Makefile and run_hls.tcl added
19c813c Makefile and run_hls.tcl added
81db345 colorcorrection matrix xf params added
e71e44f colorcorrection matrix added
c6810a3 Updated boards in readme
46d5c4f Merge pull request #32 from juanlu/next
2cdcff3 modify max_memory_MB value from string to dictionary
4388bcd moved axiconv example from examples_axi to examples folder, fixed some issues
e99d8f6 moved axiconv example from examples_axi to examples folder
7838080 fixed trip count
a9b8139 updated license for axiconv
28a9973 updated xf_axiconv_tb.hpp
34afe2e in infra.hpp
981fe24 adding to next branch the modifications and fixes for axiconversions, and also example codes for regression
aba33c2 infra.hpp
9c72700 Merge pull request #30 from gouthamb/next
641f082 Fixed json and makefile issues
e9c7d11 updated xf_infra.hpp
0797f01 Updated L2/L3 JSON and Makefiles with env check
1cf30b7 Corrected JSON files
08903d3 Added resize extra testcases
cf8788a Updated readme of L2 and L3
affb5ec Updated readme of L2 and L3
06430b6 Merge pull request #29 from yuanqian/next
0b8303b change the max running time for vitis_hw_run from 10 to 30
257072e Updated benchmarks folder with autogen Makefiles
22df01e Replaced all Makefiles with autogen Makefiles
f7de61b Merge pull request #27 from juanlu/patch-3
4728507 Merge pull request #26 from fengx/next
093988d 2020.2_stable_latest
1e293d4 update maxtime next branch
f1281e7 Fixed resize pragma issue
1d09d94 Enabled testcases in tests folder for GUI
4ab7856 Added U50 platform properties
08be731 Adding extra tests (#22)
5836fca Reverting to older json version
cf13e8a Harris json change to older version
4bcfe8a Harris json change to older version
f80dfba Removed SDSVHLS flag from json
84d3bd0 Added U50 to whitelist for L3
265f067 Added U50 to whitelist
57d03f2 Updated allocation pragma
a1d2da6 Local tone mapping
eff384a Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
1dd48d0 Removed redundant pragmas
e64deab Submitting changes in xf_opencl_wrapper
09eac3a Removing a typo
1ee9e51 Removed RO config in L2 reduce
02ad888 Fixed cosim depth
5612a2c Changed xcpp to g++ in L2/L3 Makefiles
3c54311 change 2020.1_daily_latest to 2020.2_daily_latest
dfa48fe Updatd run time limit of cornertracker

git-subtree-dir: vision
git-subtree-split: bfd1d41a462990ec15c5b83e4f00e5c8e9e03b95
vt-lib-support pushed a commit that referenced this issue May 18, 2023
31507fe Merge pull request #640 from berry/doc_review
10fe120 Review docs
40cc324 Merge pull request #639 from mlechtan/next
196594e Fixing Window Size check for FIR Interpolate Asym
bc9d706 Merge pull request #637 from mlechtan/next
349c102 Update benchmark.rst
5c94a6a Edit benchmark.rst
082c44e Merge branch 'FaaSApps:next' into next
197b672 Removing doxygen comment related to 16-bit data and 32-bit coeff restriction.
df9a832 Merge pull request #636 from mlechtan/next
5202dba Merge branch 'next' into next
984eb99 Fixing resampler's meta typo
e251a83 Revert "Updating meta json with brief description"
15766a2 Updating Metadata wrt window size & FIR length checks
a5d9339 Fix for CR-1158273,updating FFT's meta validator
428dbd7 Updating meta json with brief description and other schema defined mandatory fields.
1f2fa5c Updating FIRs meta wrt TP_CASC_LEN range
9b96f2e Regen api.json
21a9e65 Updating FIR Graphs docs
b426da1 Updating FFT Window helper functions docs
1facbd7 Documentaing API constants
a565c87 Merge branch 'FaaSApps:next' into next
e99384c Merge pull request #635 from mlechtan/next
472f599 Merge branch 'FaaSApps:next' into next
c896ab9 Merge pull request #634 from berry/branch_update_api
cf69c97 Merge branch 'FaaSApps:next' into next
b056761 Fix for CR-1157267
a17a09c Merge pull request #631 from wesleyl/next
5b11fb4 Update benchmark.rst to mention AIE_VARIANT
f202bc6 Merge branch 'FaaSApps:next' into next
3db22d4 update api.json
ff44c0e remove build files from fft_aie2
0e53872 Merge pull request #633 from RepoOps/rep_8
4d628bf Merge pull request #630 from mlechtan/next
95c7817 Merge pull request #632 from liyuanz/add_mt
4a7d0cd add mem/time
c214e9a Merge branch 'FaaSApps:next' into next
8057fd4 vmc_mixer and mixer_stream files updated
bcbdd54 Updating META_PARAM_MAP
8b73612 Updating cfloat testcase
c6d7335 Delete fir_limits.hpp
de86d67 Renaming PARAM_MAP to META_PARAM_MAP
937aeba Regen Makefiles
9fa75ff Adding AIE_VARIANT definition
a7eb284 Updating helper makef wrt input ports number
009d5bc Updating get_latency script.
072e4ca Enable AIE-ML FFT tests
3ab30d2 Adding AIE Clock frequency extraction from simulation run summary.
6dfc81c Tidy up.
cdeb5be Adding chess_separator_scheduler() for High Decimation Factor.
6b9d5d7 Piping missing parameters to helper makes
d5f72e1 Regen Makefiles
8afe4d5 Description.json updates
b4b21a1 Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
e34aa6e Adding common_config report to post-lauch steps
2ed0ea0 Disable duplicated tests
201571d Replace DEVICE with PLATFORM
ecca38b Merge branch 'next' of https://gitenterprise.xilinx.com/wesleyl/xf_dsp into next
658f9f6 merging JON Files CR_1156584
dab624c Disable duplicated set of tests
2ac6307 Update benchmark csv (#628)
77f0ce8 Merge pull request #624 from mlechtan/next
e9340ed Create i1
85f70e7 Create i1
622155c Regen Makefiles
c68c391 Updating name field
67324bc Merge pull request #626 from gordono/next
bb5b310 Adding latency measurement to FFTs.
f7c2bee Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
4d8b671 Merge pull request #26 from gordono/next
24c0125 adding AIE_VARIANT to helper.mk to match metadata
a9bb0f7 Tidy up.
9358143 Fixing spell-check presentation leftovers
5f454fa Merge pull request #625 from uvimalku/rounding_modes_aie2
d692e2c adding AIE_VARIANT to helper.mk to match metadata
3209e55 whitespace fix
c2ae391 updating original description.json for fft_window and fft to match aie1 variant tests
2f2b3d9 adding fft_window stream support on AIE2 and adding cfloat legality checks for FFT and fft_window
21d7b76 add two new rounding modes for aie2
8c9c495 Merge pull request #623 from uvimalku/docs_update_20231
13a6a92 docs updates rounding modes
960969a docs updates rounding modes
22dca53 Merge branch 'docs_update_20231' of https://gitenterprise.xilinx.com/uvimalku/xf_dsp into docs_update_20231
ccb8bbc docs updates
c75c1af FIR docs updates.
6c6d822 Clang-formatting example design files
69b9dfa Regen Makefiles
ebb337b Clang-formatting VMC files
ec53382 Updating RTP port description. making casc_in private.
b67dc75 Typos, prints, formatting, etc.
39386aa Fix for windowBroadcast.
97ad350 Delete L2/tests/aie/dds_mixer_lut directory
24e13b0 Merge pull request #613 from gordono/next
e3294c7 disabling fft aie2 and fft_window stream tests
4bf3064 deleting superfulous configs
ee9eedf fixing json
c95bd2b Merge pull request #617 from uvimalku/docs_example_update
40b0f69 Merge pull request #622 from mlechtan/next
a5c5896 adding AIE VARIANT to helper.mk
e23daa3 forcing change to config.json
cd7b715 adding AIE_VARIANT to config.json
9b1b24d adding AIE_VARIANT to config.json
c1c57ca fixing = in description.json
19eea0d Updating docs wrt new type combos + typos.
9c1c25e repeat correction to Makefile for AIE_VARIANT
4e267ec adding AIE_VARIANT entry to metadata of fft_window and fft
74d1bf5 adding AIE_VARIANT for fft_window in config_translation.tcl
4e7946d Merge pull request #621 from mlechtan/wes_meta_update
2a8be1c Merge pull request #605 from wesleyl/next
2dc1cf6 Merge branch 'FaaSApps:next' into wes_meta_update
8578f0a Merge pull request #620 from FaaSApps/metadata_aie_variant_patch
461875c Merge pull request #25 from wesleyl/next
28eb514 updating description and Makfiles for aie1/2 tests
7104608 Update fir_sr_sym.py fir len validator
b910806 Merge branch 'FaaSApps:next' into next
6a9d974 Merge pull request #619 from uvimalku/next
72b7de4 update testbench with prints
f50d9c7 Update benchmark docs (#618)
4af549b removing = _again_
21c70db update examples with dds lut
d6d2c08 Merge pull request #616 from uvimalku/docs_update_20231
65982a9 Merge branch 'next' into docs_update_20231
78d616a merge updates
f91125b docs updates aie2 firs and dds lut
48a434d typo correction in Makefiles for aie2 support
9e1a8dc Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
23a456d AIE2 support for widget_real2complex
a5ad3ca Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_dsp into next
74d47c2 Merge pull request #615 from mlechtan/next
eb27d3f Fixed FIR_Symmetric test with the correct coefficient
4e2ab20 Fixing doc typos, dead links, table formatting.
2899778 Bump up release version.
2458f10 Update func-fft_window.rst
c2042fd Update func-fft_window.rst
90a7588 fixing typo regarding AIE_VARIANT
cde709c partial support for int16
ff7c843 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_dsp into next
3224f28 correcting testfiles for aie1 and aie2 for fft_window and fft_ifft_dit_1ch
45b6c18 revert stopgap solution for AIE2
1db2648 Merge pull request #606 from liyuanz/next
b34ac89 Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
81982c0 Merge branch 'FaaSApps:next' into next
99830f4 revert stopgap solution for AIE2
39f81ee Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_dsp into next
c81a67b update tb paths
3cdea29 Merge pull request #612 from uvimalku/windowsize_updates_dds
380eb46 makefile updates
75b790e metadata and testbench changes
3f14aff Update description.json
cd248e3 remove debug_utils.h
ae1c699 Update compiling-and-simulating.rst
32836f6 Merge branch 'FaaSApps:next' into next
25a44bc adding fft_window aie1 and aie2 directories
0879969 adding aie1 and aie2 directories for fft
890dc96 add AIE_VARIANT to description.json
7c3d2c2 Merge branch 'next' into windowsize_updates_dds
4fbc098 makefile updates windowsize
80c9db6 Update makefiles to include latency script (#607)
46a10f2 Merge pull request #611 from gordono/next
ddb3ccd Merge pull request #610 from mlechtan/next
e20ee5f dds_mixer window size changes
016125c metadata + kernel_broadcast updates
cada06a adding input_window_vsize and other missing parameters to printout in dds_mixer_lut testbench
6b2d59a Merge pull request #608 from gordono/next
2440b1a Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
04ad305 Extending LSF's memory limit
3df5286 Merge pull request #609 from mlechtan/next
43896a2 Fixed cascade length not reflected in the generated graph code
2c479d8 Fix for FIR Int HB performance degradation. Reinstating MUL calls
d5789a3 Removing superfluous warning
bad86de Fix for FIR Dec Sym window size issue. Now, reverting to basic arch, when cannot use IncrStrobe arch.
c031cd4 Fixing single_buffer constraint for SR FIRs output buffers
f7abb9a Merge branch 'FaaSApps:next' into next
c5b43dd removing cfloat definitions for AIE2 now that tools do this, and other related stopgaps
666f441 Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
92268e8 Merge pull request #601 from gordono/next
9554182 Window function block DRC update
af6314d update
36dbdc4 Update vmc python validator scripts and vmc_test cases to suport IO Buffer
f380b26 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_dsp into next
c70d653 Removing API Reference toctree's maxdepth
0397e31 update calls to post-launch scripts
21ed226 removing definition of cfloat for AIE2
8371a4f Merge branch 'FaaSApps:next' into next
e561aea modify test case
a08a527 sr_sym aie2 mods
0431848 Merge pull request #595 from mlechtan/next
d20d035 Removing superfluous aiecompiler options
aa34d5f add multi_params.json
7ac7497 add AIE2 test directories for FIRs
a028e6e Regenerating Makefiles
631e5ab Update func-fft.rst

Co-authored-by: sdausr <sdausr@xilinx.com>
vt-lib-support pushed a commit that referenced this issue Oct 19, 2023
205fa0d Merge pull request #26 from yuanqian/fix_api_meta_8
a48734f fix api meta
35112e6 update_api_meta

Co-authored-by: sdausr <sdausr@xilinx.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants