HPC-Research-Lab / STMatch

9 stars 3 forks source link

Total Count #3

Open AbandiGa opened 1 year ago

AbandiGa commented 1 year ago

Hello,

I am having trouble running STMatch as the total count is showing as zero. I have tried using various patterns and different graphs, but the issue persists. Can you please assist me in identifying the problem?

Thank you

yihuawei commented 10 months ago

Hello,

Due to differences in GPU models, errors may occur when running the code.

You can change the following two places:

  1. In STMatch/src/config.h, reduce BLOCK_DIM from 1024 to 512.
  2. Change the compile option. In Makefile line 7 and line 11, the -arch option is set to -arch=compute_86. This option is for RTX3090 GPU, please change this option in favor of your GPU architecture.

If you have any other questions, you can email me or schedule a zoom meeting with me.