You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this tool is still maintained, but I will ask anyway. I am trying to compile and use your tool but I got segmentation fault:
I even checked with gdb in a Debug build
Line 2087 in ir_rose.cc;
SgNode *thing = subparts[i].first; // here thing is a nullptr and accessed layer, hence the segfault.
I don't know the main problem is about chill or rose exactly. My setup is Ubuntu 16.04 (Intel Kabylake). I compiled Rose, Boost, IEGenLib and Chill with gcc 4.9.
If it is resolved quickly, I am still willing to use your tool since the loop transformations are very easy to apply.
Otherwise, I will move on, unfortunately.
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
I don't know if this tool is still maintained, but I will ask anyway. I am trying to compile and use your tool but I got segmentation fault:
I even checked with gdb in a Debug build
Line 2087 in ir_rose.cc;
I don't know the main problem is about chill or rose exactly. My setup is Ubuntu 16.04 (Intel Kabylake). I compiled Rose, Boost, IEGenLib and Chill with gcc 4.9.
If it is resolved quickly, I am still willing to use your tool since the loop transformations are very easy to apply.
Otherwise, I will move on, unfortunately.
Best regards
The text was updated successfully, but these errors were encountered: