GSI
GSI copied to clipboard
GPU-friendly Subgraph Isomorphism, published in ICDE 2020
/usr/bin/ld: ./objs/Util.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE /usr/bin/ld: failed to set dynamic section sizes: bad value collect2: error: ld...
Fixed numerous bugs that arose due to deprecated CUDA functionality. Updated README Updated Make file This code uses an older version of CUDA, which has since been largely deprecated. For...
你好,由于没有找到SGSI相关公开代码,在这里进行提问。 在连接边(u, u')时,如果从中间结果只提取M[u]这一列,请问如何保证u'的匹配顶点不会和已匹配的顶点不重复?比如已有顶点u''在这一行里与v匹配,同时v也是u''的候选顶点。如果没有M[u'']这一列,我似乎没法约束M[u']=v这个操作。 期待您的解答,感谢!