Got the following error: ValueError: Unknown benchmark "file:////home/gfursin/work/susan.bc"
See original GitHub issueHi,
Thank you for the project - looks very interesting!
I got stuck with the following example (https://github.com/ctuning/reproduce-milepost-project/issues/11):
import gym
import compiler_gym
env = gym.make("llvm-v0")
env.reset(benchmark="file:////home/gfursin/work/susan.bc")
env.observation["ProGraML"]
env.observation["Inst2vec"]
I generated susan.bc but I get the following error:
ValueError: Unknown benchmark "file:////home/gfursin/work/susan.bc"
Any suggestions how to fix that, please?
Thanks again for your project, Grigori
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice! Thanks a lot @ChrisCummins - it worked fine now!!! Cool to see the cBench suite there too 😉 ! I will continue playing with the framework …
Interesting, thanks for following up!
Cheers, Chris