UniversalGRAMM / UGRAMM

Universal GRAph Minor Mapper (UGRAMM)
https://universalgramm.github.io/
Other
2 stars 0 forks source link

Segmentation Fault and Make issue on master #6

Closed HamasWaqar closed 1 month ago

HamasWaqar commented 1 month ago

Hey @ombhilare999,

On the master branch, I just ran the following command ./run_gramm.sh Kernels/Conv_Balance/conv_nounroll_Balance.dot 8 8 RIKEN > ./logs/log.txt and getting a segmentation fault.

The segmentation fault error message is the following: ./run_gramm.sh: line 21: 528322 Segmentation fault (core dumped) ./GRAMM $1 $device_model_output $2 $3 0

Could you look into this?

Also, there is a weird bug with our current make file. When I make changes to GRAMM.cpp and run make, the make file does not seem to update. It seems that make only works properly after I run make clean. Not sure if you experience this issue.

HamasWaqar commented 1 month ago

Let me know if you have any further questions or clarification

ombhilare999 commented 1 month ago

Hi @HamasWaqar,

Try RIKEN_WITH_pins as the architecture name, the RIKEN is the old architecture without pins.

This is from the README file:

image

./run_gramm.sh Kernels/Conv_Balance/conv_nounroll_Balance.dot 8 8 RIKEN_with_pins

ombhilare999 commented 1 month ago

Please close this issue once resolved.

HamasWaqar commented 1 month ago

Could you check the make issue. Do you have an idea why this is occurring?

HamasWaqar commented 1 month ago

I think, I was able to fix the make issue. Thanks, closing the issue.

ombhilare999 commented 1 month ago

Do you want to share the issue for the documentation purpose?