Caner Tol
Caner Tol
They are actually the synthetic data. If you run the code they will be created by the randomly initialized LSTM which is mentioned in the paper.
I got the same error. I don't see the error after editing _SpecFuzzPass.cpp_ line 282 from this: https://github.com/OleksiiOleksenko/SpecFuzz/blob/46141efd0ba5b2f51d1bcb4674797a828e508573/src/SpecFuzzPass.cpp#L282 to this: ` if (MI->mayStore() && MI->getOpcode()!=2546 && MI->getOpcode()!=1) {` I couldn't...
I have tried running PS.c on two systems. It consumes all available memory and gets killed.