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

Vitis Libraries GUI flow #34

Closed
DavideConficconi opened this issue Nov 4, 2020 · 1 comment
Closed

Vitis Libraries GUI flow #34

DavideConficconi opened this issue Nov 4, 2020 · 1 comment

Comments

@DavideConficconi
Copy link

Hello,
Thanks for the work on the libraries.
I am using the makefile flow and it works perfectly, though I would try to use the debugger for exploiting the libraries for a different project.
Hence, I am wondering if there is any documentation or standard way to test Viti libraries through the GUI, because I experienced several issues in reapplying the make variables.
Is it?

Thank you very much

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
aac6d2f Merge pull request #46 from lingl/next
3a3bc50 standardize Makefile in cscmv test
09e5ca1 fix cflag issue address in CR-1083211
514442b Merge remote-tracking branch 'upstream/next' into next
23aa79d add vivado parameters in L2 tests as timing workaround
08561ba Merge pull request #44 from lingl/next
f2b3332 Merge remote-tracking branch 'upstream/next' into next
115207f add workaround for Viviad timing closure
6992e81 Merge pull request #43 from lingl/next
5b3ce62 standardize Makefile
2e49419 LDCLFLAGS -> VPP_LDFLAGS
022e76e change .ini files to .cfg files
6186444 generate emconfig.json for hw target in L2/cscmv test
452f6d7 Merge pull request #40 from lingl/next
d203daf Merge remote-tracking branch 'upstream/next' into next
7f7020d fix CR-1077987
f3536fe Merge pull request #39 from juanlu/next
f4417bd modify dict maxmemory
3dcb086 Merge pull request #38 from lingl/next
1863272 stadardize L2 Makefile
2fe8052 Merge pull request #37 from juanlu/patch-2
f78d244 :vitis_hw_build
114fa52 Merge pull request #34 from lingl/next
3367fab Merge remote-tracking branch 'upstream/next' into next
a95aea6 complete the documentation of sparse library
bd7486a update document
2b598b8 Merge pull request #33 from lingl/next
b2cacea fix typo in tests/cscmv/Makefile
5ebe338 cscmvSingleHbm works in GUI
37c6196 update document link
7299675 Merge pull request #31 from lingl/next
bdf2393 change L2/tests/cscmvSingleHbm/description.json to auto-gen simple working Makefile for sw_emu hw_emu
f11cbe7 simplify kernel's axis interface, sw_emu and hw_emu works for L2/tests/cscmv
9c0d76d remove side channels in axis interface, L2 hw_em works in Vitis 2020.2
ff9d426 cscmvSingleHbm test works in hw_emu with vitis 2020.1
49bbe34 add single HBM channel test as GUI test case, sw_emu pass
3d1f9ca Merge pull request #29 from lingl/ch_16
cdc256b Try to fix platform not found issue in L2 tests in the PR
e858af9 fix XCL_EMULATION_MODE setup in L2 tests
9e14705 fix blas path error in L2 Makefile
7396d90 update all L1 tests description files
774972f standardize files
1c5b8a8 fix cscmv testbench to use own funcitons for reading/writing wideType from/to files
e42e347 fix rand seed issue in xBarCol testbench
6acd23a u50 support works for L2 test in sw/hw_emu
ce1330d merge 16 channel design into FaasApps/xf_sparse next branch
f948cf6 remove L2 kernel and host code
1103a28 all L1 tests pass
781666b dispCol and dispNnzCol pass L1 tests
cd081e6 remove L2/src/sw/parallelCscmv.cpp
67b268c fix L1 test for modified dispColVec
66ae5a6 update L2/tests/cscmv with L2/tests/parallelCscmv
3b07f20 Merge pull request #22 from fengx/next
7c3d90c update maxtime next branch
f9c9c75 Merge pull request #21 from juanlu/patch-1
81d31b9 2020.2_stable_latest
35105c9 fix multi-block error caused by iterations
23ea60f hw_emu works with iterations support
9171956 iterations support works in sw_emu
ab6c468 hw_emu works for multi-block support
ac28b4d sw_emu pass 32 matrices
5f79381 change channel partition to col-wise partition, sw_emu works
9a92f83 adapted min/maxColId to accommodate 0 blocks, sw_emu works
f40663c make rowResBlocks a even number for parGroups==1
2254762 multi-block gen/check conf works with 32 matrices
24f22eb memory provision rowMemAcc works
3a4d90d remove rowRegAcc and rowInterleave, cscRow L1 test pass
cd4007f 16 channel hw_emu works with multi-block support
65db8a7 16 channel with multi-block support works in sw_em with cscmvSeqKernel
d0f9406 8 channel multi-block hw_emu works
0a87b93 8 channel design with multi-block support works in sw_emu with cscmvSeqKernel
b26b9d1 multiBlock imp works in hw emu for 4 channels
7052ca1 2 row pars and 1 column par work in hw_emu and seq sw_emu
77a8eaf add multiblock support
116154e optimize parameter read and interpret part of readWriteHbmKernel, sw hw emu all pass. Ready for implement multiple partitions
7c0bf2b merged rowPartition into the dev2020.2, hw_emu works with new row-wise partition
740dc9d re-factor readWriteHbmKernel, sw emu works
2d6ca62 optimize rowRegAcc
eb7921b add u50 to the blacklist of the description.json for L2/test/cscmv
9b6e561 new partition works in sw_emu for both parall and seq cscmv kernel and single block
28f7676 added seq kernel and host code
fd7108d add hw implementation for new partitioning support, pass compilation
9f8e090 config check works
b258163 added golden ref generation in genRunConfig. Original tests still pass.
5c933b7 move nnz related operations into nnz_worker.hpp
b1d9715 two colPars and two rowPars work in conf gen and check
1927c3b gen, check config pass tests for two rowPars one colPars
a6b6b22 gen and check config pass for all matrices with only one par
7fbe5fa add more config check and fixed a bug in gen_cscmv for colPtr gen, pass signgle test.
3bb3e80 first config test pass
d70090d check Config code pass compilation
8c66fbf RunConfig gen, write and read works for one example
4b63978 GenRunConfig pass compilation
5a2a2b1 change 2020.1_daily_latest to 2020.2_daily_latest
3ee0a54 Merge pull request #19 from juna/feat-seq-kernel
3938d4f fix cscmvSeqKernel
9e77d07 increase the stream depth to 4 to squeeze out the bubbles
2ee0b5f Merge pull request #18 from juna/feat-unit-test-xbarcol
79b0586 add DEBUG_dumpData for xBarCol
52fe3e1 fix small problems with genRunConfig
85a5e46 add RunConfig generation
50f3ff1 fix nnz=0 bug in MatPar generation
47c132c single partition works
ec6113d beatify code
8dd7004 generating par description works read/write mode
ef69da0 gen RoCooPar works
be67f76 Improves loadColKernel to load colVec and colPtr in parallel from 2 DDRs.
7a30ad8 Merge pull request #17 from lingl/singleHbmRW
a9bb549 fix DEBUG_dumpData option
4c8628d Merge pull request #16 from lingl/singleHbmRW
fcaf328 use single readWriteHBM CU, sw/hw_emu works
57e60fe Merge pull request #15 from lingl/freeRunKernel
e82b266 free run kernels work in sw_emu and hw_emu for a single block
a5ae1f5 Merge pull request #13 from lingl/dev2020.2
955dd41 Merge remote-tracking branch 'upstream/dev2020.2' into dev2020.2
feb837d merge FaasApps/xf_sparse next branch and fix conflicts
da699ff Merge pull request #12 from lingl/dev2020.2
6d93719 Merge remote-tracking branch 'upstream/dev2020.2' into dev2020.2
f89a48b Merge remote-tracking branch 'origin/parallel_cscmv_master' into dev2020.2
58c2bcd remove unnecessary data transfer for statistic in dispColVec
7f3ed60 Merge pull request #11 from lingl/dev2020.2
b695acc Merge branch 'parallel_cscmv_master' into dev2020.2
5c2041a remove stats inf from bufTransColVec and standardize the code
f185052 adapt run_hls.tcl to use same config as parallelCscmv in L2
7b294eb debug bin file to/fromCscRow can be interpreted correctly
2b3dc54 added support for dumping out input/output data to/from cscRowPkt kernel and use that in unit test. Works for simple test.
ce977e3 remove memory interface from cscRowPktKernel
6275460 fixed a bug in hbm connect and optimize rowRegAcc to use multiple registers
6c6dd09 cycle counter works in hw_emu
c9727bd all matrix with total cols/rows number <= 2048 pass sw_emu
bf2672f fixed host code to handle symmetric matrix
5280283 remove  rowRegAcc from the cscRow path, and use ParGroups=4
e9831e3 xBarRowMerge fully pipelined
95144f1 update obsolete parameters in xrt.ini
9d8b676 fix a typo in cscmv.hpp
9843c6f Merge branch 'parallel_cscmv_master' of https://gitenterprise.xilinx.com/lingl/xf_sparse into parallel_cscmv_master
040a1b7 add perf outputs
ff447ec change SLR location for loadCol CU, hw build is successful.
6885c70 parallel cscmv with 4 HBM channels works in sw_emu for both .mtx files
c460b79 add vecBlockIdOffset to the parameters of loadCol
c083d45 cscmvSeqKernel passes sw_emu for both mtx files
900e4f1 cscmvSeqKernel pass sw_emu for bcsstm01.mtx, but for bcsstk13.mtx there are mismatches
b4bc1e8 cscmvSeq host and kernel works for small diag matrix
5ff36d8 cscmvSeq Kernel and host code pass compilation
8339201 write/read config works
a7120fd genConfig pass compilation
c4409c7 add kernelConfig generation
9c4f86b adapt hw arch to pass parBlocks of colPtr and write row results to HBM
67c613e host code can evenly partition the matrix if the row buffer is bigger than number of rows
8b4daae added dynamic maxCols generation
9ccb434 readCheckPar works
0223c84 add readCheckPar implementation
ba781a9 fix errors
f1d0615 gen and interpret partition descriptors works
6b66f9f add partition descriptor generation code
02bfcd7 add partition descriptor class
896455d CSC format gen and check works
2ca472e gen CSC host code pass compilation
52643cf add read/write/check CSC mat in gen_bin
875effb add generate csc format mat support
b370b7b sw_emu flow works for sequentialized parallel cscmv
9c3816b fix the issue to enable debugging sw_emu
c551458 fix issues in host code
75af946 sw_emu flow go through, still needs more debugging with partion generation
041eccf make host pass
c4f8b06 gen_bin read/write works fine for simple diagonal matrix
2240725 gen_bin write read implemented
f60812c add read .bin function, not tested yet
3bee1fe dump partition into binary file host code finish
6bfd34d 12 streaming kernel design built for U280 with fmax=300MHz
3d1cd71 make gen_partition and xclbin works in parallelCscmv
fa16537 successfully build xclbin for parallelCscmv
55cef18 add partial impl of parallelCscmv

git-subtree-dir: sparse
git-subtree-split: aac6d2fb5974a90e5e632d8a7982002a6b7e5815
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
bffa9f3 Ensure all APIs are included in HTML doc (#169)
b300502 Add Memory to reEngine HW build (#166)
dfce348 Re engine on u200 (#165)
743a33a remove vivado param (#164)
b2829d2 Re engine on u50 (#163)
5e90d28 Fix lasso routing (#162)
8399d4a enlarge hw_build time (#155)
d2146f1 fix routing issue and rename files (#161)
ebea4e8 Remove U200 for reEngine due to Vivado placer issue (#160)
c84d24a Re-org and update doc content (#159)
7a20dfc Pull req templ (#158)
27fc9de Remove redundant and confusing error log in regex-VM (#157)
cee8dce Update pull-request template (#156)
fc52621 fix decisiontree config (#154)
3df6f01 Change default device for reEngine to u250 (#153)
3952c99 fix route issue (#152)
57f0ac6 fix data load in GUI (#150)
3e63eac This design passes cleanly with route.sllAssign.enableILPBasedSllAssignment, set to false. So this can work as a workaround. (#149)
aa4ac91 Align L3 text analytics doc with API (#146)
b807b12 update benchmark doc (#147)
a27ece3 Bump doc version to 2020.2 (#145)
c6b0134 Fix RE cases (#142)
f1d2baa Re-generate text makefiles (#140)
2e93225 update for auto conn inference at host side (#138)
50522e5 update svm makefile to comply with standard (#137)
dabaa68 Doc for re engine (#136)
db879b4 Fix bug in L3 text analytics with hack at the end of main.cpp (#133)
b750cb8 rm hw_build target from description.json (#132)
66681cb Revert "disable cosim for L1/tests/classification/naive_bayes/multinomial_train (#126)" (#131)
4dc911c Update README.md
a8b735b Update README.md
138a481 Folder rename (#130)
de4062e Fix regression in L3 text analytics (#129)
2dfd3e0 disable cosim for L1/tests/classification/naive_bayes/multinomial_train (#126)
1b6a1a7 Doc for re engine (#125)
408c046 Next ls (#119)
4439e1e Doc for re engine (#123)
43fe1ba udpate Doxyfile_L3 (#122)
146b16c Doc for re engine (#120)
f376e1c modify dict maxmemory (#118)
04552f2 fix --nk error (#111)
6efff50 Doc work (#115)
c6dde13 LogAnalyzer demo (#113)
d554fb8 revise arrow to dataframe, with detailed doc explaination (#112)
4eb543e Update README.md
622ba21 Update top readme (#107)
d22dd03 Fix json (#109)
71f8822 fixing namespace and private inheritance (#105)
222340b :vitis_hw_build (#106)
177d319 Fix log analyzer (#102)
3092efd Add gitignore to exclude common generated files (#103)
b7d1426 dataframe APIs added (#98)
91e3af4 Merge pull request #99 from yuanjieh/merge-search
78f0c4b Merge text analytics in
d9b9e9f fix json format in L2/demos/text/log_analyzer
0f668c3 log analyzer demo (#38)
2146625 Re-org repo (#37)
f84ec24 Fix re_compile makefile (#36)
02ea69d enhance regexVM case (#35)
314e427 Rename l3 case (#34)
30345d4 Hide logstash integration code (#33)
c276ae6 update link in READMe
2df2243 fix the path of third parth library issue
d9c4e81 fix issue path not compatible with jenkins
fbd05fa update conn.ini
8ea4bbe update
4ad0efa udpate
0e7f279 udpate
b62f0c1 update
c865d3f update
3d78f47 update
fa8e1f2 update
bf6aa51 Merge pull request #28 from shengl/master
061e390 fix typo error in Makefile
1353c2a Merge pull request #29 from Zhenhong/master
b77dd78 fix bug in Makefile to compile third party library
5fc9f0d Update geoip_kernel.cpp
d6e1ca4 support u50
a3b2c25 Merge pull request #27 from leol/master
c82370a clone and compile third party library oniguruma  in local directory
b93b0d4 load and compile third party library oniguruma in local directory
e724d2a Set proper buffer size for bitset map
e530d44 load and compile third party library oniguruma in local directory
f232f4e add geoip
cbdf347 Add comments for reEngine
82495f2 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_search
8f8168b update library dependency
a78f4a8 Merge pull request #25 from leol/master
6449e99 update description.json now L1 regexVM, L2 reEngine and L3 API could pass in Jenkins flow
ae517d3 Add & modify comments for L1
2acd6de update description.json
6358e9c add Jenkinsfile
cc160cc Merge pull request #24 from leol/patch-1
abbd54b Typo in path to Makefile of third-party library
45e4c40 Merge pull request #96 from fengx/next
fb38753 Merge pull request #23 from Zhenhong/master
887f664 Merge branch 'master' of gitenterprise.xilinx.com:Zhenhong/xf_search
fd577d1 update xf_re_compile APIs
14c7ff9 Merge branch 'master' of https://gitenterprise.xilinx.com/Zhenhong/xf_search
4f91a3a reduce the axi burst length, 12 kernel to achieve 202MHz
ec1c266 Merge pull request #22 from Zhenhong/master
29e6a6a remove debug information in oniguruma
ae85334 Merge pull request #21 from Zhenhong/master
e1e9de3 Merge branch 'master' of gitenterprise.xilinx.com:Zhenhong/xf_search
8842e83 add two parameters to get capture name for re_compile
cc0dafb Merge pull request #20 from Zhenhong/master
d6b4bb2 Update README.md
2f64a5c clear the code
d4bec7c add numactl
c949e3e add -O3 to compile option
2253f94 update description.json
b412f4e add description.json
d7ca47a chang bool to atomic<bool> to fix O3 segmentation issue
b95c396 2020.2_stable_latest
f04c475 board run pass with about 1.6GB/s
e294406 add description.json
68b516f update maxtime next branch
d168e14 add exception for message length exceed 4096
4619076 Merge branch 'master' of gitenterprise.xilinx.com:Zhenhong/xf_search
bf7226d add L3 APIs, sw_emu pass
24e32f6 Merge pull request #19 from Zhenhong/master
6cad2eb fix bug
1cbf3de Merge pull request #18 from Zhenhong/master
f8d17fe add row number to out_buff
6311262 Merge pull request #17 from Zhenhong/master
7dc2959 Merge branch 'master' of https://gitenterprise.xilinx.com/Zhenhong/xf_search
ece6cc2 optimize the init of mem_offt_buff
54857f9 Merge branch 'master' of gitenterprise.xilinx.com:Zhenhong/xf_search
2a3dc84 add xf_compile dependency
b267f2d add LD_LIBRARY_PATH to Makefile
6103e21 fix bug
7cf576b fix bug
7349918 add stack_overflow output
2ec5303 fix bug
f72bbe4 vivado_hls -> vitis_hls
1d0ca27 multiple kernel implementation
a8a2991 optimize timing to achieve 282MHz
6574742 add more tests
70d0353 fix bug
470ecfe mid version
30c5ed4 timing optimize by pre-do adding for opaddr
d047b5c optimize timing by using mode
400e6ab Merge pull request #15 from Zhenhong/master
1e81240 optimize timing
5b65262 optimize timing
6ddecf9 optimize the timing
d49ff9b fix bug
3fdaa61 remove debug infor
27341a2 fix bug
60a8158 add len information
06f1948 fix bug for pre-fetch
1be70d4 optimize offsetBuff write
ac9ba3f add regexVM_opt to execute 2 instructions
7ae460f remove op_cclass_not, replace op_cclass_not with op_cclass
6562c59 merge repeat and repeat_inc
8fd4ff5 optimize op_pop_to_mark
adf62d7 optimize the op_anychar_star
a85f0a4 remove useless code
6aa80c1 optimize timing of regexVM
7f154df add ping-pong buffer to overlap regex, dispatch and collect
6dcdc3f overlap dispatch and exec
0c8390d remove msg_len_buff and blk_nm_buff
dc45bcc fix bug
023d085 Merge branch 'master' of https://gitenterprise.xilinx.com/Zhenhong/xf_search
47c85dc fix begin_line bug
6107ead optimize collectResult
33866ea revert init of buffer
a35acde Merge pull request #14 from Zhenhong/master
57da8be optimize the initializaiton of mem_offt_buff
657c591 change msg_buffer from 64-bit to 32-bit to save BRAM utilization
4704fbc change tb file.
2785384 close debug infro
2fe8035 Merge remote-tracking branch 'upstream/master'
aaf9f15 II=2, post-implementation about 250MHz.
e9ddef1 predict_len_1 = 0, achieve II=2
2e2b8ca II=3 function correct
e28ade6 2 instructions per cycle to improve performance. currently, function is correct but II=4
d5f8cdc Add pull-request template (#13)
a8319db Merge remote-tracking branch 'upstream/master'
65045aa Merge pull request #12 from leol/master
dd0fb35 udpate Makefile (#93)
06fa240 Modify interface of instruction buffer for regexVM
2c13d07 fix bug in compiler for str_n
7de88a1 Fix typo in enums.hpp
b1bf61d Modify push_addr calculation for OP_ANYCHAR_STAR
a6c6006 Merge remote-tracking branch 'origin/master'
64edfb6 Add OP_ANYCHAR_STAR
e83edd2 fix bug in STR_N change rel_addr to abs_addr
39d0c5e Remove the cases depends on forward search
9e0257b Add test number for debugging & remove the ops not supported in regexVM
8b6a757 Manually merge conflicts
c55d899 Integrate Oniguruma test framework & Minor fix for regexVM
4e7dd17 Merge pull request #11 from shengl/master
6c19bc1 setup ffi version
4bb09a9 Merge remote-tracking branch 'upstream/master'
ce800af add reEngine implementation (#8)
087dd43 add comment
3616e69 clang_format
5d40fa6 remove absolute path in run_hls.tcl
26ed2b7 add run_hls.tcl
3816742 add makefile xf_re_compile
5a85580 Merge branch 'master' of gitenterprise.xilinx.com:Zhenhong/xf_search
7dcf2a2 Merge remote-tracking branch 'upstream/master'
6236b02 reEngine implementation
dc0863b Merge remote-tracking branch 'upstream/master'
2030704 change 2020.1_daily_latest to 2020.2_daily_latest
dce504c Merge remote-tracking branch 'upstream/master'
23a8b34 Fix typo
9c558d5 Extend enum header to full OP list
cb57bc0 Fix for OP_BEGIN_LINE & OP_END_LINE (#7)
cc7dc1a Specify II in regexVM for II = 2
34f3578 Add () for macro number definition
70991d8 Fix for OP_BEGIN_LINE & OP_END_LINE
1dc7685 Merge remote-tracking branch 'upstream/master'
cb19f85 Remove un-used ports and improve annotations
5e5cff3 Merge remote-tracking branch 'upstream/master'
8befc75 RegexVM for httpd & nginx (version 1.0) (#6)
dec3e86 optimize II and debug cosim error. achieve II=1 with frequency 250MHz cosim pass
79edab0 Update README.md
152696a separate str_n into multiple instructions when len > 6
896d297 Prototype of Regex VM
399a5d7 Merge remote-tracking branch 'upstream/master'
3c19721 Merge pull request #5 from shengl/master
b39e7c6 refine
a710c66 refine struct
c739ff6 fix run.sh
e075e7d add patch function
e9a6e87 integration C to logstash (#2)
131af4b fix typo error
7bb2085 rm re_test in L2/tests
ad66485 rm comment
c43a3e6 change file directory and add makefile to compile shared library
49defc7 add xf_compile for regular expression
e8c2e13 fix typo error
d3e8c4c rm re_test in L2/tests
9c5edae rm comment
7260cd3 change file directory and add makefile to compile shared library
9cce5c5 add xf_compile for regular expression
b116991 Update README.md
4d91992 Update README.md
9a6ff0f Update README.md
056b3fb Update README.md
8cb3f3c Merge pull request #1 from leol/master
6fad275 Initialize L1
67d227c clang-format tool
51ac0bd Initalize L2 repo
eeb06a2 Initial commit

git-subtree-dir: data_analytics
git-subtree-split: bffa9f3982adc87b16de70cf2b5bc50ad5317269
vt-lib-support pushed a commit that referenced this issue Dec 11, 2020
74660f5 Remove redundant doc (#34)

git-subtree-dir: dsp
git-subtree-split: 74660f5752f801c11762cae104848932a6049142
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
Copy link
Collaborator

Hi @DavideConficconi ,

We are working on several collateral items to aid users in integrating the libraries into the GUI flow.

vt-lib-support pushed a commit that referenced this issue May 30, 2024
b9e9197 Merge pull request #38 from liyuanz/fix_config
046974c update
fc7953b Fix typo in doc
267f939 Merge pull request #37 from liyuanz/next
4e4f1b6 update
38c3778 change flow
2a77713 Merge pull request #35 from colleenh/next
a3e3665 editorial changes
1091abf Merge branch 'next' of https://gitenterprise.xilinx.com/colleenh/xf_data_mover into next
38e8865 Merge pull request #34 from changg/u200_u50_depr
98af288 plat opt
b55e318 editorial changes
ed36711 change 2023.2_stable_latest to 2024.1_stable_latest

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

2 participants