RapidsAtHKUST / SubgraphMatching

In-Memory Subgraph Matching: An In-depth Study by Dr. Shixuan Sun and Prof. Qiong Luo
MIT License
142 stars 36 forks source link

regarding the testbed of the source code #3

Open shixuansun opened 3 years ago

shixuansun commented 3 years ago

Our source code utilizes some POSIX APIs and adopts the AVX2 instruction set by default. As such, we advise you to compile and test the source code in a Linux machine equipped with Intel CPUs supporting AVX2. If you have no machine with the required CPUs, you can comment out the source code using AVX2 in computesetintersection.h/cpp.

Thanks.