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

L2/Gzip/demos compression and decompression validation failed #21

Closed
f1593570 opened this issue Jun 9, 2020 · 12 comments
Closed

L2/Gzip/demos compression and decompression validation failed #21

f1593570 opened this issue Jun 9, 2020 · 12 comments

Comments

@f1593570
Copy link

f1593570 commented Jun 9, 2020

I use my own test data, and data size is 512MB to test compression and decompression functions in L2/Gzip/demos but validation failed. the size of data.gz.orig is obviously smaller than original size. Is there any limit on the size of the test data ? (Implement Platform is u200)

@vt-lib-support
Copy link
Collaborator

vt-lib-support commented Jun 9, 2020

@f1593570 Input size of 512MB must work, which flow is failing ? Xilinx compress & decompress or Xilinx Compress vs Std decompress ? Also what is the compression ratio ?

@f1593570
Copy link
Author

f1593570 commented Jun 9, 2020

The flow is Xilinx compress & decompress, here is my executed command

./build_dir.hw.xilinx_u200_xdma_201830_2/xil_gzip -sx build_dir.hw.xilinx_u200_xdma_201830_2/compress_decompress.xclbin -v part00

Test result shows below :

Found Platform
Platform Name: Xilinx
Using Device: xilinx_u200_xdma_201830_2
INFO: Reading build_dir.hw.xilinx_u200_xdma_201830_2/compress_decompress.xclbin
Loading: 'build_dir.hw.xilinx_u200_xdma_201830_2/compress_decompress.xclbin'
--------------------------------------------------------------
                     Xilinx GZip Compress
--------------------------------------------------------------

KT(MBps)                :608.04
CR                      :1.01
File Size(MB)           :536.871
File Name               :part00

--------------------------------------------------------------
                     Xilinx GZip DeCompress
--------------------------------------------------------------

KT(MBps)                :16.77
File Size(MB)           :536.871
File Name               :part00.gz

part00 part00.gz.orig differ: byte 18874369, line 67009
Validation Failedpart00.gz.orig
XRT build version: 2.7.0
Build hash: 1697a17d5621ee4bf208142fd30a1224866137a9
Build date: 2020-06-02 15:23:47
Git branch: master
PID: 3577
UID: 0
[Tue Jun  9 10:41:05 2020 GMT]
HOST: Chromium
EXE: /STORAGE_4TB/ssc_workspace/Vitis_Libraries06/Vitis_Libraries/data_compression/L2/demos/gzip/build_dir.hw.xilinx_u200_xdma_201830_2/xil_gzip
[XRT] WARNING: Incomplete CU profile trace detected. Timeline trace will have approximate CU End
[XRT] WARNING: Trace FIFO is full because of too many events. Timeline trace could be incomplete. Please use 'coarse' option for data transfer trace or turn off Stall profiling

And detail of file size :

-rw-r--r--. 1 root root 536870912 Jun  9 18:40 part00
-rw-r--r--. 1 root root 531007413 Jun  9 18:40 part00.gz
-rw-r--r--. 1 root root  18877387 Jun  9 18:41 part00.gz.orig

@vt-lib-support
Copy link
Collaborator

@f1593570 Thanks for sharing more details, can you please try to decompress using standard GZip ,
Command to use: "gzip -dc part00.gz > out ", check if out and part00 are matching or not.

@f1593570
Copy link
Author

f1593570 commented Jun 9, 2020

out and part00 are not matching neither.

-rw-r--r--. 1 root root  18874368 Jun  9 18:54 out
-rw-r--r--. 1 root root 536870912 Jun  9 18:40 part00
-rw-r--r--. 1 root root 531007413 Jun  9 18:40 part00.gz
-rw-r--r--. 1 root root  18877387 Jun  9 18:41 part00.gz.orig

There is a message after executing gzip -dc part00.gz > out
gzip: part00.gz: invalid compressed data--format violated

@vt-lib-support
Copy link
Collaborator

vt-lib-support commented Jun 9, 2020

@f1593570 thanks for providing update, similarly can u also try "gzip part00" and try to decompress using xilinx decompress "xil_gzip -sx xclbin -d part00.gz" and check if it works ?

@f1593570
Copy link
Author

f1593570 commented Jun 9, 2020

It's work. part00.gz.raw is matching with part00.
So maybe the problem is on compression of HW.

@vt-lib-support
Copy link
Collaborator

@f1593570 great thanks for confirmation. Bug in HW compression might be causing this. Please share part00 for debugging.

@f1593570
Copy link
Author

f1593570 commented Jun 9, 2020

Here is the link of data part00.
Thanks for your help.

@f1593570
Copy link
Author

f1593570 commented Jun 16, 2020

@vt-lib-support , Is there any update ? :)

@vt-lib-support
Copy link
Collaborator

@f1593570 we have reproduced the issue at our end. This is a bug we will provide a fix soon.

vt-lib-support pushed a commit that referenced this issue Jun 16, 2020
5442f10 Updated xrt sentenv.sh to setup.sh in readme
8fac017 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv
11df262 Updated readme files
159c85d Merge pull request #21 from FaaSApps/atalwar-patch-4
850ef69 Added fix to the scroll issue
83b7b13 Merge pull request #19 from fengx/master
68dc145 fix handle close
6fd1ab2 Modified variable names in L2/L3 Makefiles
d804b6a Rearranged chapters in rst files
9826e23 Updated json and rst files
7e4e0ea Updated json files with platform_whitelist
8307429 Json files added
45bab25 Added new themes files in doc directory
5125069 Merge pull request #17 from juanlu/patch-1
4c68362 update openfile
391f31a Removed unused configs in demosaic
d6cb6c3 Merge pull request #16 from atalwar/master
79080b3 Merge pull request #15 from FaaSApps/atalwar-patch-3
821a1c6 Merge pull request #13 from FaaSApps/atalwar-patch-2
3f95b6a Merge pull request #11 from giorgiob/master
cad63bb added meta tags
6d66265 Deleted some unnecessary files
a7ed9aa Delete .Makefile.swp
6b4bf50 Removed All caps fonts style for headings
acc2d30 Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv
b54eb3c Updated the image size in L1 Reduce
bcc9672 Updated template to remove generic meta tags
90d702e fix a typo in assert message : intput
3b9d086 Merge pull request #9 from tmerrima/patch-2
96a6517 Updating to add running of L1 tests
895dc51 Fixed issues with 8ppc rgb mode in Harris,Bilateral; Added 16bit support for Scharr and Sobel
3b0c1db Reduce, arithm, scharr, sobel Updated
dc3d08f Updated themes directory in docs folder
bc3b59c Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv
727f842 Doc corrections updated
c1c2751 Merge pull request #8 from tmerrima/patch-1
401ea00 Adding tool version update
9e7ec3d Updated inrange config file
9810be9 corrected few L1 configs
7e2bad0 Updated gaincontrol hpp
0ca4bd0 Corrected pyrup, pyrdown, ccombine, cvtcolor L1 issues

git-subtree-dir: vision
git-subtree-split: 5442f1047ede02e0dcf9f7f7b4bbad46a2bad00f
vt-lib-support pushed a commit that referenced this issue Sep 8, 2020
f366976 Merge pull request #69 from lingl/2019.2
d17e4be fix document link in README
e06597c Merge pull request #45 from yifei/master
a45f4c7 add target
601d215 Merge pull request #41 from yifei/master
b7388d0 add data
126f489 Merge pull request #39 from yifei/master
c5119c2 update makefile
09951e5 Merge pull request #37 from yifei/master
efca545 Update Makefile
f33e92d Merge pull request #35 from yifei/master
a00b714 Update Makefile
480ae42 Merge pull request #3 from FaaSApps/master
9c7f0d1 Merge pull request #34 from liangm/master
66aeac7 update case name in L3
b0a0163 Merge pull request #31 from liangm/master
777bbb4 update description names
021efe9 Merge pull request #21 from juanlu/master
7c3913a delete downstream
8cb8699 disable gui
89ce0ea fix small error
04c693a add downstream to Jenkinsfile
340e5fa modify descripton.json
3124569 Merge pull request #15 from lingl/CR-1047997
efa5e1e remove jenkins_autorn shell script
5ac2938 add description json files
e05e10e Merge pull request #13 from liangm/master
20e98e1 add description json files
fedb14a Update description.json
8ef03c7 fixed cosim issues
7930627 fix small error
042b11c add missing test case
38c39ca update run_hls.tcl
8089cbb fixed an error in description.json
bb64932 manually merge changes from dev to master
dd73a7a library.json
2510bd1 generate makefile and tcl by given tools
443ec72 fix error in description.json
14dade8 update platform type
2220ded add u280 to description platform
2917080 add u280 to description platform
6a3c82c update isClose for double
996862b Merge remote-tracking branch 'origin/master'
89bcd7a update description
063780b Merge pull request #11 from atalwar/master
35551b3 Added meta tags
0c7fed2 add L3 standard test
76bc651 update Makefile
ee20fe8 format python scripts
aa2fb5c update license
9560c1c updates hw tests description
79978a9 fix typo in doc
307e5a4 fix typo in doc
a3c0ab8 update L3 benchmark and multi-device Python API doc
1dc69ed standardize code format
774ee3a update the Nimbix node info and multi-device Python API doc
ba20840 format corrected
aebef26 change default vitis_hls to vivado_hls
a4d67a4 rm partition for widetype
da69ed7 rm partition for widetype
797bcac rm partition for widetype
7f06510 rm partition for widetype
ddf74f3 Merge remote-tracking branch 'origin/master'
07c8cdc fix doc
eeb718c Merge pull request #9 from fengx/master
c786234 update testbench
1fdf9a9 merge from dev19.2
6a5b25b Merge remote-tracking branch 'origin/dev19.2' into dev19.2
2667108 format issues solved
1a7a765 update tcls
30f08b9 add 152 testcases
4a1e408 Jenkinsfile to enable blas
f74a9df update documents
3a74e53 Merge remote-tracking branch 'origin/master'
8ae70db add 152 test cases
4aa13e3 add python documents
6cd9eb6 fix small error
4a46d28 fix navigation issue
30f0468 remove .xclbin files and update benchmark doc
c8c21fc updated L3 benchmark docu and removed .xclbins
0441df1 update host.hpp for successful benchmarking on u250 19.1 nimbix node
dac9483 Recreate Jenkinsfile
5ab7ec9 update blas
888dd95 format files
5e4487d merge dev19.2
9f6fac5 exit with code 1 if failure happens
bf1c08d Merge remote-tracking branch 'origin/dev19.2' into dev19.2
2e50b9e exit with code 1 if failure happens
eff0004 fix bug in types.hpp
106e183 change vitis namespace back to xf
519a965 L3 format
1388be9 Merge remote-tracking branch 'origin/dev19.2' into dev19.2
b969db5 implement special case of WideType && add t_TypeInt and t_TypeWidth to WideType
1bf4c39 replace scout with vitis
ac105aa change Scout to Vitis in L3 readme
0351445 modify simple example to support multi-thread
32e2edd Merge pull request #8 from tmerrima/patch-1
591b175 Revert "change namespace from xf to vitis"
28562e1 add support for multi-thread in python side(v0)
eb65fa9 Merge remote-tracking branch 'origin/dev19.2' into dev19.2
d0e61d8 extend widetype by adding ap_uint interfaceType
73630ad Adding tool version update
93fe846 gemm benchmark update
50e1cc4 fixed typos in blas l3 examples
f6e61ee change namespace from xf to vitis
5b79ba6 change namespace from xf to vitis
dba284f add support for getting by address
3297309 improve doc
16c86b6 improve doc
f1fb9a6 improve L3 gemm benchmark document
ca3f5b2 improve L3 gemm benchmark document
63e285a fix CR-1048319
e771057 fix problems related to CR1048319
477c593 merge blas
2461901 partition array in constructor
fdf06c1 fix issue for wait
f2a2639 avoid issues caused by using same pointer
f087139 Merge branch 'dev19.2' of https://gitenterprise.xilinx.com/FaaSApps/xf_blas into dev19.2
382eb1b reset bias for each time
d29bbc8 add comare function to count the number of errors
fdfa410 Merge branch 'dev' into dev19.2
e89ec78 Merge branch 'dev' of gitenterprise.xilinx.com:FaaSApps/xf_blas into dev
825e76d Merge branch 'dev19.2' of gitenterprise.xilinx.com:FaaSApps/xf_blas into dev19.2
3cfcd5d update for keras example
381d42e fix small error
029998e Merge branch 'master' of https://gitenterprise.xilinx.com/FaaSApps/xf_blas
594f4ca merge changed in dev19.2
f6ca665 apply standard format to dev19.2 branch
76aca32 remove logfile
5fdd5ea add fcn to python wrapper
7abfe9c Merge branch 'master' of gitenterprise.xilinx.com:FaaSApps/xf_blas
1c9f014 add const qualifier
32ad3d3 add const qualifier
37b8cd6 add const qualifier
43b8a53 fix error
6af8784 add python wrapper for gemm
d90b4ab merge gemm compute implementation and L1 internal tests from dev branch
e895dc1 optimize transpMatBlocks
af83a82 merge blas
f7b23ba merge blas
4a2176e Merge commit 'e655283a563c4f87042c102da75cc658922d03ee'
527a684 Merge commit '0f5a8ff6099d06d4be35db9fd0d5e7b18198ca8d'
f7f6cac Merge commit '6f4d486c7837828c6a84835e3ad76e2d1d9899a1'
582eaa7 Merge commit 'e0cf3026d25052441f9a8236602032bfbacf2a53'
9e420ba Merge commit '641c4c58fe2854f9aa0d65a9b6cff1bd883c747c'
34cd6ce commit as blas
1e86b35 Merge commit '0633aeb55037533250a36c1767a247f2704ca514' as 'blas'

git-subtree-dir: blas
git-subtree-split: f3669760e934cbc492830539148177f7333d3976
vt-lib-support pushed a commit that referenced this issue Sep 8, 2020
2585691 update link in ReadMe
7ca3197 update
e558f16 update
5ce1edb update host buffer alloc
6c91159 optimize II of GMAC and GCM
2d92b1e update conn.ini
f404c94 fix conflict
e72fd09 udpate
dd48c4e add u50 support
e5e5f97 add test data (#17)
f1c4b00 update description.json and makefile (#22)
34b97af Merge pull request #19 from fengx/master
02336ab update makefile (#21)
cc4c5d2 update maxtime master branch
07efbff Merge pull request #18 from juanlu/master
6603a0c :vitis_hw_build
cca7eca adjust crc32 interface (#16)
ea5a6b6 fix ALLOCATION pragma
12926ce add crc32 and adler32 (#14)
54a922e Tmp dev (#13)
083df40 remove redundent settings.tcl (#9)
d304761 create master branch from next branch

git-subtree-dir: security
git-subtree-split: 258569181b0e495b753b69b3558e90ae1c6fff29
@vt-lib-support
Copy link
Collaborator

@f1593570 This issue is fixed and current master is updated with the fix.
Closing this issue.

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
@f1593570
Copy link
Author

f1593570 commented Dec 5, 2020

@vt-lib-support I try the code with the fix but it still has problem. I can't decompress 1gb file compressed by fpga-gzip correctly. Could it be that I upgraded Vitis to 2020.1 causing this problem?

vt-lib-support pushed a commit that referenced this issue Dec 11, 2020
0ac2ae5 fix sm3 QoR
5453305 remove allocation pragma
4bfcab0 remove allocation paragma
b8f66b5 fix adler test of various W
0f2abda improve adler32's frequency
07dedd6 udpate comments
41af93f update
8308b8e update host buffer alloc
f555b84 optimize II of GMAC and GCM
77ec115 update conn.ini
21df8f0 Next (#23)
f7bd5fd udpate
9be8a4e add u50 support
7aea669 add test data (#17)
c985810 update description.json and makefile (#22)
21e46db 2020.2_stable_latest
82524c9 Merge pull request #20 from fengx/next
2652231 update makefile (#21)
3893296 update maxtime next branch
b7baa01 fix allocation pragma
860e149 fix ALLOCATION pragma
150e90d add crc32 and adler32 (#14)
d49b4e7 Tmp dev (#13)
31c0043 remove redundent settings.tcl (#9)
be426c2 change 2020.1_daily_latest to 2020.2_daily_latest

git-subtree-dir: security
git-subtree-split: 0ac2ae55b3bb3550fccabae2220b8499d3bf32ac
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
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
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 Oct 19, 2023
84edc60 Create README.md
8d4e00b [VITIS-8063] Add HW handshake logic with enhanced 4D pattern enabling (#21)
cecac3c Retire Jinja by replacing with static kernel & meta-API (#23)
af7e083 Add dummy headers for raising awareness of generated APIs (#22)
14049d9 Fix invalid fields (#17)
d90155c fix target_domain (#16)
3168e45 change 2023.1_stable_latest to 2023.2_stable_latest
f0c6626 Switch to API Meta-based L2 kernel generation and dynamic case (#15)

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