-
Notifications
You must be signed in to change notification settings - Fork 9
Description
First, thank you for sharing the code for this excellent work! I'm currently reproducing your results using torch-inductor, and am particularly interested in how you collected the optimization triggering during test execution.
I noticed that the steps to instrument the compilers are still marked as WIP in the README-DEV.md, and I couldn’t locate the related scripts in the repository.
Could you please confirm whether this part is available somewhere, or if it might be added later(maybe in the form of some scripts or a Docker image containing the instrumented compilers)? Having access to this part would be very helpful for reproducing the results and understanding the implementation more thoroughly.
Thanks again for making your work public and for your time!