Alibaba-Gemini-Lab / OpenPEGASUS

103 stars 21 forks source link

Repacking example crashes #8

Open boazsapir opened 2 years ago

boazsapir commented 2 years ago

Hello, I am trying to run the 'repacking.cc' example, and it crashes with a 'Kill' signal at the PegasusRunTime constructor. The 'lut.cc' example works fine, and I noticed that the difference is the 'enable_repacking' flag. Setting it to 'true' causes the constructor to crash (more precisely the setUpFunctors() function called from within the constructor). Can you help with this problem?

boazsapir commented 2 years ago

Update: Failure occurred when building on Docker with an ubuntu:20.04 image. It runs successfully when building directly on MacOs 12.2.1