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

Quantitative Finance SVD -support for newer shells #8

Closed
cathalmccabe opened this issue Feb 6, 2020 · 1 comment
Closed

Quantitative Finance SVD -support for newer shells #8

cathalmccabe opened this issue Feb 6, 2020 · 1 comment

Comments

@cathalmccabe
Copy link

Only older shell version currently supported (201830_1?)

Adding switch in makefile for 2019 shell with -sp DDR[0] (instead of "bank0") would allow design to be run with more recent shell(s)

E.g. This works for U250 xilinx_u250_qdma_201920_1 (but not tested with other 2019 shells; different awk pattern match may be needed):

else ifneq (,$(shell echo $(XPLATFORM) | awk '/u2[50]0/*/2019/'))
VPP_CFLAGS += --sp $(KERNEL)_0.m_axi_gmem0:DDR[0]
VPP_CFLAGS += --sp $(KERNEL)_0.m_axi_gmem1:DDR[0]
VPP_CFLAGS += --sp $(KERNEL)_0.m_axi_gmem2:DDR[0]
VPP_CFLAGS += --sp $(KERNEL)_0.m_axi_gmem3:DDR[0]

vt-lib-support pushed a commit that referenced this issue Jun 16, 2020
02c217e Merge pull request #9 from tuol/next
50e6de8 fix wrong variable name in pragma
0115093 fix conflicts in doc and #12
128f673 changed duplicated names
7947d1e change test case name
9f08a95 Merge pull request #8 from yuanqian/next
e6ac36b add global settings to make the lib available in GUI

git-subtree-dir: dsp
git-subtree-split: 02c217ed951c6757f55fd74479e3da9457b3e070
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 Jun 16, 2020
366e3f8 update Jenkisfile
07afdf1 udpate Jenkinsfile
02c217e Merge pull request #9 from tuol/next
50e6de8 fix wrong variable name in pragma
0115093 fix conflicts in doc and #12
128f673 changed duplicated names
7947d1e change test case name
9f08a95 Merge pull request #8 from yuanqian/next
e6ac36b add global settings to make the lib available in GUI
d3fb394 update document template
c700bbf update README.md to clarify vitis_hls is not supported in 2020.1.
e034375 remove unfinished L2 code
d8bd712 remove jenkins_autorun shell script
71c62a8 add library.json
d338695 merge master L1 json file into next branch
47bc260 use vivado_hls to test next branch
364e109 update Jenkinsfile for xf_fft
8129b44 merge master branch into next to fix csim error
751fd84 fix path error in L1/examples tests
e81bc97 fix run_hls.tcl problem in L1/tests of next branch
fc7a7a0 replace vivado_hls with vitis_hls in next branch Makefile
75c95d3 merge Makefile in L1/tests from master branch to next branch
469e475 change namespace vitis to xf
6fabe38 Merge pull request #7 from fengx/next
f2c7549 Update Jenkinsfile
a0ddc42 Added json files to next branch for all L1 tests and examples
380c49d changed different pragmas to have better througput with vitis_hls todo: improve throughput
e438cf2 Ran clang format on xf_fft/L1/tests/hw/1dfft/float
fe953e6 Ran clang format on : xf_fft/L1/tests/hw/1dfft/fixed
a07c93c Modified 1d float regs test,digit reversed order  to adapt to hls::stream interface
b6f75a4 Modified 1d float regs test,natural order  to adapt to hls::stream interface
16b4131 Modified 1d float impulse test to adapt to hls::stream interface
e0cdba1 Modified regression test fft,fixed,digit reversed order to hls::stream interface
58ca646 Modified regression test fft,fixed,natural order to hls::stream interface
b3b1aa0 adapted fft to new hls::stream interface
dcc64ae del recursive inline pragmas, removed extra array partition pragmas
f691d83 Modifed the impulse test for fixed point 1dfft to have streaming interace at top level
dbdab37 Modified fixed point 1D FFT to have streaming interface instead of 2D array interface
7167fca Replaced vivado_hls with vitis_hls in makefiles for L1
00ecda4 Removed the vitis_setup_files which setup local vitis
adad6ea Changed toolchain version to 2020.1_daily_latest
5b2e891 Added GPU 1d/2d FFT Benchmark results and rst sections for explanation
ba12af3 Generalized and cleaned GPU benchmarks to run for different batche size and FFT size starting from command line
84fe001 Added rst file for L2 benchmarks, aded csv file for benhamrks and change top level index.rst to add L2 ref
bb1c3ed fixed some table data formating and data precision issues
8080358 Ran clang format on host side codes for FPGA benchmarks
5a10700 cleaned input argument for host code for 2dFloat/2dFix point benchmark
7fe0cb3 cleaned input argument for host code for 1dFloat point benchmark
f9cace2 cleaned input argument for host code for 1dFix point benchmark
0a42f20 Added some new csv_data files and cleaned some issues with old tables
7e3da66 Added tests and benchmarks for L2 FFT 1d/2d kernels
a9a7bbe Ran clang format
2e95ac9 Added L2 tests and benchmarks
09f5f79 Ran code formating
7b7b891 Enabled the use of 1d/2d fft as L2 primitive, first version
dd13622 Merge branch 'dev'
6737ec9 Removed local script files, needed for local builds only
d9359e1 Added public link for git documentation for DSP/FFT Link
d34e149 Merged README.md from master branch
1db02af Merge branch 'dev'
3f8d398 Added QoR and performance benchmarks for 1d/2d fft fix and float

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

Alveo U200, U250 and U50 are supported

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

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

git-subtree-dir: graph
git-subtree-split: fa54086758b1eaabe77008e69a3bab69c793eb5e
vt-lib-support pushed a commit that referenced this issue Dec 11, 2020
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 Jul 14, 2021
4779dc7 Merge pull request #390 from changg/fix_timeout
5ec563a fix timeout
6afe32f Merge pull request #389 from yunleiz/nextf
c95baaa [std] remove makefile
6a25507 [std]: add Copyright
18a4091 [std]: replace graphNew
9567485 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_graph into nextf
1315d80 Merge pull request #388 from yuxiangz/cr_hls
4f002a7 fixed cr for HLS 207-3772
f55593b Merge pull request #386 from yunleiz/next
e6c3a38 [fixed] fixed CR CR-1098451
a8ecd08 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_graph into nextf
3929ca8 Merge pull request #385 from qianqiao/doc
4990d22 update doc
711048f Merge pull request #382 from yunleiz/next
1ff786e Merge pull request #381 from qianqiao/patch-1
9d734da Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_graph into fnext
1a19b8d [doc] doc for kernel louvain fast
aad6281 Update README.md
ee62d9b Merge pull request #380 from qianqiao/patch-2
cad43c9 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_graph into fnext
529bda5 [fixed] fixed a return
df2443b Polishing readme
6e5c7ba Merge pull request #379 from qianqiao/patch-1
b67d869 Merge pull request #366 from yuxiangz/clang
3eb12f5 Update README.md
70bd518 Merge pull request #378 from qianqiao/patch-1
995ef81 increase the regression memory requirement of Dense Similarity HLS Test
fb1d77c Merge pull request #377 from siyangw/next
6316410 fix description for CR-1083209
22f8fd6 Merge pull request #376 from siyangw/next
7feeef9 fix CaseError in Jenkins check-in
c9791f7 fix description for CR-1083209
f00f18a Merge pull request #369 from liyuanz/next
4a30cfe Merge pull request #9 from qianqiao/vck190
8e00ae1 Merge pull request #374 from yunleiz/next
627e616 fix make file
2ba45d3 [json] format
75702b6 [rename] rename xilinxlouvain.hpp
9ea517d [fix and syn] syn test with benchmark, xilinxlouvain file
c95700d Merge pull request #372 from qianqiao/pragma
f117e56 Merge pull request #365 from changg/next
16fce6b Merge pull request #8 from qianqiao/vck190
36c8acd fix caldegree
68b8f65 fix pragma bug
378f860 Merge pull request #371 from yunleiz/next
84fd6a1 Merge pull request #7 from qianqiao/vck190
eafee94 change all the makefiles in L1 to fix aws support
1ad5419 [format]
6a97336 Merge remote-tracking branch 'fass/next' into fnext
3547a35 [fixed bug] fixed sw_emu for a -1 address
6752d4a fix vck190 makefile bug
9b8daa2 Merge pull request #364 from siyangw/next
8e3bf63 Revert "fix tcl/makefile for vu9p support"
b2b6410 fix tcl/makefile for vu9p support
132b854 Merge pull request #6 from qianqiao/vck190
a7c4769 Modified 2020.2 to 2021.1 for conf.py
0c01719 scc description
112b76b Merge pull request #5 from qianqiao/vck190
e05c4c0 vck190 freq
4243fa2 clang-format
1ec6c07 modified version to 2021.1
a83cc6a revise run.sh
c852947 Merge pull request #358 from liyuanz/next
33c4e15 transfer plugin to tigergraph3.1
594c803 update 2021.1
28e09b4 Merge pull request #363 from yuxiangz/clang
5d0b72d Merge pull request #4 from qianqiao/vck190
0825548 fix convert_csc_csr cfg
33d0957 Merge pull request #4 from qianqiao/clang
7be174c clang
058077b fix clang format
dac29ac Clang (#3)
55c354a louvain clang format
7373c32 L1 support for versal/aws
c58082c clang format ignore (#2)
4062ed3 clang format ignore
55d86f8 fix Makefile for L1 tests
83b4718 Merge pull request #1 from qianqiao/clang
fe674bc clang format ignore
facc989 Merge pull request #3 from qianqiao/vu9p
4c65fa4 aws vu9p f1 support
1ef7b19 add batch similarity L2, standardization
3376c35 update louvain clang-format
4f18a4f clang-format
9fb1f0a Merge pull request #2 from qianqiao/vck190
4f491f4 fix wcc test missing file
46565a1 Merge pull request #1 from qianqiao/vck190
58a87dc vck190 support
558c93e Merge pull request #360 from siyangw/next
97aa19d inline && pipeline
07ede28 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_graph into fnext
722e211 Merge branch 'master' of gitenterprise.xilinx.com:FaaSApps/xf_graph into fnext
51e155e update cfg to solve issue
524c070 add cfg for vck_190
ec64307 support vck_190
fd081b2 Merge pull request #357 from liyuanz/revert-356-next
ad2ac9f Revert "support vck_190 platform"
cbd1a81 Merge pull request #356 from liyuanz/next
4156385 Merge pull request #355 from yuxiangz/codingstyle
ac7a1bc add ext
9c92cc1 add vck190
421c61f coding style for louvain
19a2512 coding style for L3
b6e8b12 Merge pull request #352 from siyangw/master
857a5fe Merge pull request #351 from siyangw/master
73da8f9 codestyle for L3
0ccbd1e Merge pull request #354 from yunleiz/next
95c61b1 code style for L2
3835c14 [coding style]: L3 done
8b186c8 [coding style]: L2 done
8e84897 coding style for L2
ead793d [coding style]: pagerank_cache
efb110b Merge pull request #353 from qianqiao/style
91c624e style
15f38c6 fix CR-1090107
92acdbe fix makefile
318e22f coding style
991dc85 Merge pull request #350 from qianqiao/doc
69c0a96 two hop doc
0a02fca Add two hop design
438493c Add two hop image
94f8b2b doc
9093d8e twohop benchmark
e731a29 Merge pull request #349 from FaaSApps/master
96900ff Merge pull request #348 from siyangw/master
08bf609 clang-format
98471a6 fix Makefile of sortTopK
a2b8678 Merge pull request #347 from qianqiao/sync_master_next
7ec1708 sync master next
02ed74d Merge pull request #346 from qianqiao/fix_worker
82d8c7f fix a bug in the consumer/worker
8f1c87f Merge pull request #345 from qianqiao/fix_make
a28eff8 fix .so and .exe compiler mismatch bug
d7cc406 Merge remote-tracking branch 'origin/2020.1'
6e7389c Merge pull request #344 from qianqiao/twohop
c5bbfce make file standard
5c4fbfa comment
c3fc469 comment
6b5cfd3 comment
4644c27 Merge pull request #343 from yuxiangz/benchmark
084b63b delete similarity README
4e8b5bf fixed environment
22add7d add shortest
fbd701a add link
c46605b add link
e04ffcd add link
e4e78b7 delete words
875ad6e delete words
ebd47ec delete words
177eca0 delete words
f7f2b4e delete words
3df31fd readme
9c20ff6 readme
21d513a readme
125d68b readme
60e45f4 readme
1d40f0c readme
ea62838 readme
d5b6d14 readme
06aff5b readme
3108073 readme
45a94f3 readme
9d3c9d2 readme
97cd00f datasets
17e9d49 README
1f90867 README
7cf5e0b fixed error
12a57d2 add dataset
d9b3586 README
6c362bc add output
4816def add output
b97dc62 readme
80e6d25 update doc
974a3ec clean
003269f twoHop L3
82fa798 pagerank readme
cd4294f pagerank readme
c4dc728 pagerank table
2f2c065 readme
38e386f readme
cdbf55f fixed |
9d2f038 readme
f25da4d readme
fd1556d last modify
62f0cd7 readme
20a44d4 readme
7f910be readme
c29b453 general similarity readme
46c15e5 general similarity readme
452ee4b general similarity readme
9209925 readme
a06812d readme
921e6dc readme
511abe2  multi channels readme
e75f9f3  readme
adf5bf9  multi channels readme
29ba54e  multi channels readme
4225d7e  multi channels readme
6af4fcd readme
0fefba3 connected readme
4f1c4be connected README
8da81c1 README
3053fca README
6f741f9 modify manual
9e33de6 modify pagerank
dc2ac8a modify pagerank
7b6c18e modify pagerank
5dbe7b2 modify pagerank
88bbed9 modify pagerank
fe0fe7c modify pagerank
ba43ade modify pagerank
a24d295 modify pagerank
6ab48c9 modify pagerank
5fae3da pagerank README
61101ed pagerank README
b39c7d3 pagerank README
931d605 pagerank README
703110b pagerank README
22004fb twohop
4a88ec0 README
ef5c7f2 update results
85cb842 update results
7c89901 update results
c1c0c42 update results
00e1df9 update results
3d30cdd update result
7829df1 update index
a8eacaf modify html
f5bfd77 add tree in README
95972e6 modify index
b34b71f add
abddb7f add index
059bef5 modify README
ac78005 rename README.md README.rst
af7505e mv README.rst to README.md
501904e benchmark docs
068a2e5 change 2020.2_stable_latest to 2021.1_stable_latest
507a34c create master branch from next branch
b97e697 Merge pull request #342 from ywu/master
b3a7f38 Removed lsf reference from README.md
2ffbf93 Merge branch 'master' of https://gitenterprise.xilinx.com/ywu/xf_graph
b814d21 Removed xclbins from the git repo; Added checking for xclbin loading failures
7603d2f Update README.md
badfccf Update README.md
66ab9ff Added copying bash_tigergraph to the home directory
15eb447 TigerGraph plugin with EoU updates
369080d Merge pull request #339 from yuema/master
0848b55 update freq from 130 to 126
bbc4d8e change freq from 130 to 126
e0ea402 Merge pull request #67 from FaaSApps/master
8491037 Merge pull request #336 from yuema/master
e69eca3 update doc
dac6c67 rm hard code of tigergraph
18a933f Merge pull request #334 from yuema/master
6ceaae4 update readme
fdddfe9 update Readme
8e0c9d9 add comments to testcase
160d75f Merge pull request #332 from yuema/master
bef3ca3 mv cosine sim int to worker2 thread
b672c30 add build 2 x xclbins together
1e58dd5 Merge pull request #331 from yuema/master
01be0a2 update plugin
04a4a55 add 2boards and pipeline version
91f2119 add multi-cards and pipeline support
310af56 Merge pull request #64 from FaaSApps/master
9a1dbc5 Merge pull request #329 from yuema/master
f1d9760 update task
6fd6f29 Merge pull request #326 from siyangw/master
0f2498c Merge pull request #63 from FaaSApps/master
4a47926 Merge pull request #328 from yuema/master
890a58b power issue solution
9498025 Merge pull request #327 from yuema/master
4f8b082 update cosine sim tigergraph udf
181e9f2 revise description.jason for gui
9c31d90 Merge pull request #62 from FaaSApps/master
709e4fc Merge pull request #324 from yuema/master
b983995 add extra env setting
297794e Merge pull request #59 from FaaSApps/master
4ab8cee Merge pull request #320 from yuema/master
5ee2f2d Update test_cosineSimilaritySSDense.cpp
f45b59e Merge pull request #318 from yuema/master
33778bb increase inverval
bb9009f Merge pull request #317 from yuema/master
c43eca5 update
2957556 update
a787238 rm comments
35cbdf8 rm comments
b491444 Merge pull request #316 from yuema/master
b902d6f add benchmark code for dense similarity
0ad38eb update
d4c0a28 update testcase
8c799d8 Merge pull request #312 from yuema/master
ae429a7 update
84c4a22 update test
108713a update src
90de3cc add hpp
2f702e7 version update readme
4580881 Merge pull request #314 from yuema/mergefass
af6c76e update
caa25a2 update
cd2de8f update doc
9c71251 Merge pull request #58 from FaaSApps/master
2761b12 add non blocking cosine similarity
b938792 Merge pull request #311 from yuema/master
45b1a8d update
c440e9c improve demo/README, rm warnings, rm g++ version restriction
727ce63 Merge pull request #55 from FaaSApps/master
3d9d1f6 Merge pull request #310 from yuema/master
c728ffb add 2CU cosine similarity
9231ff6 Merge pull request #309 from siyangw/similarity
58df28f add resource details of 2-cu kernel
e973289 Merge pull request #54 from FaaSApps/master
ac49391 Merge pull request #308 from yuema/master
b95f657 Merge pull request #307 from siyangw/similarity
e66af3d update
9c9d6a7 add 2 CU version L3 host
cb0dd4e Merge pull request #53 from FaaSApps/master
d472074 clang format
29ad12b revise description and Makefile
0b6bc6b add 2-cu version of dense similarity, kernel and tests
f3f0bb0 Merge pull request #306 from yuema/master
ca86811 add demo for cosinesimilaritySSDenseInt
6b32141 Merge pull request #304 from yuema/master
cf933d3 add L3 readme
e4f7a1b Merge pull request #303 from yuema/master
2144c56 Merge pull request #301 from yunleiz/mergefass
3c86bb5 add multi-requests for tigergraph cosine sim int
88ffa3f Merge pull request #51 from FaaSApps/master
d88088d [host]: refine a warning
bd0c557 Merge pull request #299 from yunleiz/mergefass
802ad90 Merge pull request #297 from yuema/master
11ee178 [format] clang format
a62aa2f [case]: refine pagerank case load input
7ed8606 [case]: refine case and warning
b5fe1e3 update
58f14c9 replace xf_graph with graph
d61cf06 Merge pull request #294 from yunleiz/mergefass
ebfb56f Merge pull request #293 from yuema/master
1d00378 update makefile
f03a8aa update
d3da463 rm gitenterprise and change to public link
c3e0054 [rename] : rename all pagerank cases' input from csr* to csc*
c919679 Merge pull request #291 from yunleiz/mergefass
8340a23 update
11c62f7 add readme for plugin
f2649b0 add readme for plugin
dac70d5 update readme
7814a4e update readme
26bacf4 add L3 readme
f89dc67 [mk align]: refine all Makefiles
543ba19 update
cf856ba update make build of cosine similarity
d2700ce Merge pull request #49 from FaaSApps/master
0cf04c6 [fixed bugs]: the bug follow with next merge into master, fixed in 290 for next
08dac16 Merge pull request #289 from yuema/master
3dbb314 Merge pull request #47 from FaaSApps/master
0e66c0a Merge pull request #287 from siyangw/similarity
d4898b0 update plugin testcase
9e5bd2f resolve conflict with master
aef6d15 Merge pull request #45 from FaaSApps/master
cd37bff Merge pull request #284 from yuema/master
0bdbb1f clang-format files
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
116e523 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_graph into nextf
556ccae Merge pull request #39 from yuema/next
e42a9f1 add BFS opencl version tigergraph integration
b2af38a rm tigergraph integration
19dec65 Merge branch 'mergefass' of https://gitenterprise.xilinx.com/yuema/xf_graph-2 into mergefass
a5d3723 add COO bfs
db8dd24 Update bfs.gsql
931b80a add opencl version BFS
4e9f3b2 Merge pull request #36 from FaaSApps/next
abcc39a refine doc
a32ff30 add poc
556c299 update framwork
3e8840e update framework
bb4dd02 update
23f7807 update framework
655bf4e update similarity test framework
b03d87e update similarity
6321dab update
8aff2ac update case
77dcb7a update
9b06a50 update
2a27fa6 update main
b6e38b7 update
e3feafd update
c433000 ute
9d2d250 update
6bfa37e update data split
1eed8a9 add similarity host code
827c11a update description json in order to meet GUI need
537922f Merge pull request #25 from FaaSApps/master
b19900f Merge pull request #24 from FaaSApps/master
c0e63e7 add L3 so design
fbd1bbd structural change
ffec61e update L3 structure and grap.hpp
af5fa2e rm dummy
dd8d555 draft plan for L3
00072f8 add loader class
7686228 add pagerank L3 version1
4eebc2d Merge pull request #23 from FaaSApps/master

git-subtree-dir: graph
git-subtree-split: 4779dc719bedad4fe3aa73c26c361a1acab6f50c
vt-lib-support pushed a commit that referenced this issue Nov 2, 2021
765e5aa Merge pull request #177 from uvimalku/next
59f3333 Force function inline/noinline [ADL-723]
f1caef1 Merge pull request #175 from mlechtan/next
56931b3 Revert "Fix for unroll_for loop."
d16c295 Merge pull request #8 from FaaSApps/next
c7b8abc Update README.md
08c693b Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_dsp into fft_unroll_for_fix
3726466 Fix for unroll_for loop.
e192f30 Merge pull request #173 from mlechtan/next
63a9337 Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
61f2cc7 Adding links to "Compiling ..." section
6bc6cf2 Merge pull request #7 from FaaSApps/next

Co-authored-by: sdausr <sdausr@xilinx.com>
vt-lib-support pushed a commit that referenced this issue Apr 27, 2022
09f1967 Merge pull request #313 from dbee/resampler-static-assert
60bd8eb Updated copyright tags
928c6c2 remove redundant code/comments
e7c1b4f Fix resampler static assert for floats
4b7905a Merge pull request #311 from changg/add_L1_metadata
42c50d3 Merge pull request #312 from uvimalku/docs_update2
4488144 Add link to constraints
586bfbd add L1 metadata for PL
5d02f14 Merge pull request #309 from mlechtan/next
884290c Fixing docs links & labels
7e4d9bc Merge pull request #308 from mlechtan/next
148b658 Updating api.json and graph's doxygen description.
2cd2000 Merge pull request #307 from mlechtan/doc_update
e8e8c7d Merge branch 'next' into doc_update
228e2e1 Updating docs
ffef78a Merge pull request #306 from uvimalku/docs_update2
ddef4fe Merge branch 'next' into docs_update2
cf77115 restructure rst docs
2ffd146 Merge pull request #304 from leol/add-api-json
286bb2e Add comment for public API to extract api.json
efab4aa Merge pull request #303 from mlechtan/next
bf3039a Update index.rst
d51401e Merge pull request #301 from mlechtan/csv_update
9452794 Update L2 FFT benchmarks
484879d Merge pull request #297 from mlechtan/fft_cases
68b463c Merge pull request #299 from mlechtan/csv_update
e4ca146 Update L2 CSV benchmarks
88570b3 Updating max_memory setting for 64k FFT case
c07a701 Merge pull request #298 from gordono/next
92b4610 fix for tap copy in testbench ADL-1093 associated
ca8eaba Modify table formatting
df9c7d2 Fixing 8k typo
10d996e Adding FFT cases up to 64k
a6376a4 Merge pull request #295 from mlechtan/copyright_2022
4f522cb Merge pull request #294 from mlechtan/next
3401efa Updating copyright year to 2022
ab9e5ed Fixing testcase typo
d500381 Regenerating makefiles
b405a27 Fix to FIRs static_assert re number of iterations NITER % 2
39e451f Fix for FIR Resampler's streaming arch init stage.
f0be537 Fixes for FIRs streaming arch with cint32 data & cint32 coeffs.
65b68b1 Merge pull request #292 from uvimalku/modify-fir-common-traits
45652dc Modify max tap length for fir_decimate_hb float/float
8e88476 Merge pull request #288 from uvimalku/fir_sr_asym_updates
f217524 Merge pull request #290 from gordono/next
285c5b7 Add files via upload
e60dbd9 Update dsp-lib-func.rst
b1a184b Merge pull request #289 from uvimalku/fir_decimate_asym_constraints
d06e287 Merge pull request #287 from mlechtan/next
b7f6f0c Add constraint for window size and tap length
9d6dbf5 Remove bug with larger tap lengths for cint16 coeff type
26515ee Docs update: filling testbench parameters.
5e3acff Docs update: DSP Library overview in the index.
bd5395f Merge pull request #285 from mlechtan/next
2513cff Updating docs. Removing using-examples. Adding details and hopefully some clarity to dsp-lib-func.
2fe3b43 Merge pull request #284 from mlechtan/next
ac22243 Updated api.json comments.
cbee8eb Merge pull request #281 from mlechtan/next
dbfe9a0 Merge pull request #282 from changg/fix_json
09868b0 fix json
357faab Merge branch 'FaaSApps:next' into next
fa1b201 Adding static_asert for incorrect iteration number when reloadable coeffs are used
0542b93 Add a testcase to USE_CUSTOM_CONSTRAINT
aa1e462 Add testbench option USE_CUSTOM_CONSTRAINT to overwrite defaults.
92e9ff5 Consolidate FIRs FIFO depth. - Add/expand access functions to set constraints.
ec01c57 Typo fix
9bde10d Merge pull request #278 from mlechtan/next
d527be9 Resampler bug fixes
f1cc195 Merge pull request #280 from changg/mv_dep
1d1127d fix description.json
5ba08f4 FIFO depth updates: - add getInNet and getIn2Net access functions. - adding USE_CUSTOM_FIFO option to overwrite default calculation using the access functions.   Plus a testcase that exercises this option.
4bd22a9 Merge pull request #277 from mlechtan/next
d2f36c3 FFT Doxygen update. Adding FFT Group that covers fft class and template specialization.
3507584 Merge pull request #276 from FaaSApps/mlechtan-max_fir_update
c9370c1 Update dsp-lib-func.rst
4dc200c Update dsp-lib-func.rst
0a7e332 Update dsp-lib-func.rst
f2ba50f Merge pull request #274 from gordono/next
812456c Update dsp-lib-func.rst
41fc16b Update benchmark.rst
4f49206 Merge pull request #272 from gordono/next
b6ceee1 Update dsp-lib-func.rst
44cc998 Update release.rst
77ada6b Update dsp-lib-func.rst
4d38a9a Add files via upload
fb8b096 Merge pull request #270 from gordono/next
0659fbe Update dsp-lib-func.rst
d87e1fb Merge pull request #265 from yuanqian/next
89bfe8e Update dsp-lib-func.rst
c3e94ee Update dsp-lib-func.rst
782617e Merge pull request #3 from FaaSApps/next
27f2bf8 Merge pull request #266 from gordono/next
ad793a2 Update dsp-lib-func.rst
cd06293 remove email from Jenkinsfile:https://jira.xilinx.com/browse/CR-1124831
80cf3f0 Merge pull request #186 from dbee/description-update
9b616f6 Merge pull request #263 from gordono/next
a9e3d98 Update dsp-lib-func.rst
d624ce5 Update dsp-lib-func.rst
6dbde64 Merge pull request #261 from mlechtan/next
126b271 Updating API reference calls to an updated FFT graph
7b023f2 Merge pull request #260 from liyuanz/replace_cflags
a845675 replace cflags with clflags
9984a20 Merge pull request #259 from mlechtan/api_l2
95745e2 Merge pull request #258 from mlechtan/next
e41d620 Adding L2 api.json
ba5216c Merge branch 'FaaSApps:next' into next
a662f60 FFT graph updates. Consolidating on port_array usge. Tidy up, updating doxygen comments.
f86c2c2 Merge pull request #257 from mlechtan/next
2e52ee6 Adding graph_utils
fe1cc93 Merge pull request #254 from dbee/ssr-script-fix-for-int16
23a2b46 FIR's graph updates. Reworking conditional ports & arrays into a standarized manner. Consolidation on documenting template parameters for new features. Making unneccessary public members private. Tidy up, removing large sections of commented out code.
d67e5cd Update dsp-lib-func.rst
424433c Merge branch 'FaaSApps:next' into description-update
11328fe int16 fix
36a296f Merge pull request #253 from uvimalku/diff_tolerance
7d73404 merge with latest
0f29d61 Added cc_tolerance to diff.tcl and related json file changes
bc634f1 Modify 1D FFT API  (#199)
cc41c15 Merge pull request #251 from gordono/new_fft_location_constraints
23b488a adding new fft location constraints
cd062c8 Merge pull request #250 from mlechtan/next
ad8508e Update dsp-lib-func.rst
f375729 Fix for FFT performance. Introducing secondary Radix4 pointer to ease compiler pipelining.
b791ab5 Update dsp-lib-func.rst
69d9dba Update dsp-lib-func.rst
a3b01cd Merge pull request #2 from FaaSApps/next
1e1fba1 Merge pull request #249 from dbee/mat-mult-fixes
0d67c66 migrate from perforce
c225563 Merge pull request #247 from dbee/Adding-tests
93ce47b Oops, changed the wrong json file
f167cb9 Merge pull request #248 from gordono/next
25fdf11 Merge branch 'FaaSApps:next' into next
875f437 Add a higher factor fractional decimation rate
eb8ab62 Merge pull request #245 from mlechtan/next
dc28578 Merge pull request #246 from dbee/SSR-bugfix
797b972 Update index.rst
2d48bab Update conf.py
f8dd2e9 fixes for correct number of samples in SSR configs
5d80254 Merge pull request #14 from mlechtan/remove_batch_results
0d80bab Update dsp-lib-func.rst
bbcb33e Delete L2/tests/aie/batch_results directory
2e936e4 FFT consolidation on ssr_split_zip script usage
27509fa Update api-reference.rst
93e3782 Update release.rst
84def6a Merge pull request #1 from FaaSApps/next
418800e Merge pull request #244 from mlechtan/next
8265c9e Tweak for "large" fir testcase
bd4673c Consolidating FIR testcases.
904922c Adding UPSHIFT_CT to status file
befa514 Performance optimization with fixed register allocation
6c39d9e Fixing reference models interleave pattern, replacing multiple template specializations with std::conditionals.
2ede086 add ssr testcase back in
4d59816 Makefile changes for SSR param to be sent correctly
1f24739 Merge pull request #239 from dbee/resampler-updates
9d2348c Remove duplicate defines
60f0dd5 Remove duplicate defines
8f56466 Update windowed cases to use reasonable window size
e85bddc Merge pull request #14 from FaaSApps/just-merge
21e62a7 Merge branch 'resampler-updates' into just-merge
160b153 Merge pull request #240 from mlechtan/next
09f75f9 Regenerate Makefiles to pick up latest description.json updates
dc8b174 Consolidating pre/post launch steps to use ssr_split_zip script. General tidy up in description.json.
880d71f Moving FIRs from simulation::platform to PLIO
0754e7b Merge pull request #238 from mlechtan/next
f5cd22f Replacing conditional port classes with std::conditional
cc9e230 Makefile changes for resampler
6c16947 Adding deprecation notice
e16863e Swapping widget's input interleave pattern to 128-bit
3548832 Deprecation warning for fractional interpolator
d7d177e multiple data types with wndows and PLIO usage
842f4f3 Merge pull request #237 from mlechtan/next
d738bec Correcting reference model x86sim params
b9ef36b Adding ssr_split_zip to description.json.
a474093 Correcting x86sim output directories
663a68a Moving widget real2complex testbench to PLIO
58cad46 Moving widget to PLIO, plus description.json tidy up.
9f76490 Fix for multiple window output clones
5042c51 Merge pull request #236 from mlechtan/next
276d835 Fixing x86sim output directory references
3d0db64 Updating x86sim with ssr_split_zip.pl
dd57faf Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
d3bb9cb Updating description.json with ssr_split_zip.pl script
5798311 Fixing undefined UUT_SSR
fde989c Removing testcase that times out.
49f5aa2 Updating Makefiles with a fix for make all
e7e5873 Updating gitignore with Work dirs.
f103c17 Merge branch 'FaaSApps:next' into next
43eb65a Reducing single rate FIR coeff register usage slightly.
a0ee243 Replace C restrict with C++ __restrict. Consolidation on inline. Tidy up
462b568 Remocing obsolete file.
a6f9948 Fix for FFT's x86sim with multi-kernel designs.
ff77188 Adding type support for DDS/Mixer
538d5ac Merge pull request #234 from liyuanz/replace_blacklist
d6a2ecd Merge pull request #232 from mlechtan/next
9bbdf31 Merge pull request #235 from uvimalku/Streaming_FIR_Decimate_Sym
235b6ae Added Streaming Interface to Fir Decimate Sym
51b2d03 Merge pull request #233 from uvimalku/Streaming_Fir_Interpolate_Hb
a70b033 replace whiltelist/blacklist to allowlist/blocklist
9485bb9 Modified Reference Model
c7ac751 Remove PORT_AI template parameter for USE_CHAIN=1
8a6f469 Merge pull request #221 from changg/fix_versal_trade
c62d086 Merge pull request #231 from mlechtan/example_makefile
5f87b58 Fix merge typo
427a554 Defining graph's iteration number, instead of relying on compiler option.
6786e21 FIR Resampler streaming architecture support for multi-kernel designs.
617a94b Adding Vitis compliant description.json and Makefile
6412a74 Merge pull request #228 from liyuanz/next
5a10251 increase time
b882e76 Added Streaming Interface to Fir Interpolate Hb
a80694a Merge pull request #226 from uvimalku/next
4c50021 Added Tests for Streaming Interface to Fir Interpolate Asym
7a59062 Added Streaming Interface to Fir Interpolate Asym
33404f7 Merge pull request #225 from mlechtan/next
4728288 Removing misconstructed sim_option
fb4027e Merge pull request #12 from mlechtan/description_update_adl_722
2a9363a Merge branch 'next' into description_update_adl_722
30df1bf Adding extra parameters to Makefile, plus tidy up. Removing obsolete options.
6dafb64 Merge pull request #223 from dbee/fir_sr_asym-dual-stream-bugfix
3f5112c Merge pull request #224 from uvimalku/next
378f0c1 Stop using max function which is problematic vs tcl version
2a4235b Bug fixes regarding dual stream in/output
fbbf5c5 Added Streaming Interfaces to Fir Decimate Hb
198e330 Merge pull request #222 from dbee/fir_sr_asym-ssr-updates
4f30e50 avoid permissions issues on split_zip by calling perl
7d13bc7 DDS Platform change and FIR SSR convention naming change (dual ports)
d1b6209 Update script calls with SSR and have defult SSR on all FIRs
afd903f add ssr testcase
85d93ec Intended makefile changes for SSR
e095968 Initial updates direct from perforce - without makefile enable yet
5aace4d Merge pull request #13 from FaaSApps/next
33eb2cc replace Versal |trade| with Versal |reg| in the RST file
cdfadd9 Merge pull request #218 from mlechtan/next
53b9738 Removing "main:noodle.optim.olbb=20"  from compilation. Plus, regen Makefile.
084f734 Adding --stop-on-deadlock option to x86sim run.
aa65af3 Fix for PLIO input gen when data type > 32-bit
c76c3af Adding FIR resampler streaming architecture.
5ff150c Merge pull request #216 from changg/fix_versal_hwemu
59cb206 fix
44b10ef Align the way of using disble_auto_rewind config (#215)
4d43ba2 Merge pull request #213 from liyuanz/next
c5b8f64 update Makefile
1722e3f Merge pull request #212 from liyuanz/replace_targets
2350610 update targes
e5aab14 Merge pull request #211 from mlechtan/next
509da5d Tidy up of tcl scripts.
ddd6f4d Merge pull request #11 from FaaSApps/next
b8af65d Merge pull request #209 from mlechtan/next
3738669 Regen Makefile
bf5cd08 Extending stack allocation to accomodate FIR lengths up to 2k.
7650c6a Adding support architecture for streaming interfaces to FIR Resampler.
c35dafb Merge pull request #208 from mlechtan/next
ec856bb Merge pull request #11 from FaaSApps/next
9bce9fe Fixing clang-formatting
32f891c Adding PATTERN parameter to widget tests, plus a new testcase.
a599c22 Merge pull request #207 from mlechtan/next
7e2f50f Updating gen_input's argument list with data type distinction
f9e4108 Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
139124c Removing obsolete --device option. Regenerating Makefiles + utils.mk
c60355a Merge pull request #203 from mlechtan/next
48863ed Merge branch 'next' into next
5f243ee Typo fix
5fbc0a5 Merge pull request #204 from mlechtan/fir_decimate_asym
7fae79d Fixing args list passed to pre/post build stages.
fdd5bf4 Switch input generation to 32-bit PLIO format
e60f0fa Merge branch 'fir_decimate_asym' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into fir_decimate_asym
d91beb7 Adding input file parameters
5904744 Temporarily re-adding until Resampler FIR merged
35a6d15 Typo fix
7c0abd8 Adding streaming architecture to FIR Decimate Asym
a23d4dd Replacing location constraint define macro with constexpr condition.
9993dd3 Adding API_IO and PARALLEL_POWER parameters. Updating FFT TB to use PLIO class, instead of depreceted simulation::platform.
46d9213 Streaming write/read functions overloads added with references to low-level intrinsics, to allow parallel operations on 2 streams. Widget updates to use the paralleled functions.
f1bf044 Correcting r2comb twiddle table size. Changing SSR format out of FFT to sample-wise Addition of multiple frames per window in SSR. Also, rejig of ref model to use samplewise ssr.
86891b3 update mk for aws board farm running (#202)
f609d21 remove redundant test case in 1D-FFT (#196)
873c6d6 Merge pull request #193 from mlechtan/next
f6cfb8c Adding testcases for recently added features.
e74a746 Fix for CR-1117090 (#192)
55820ee Merge pull request #190 from mlechtan/next
69b963c Adding PORT_API define macro default.
11067ab Performance boost for stream architecture of single rate FIR. Adding support for cint32/cint32.
74caa4d Adding define macro for inline/noinline.
e602429 Extending supported range of FIR length up to 8k (max length depends on data/coeff combo and window size)., Available on single rate FIRs and Decimators.
65285d0 Merge pull request #9 from FaaSApps/next
3bf60f0 Fix interface pragma typos (#189)
679be2c Removing xchss noodle olbb option, to fix "no valid patterns for 'store(WSSMEM_tlast[t01u], w32)'"
1fbe017 Fix fir single rate symmetric FIR multiple output streams.
40959bb Fix for single rate symmetric FIR simulation hang with reloadable coeffs.
1d77f3b Merge pull request #10 from dbee/next
0a6b029 update file source list to include kernel source code for caseFilter
75b2924 Merge pull request #9 from FaaSApps/next
5741502 Merge pull request #185 from dbee/dds_mixer_ssr
13cf02e change 2021.2_stable_latest to 2022.1_stable_latest
327bc39 update harvesting scripts for DDS SSR
b600834 adding tests to use new features
c37337f Fix for "no valid patterns for 'store(WSSMEM_tlast[t01u], w32)'"
37c91ab intended makefile changes
bbba3a1 ssr changes initial commit
09890d4 Merge pull request #8 from FaaSApps/next

Co-authored-by: sdausr <sdausr@xilinx.com>
vt-lib-support pushed a commit that referenced this issue May 18, 2023
8464630 Merge pull request #12 from tuol/update_relnote
d39b78b mark Jinja2 issue in release note
263412f Merge pull request #10 from liyuanz/update_makefile
1cf0a4c update
bc2ba6c Merge pull request #8 from liyuanz/next
52c5d5e update
b29ef34 Remove Utils staff (#6)
52be29f Std fix (#5)
c780838 Merge pull request #4 from yuanjieh/fix-CR-1159094
31b1cc6 Fix CR-1159094

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