-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step-by-step How To #58
Comments
Hi @abettati, Are you planning to run CircuitTraining or the SP&R flow scripts we provide? --> For our SP&R flow scripts, you will need commercial tools like Innovus and Genus. If you already have access to these tools and planned to run the SP&R, you can follow these steps to generate SP&R data for Ariane on NG45.
Thanks, |
As a first experiment I would like to try both, CT and your open implementation of closed CT APi (e.g. cost function). |
Hi @abettati We use CT August 17 version for our experiments. We are working on bringing up the latest version. In the CT-Fork MacroPlacement branch we have also added working version of DREAMPlace. Use the following steps to run CT:
|
Hi @sakundu , I also noticed that in my case:
The variables are not defined.
creates a |
Hi @abettati,
If this does not work please let me know. Thanks, |
Hi @sakundu After following you instructions (until the VM crashes) I got:
|
Hi @abettati, The final docker image circuit_training:corepy39 is supposed to be ~18GB. Remove the existing docker images and try out the following. You may try adding the below command here:
And rerun the build script. Thanks, |
Hi @sakundu ,
|
Hi @sharkoo7 |
Thank you for your reply! |
From the log file, it appears that you're attempting to run the train job on a CPU. If that's the case, could you please remove the referenced line from your code and try running it again? If the problem persists, please share the updated log file for further troubleshooting. |
Actually I wanted to run train job on GPU, so I kept --use_gpu. |
I'm curious if you've tried running it on the CPU instead? If you haven't, you can do so by launching docker container without the Could you also please check if |
It seems that your driver and other versions are up to date. I'd still like you to try running it on the CPU first. If that works, we can at least ascertain that there's an issue with the GPU script. I've tested it on my end, and it's working perfectly. |
Here is the train.log when I launching docker container without the |
My wrapt version is 1.14.1. |
Hello @sakundu, May I check what is the minimum configuration the scripts be run on? I have a RTX A4000 card to run both collect and train jobs and it seems to be failing. I wonder if you have any recommendations |
Hi @luarss |
Hi everyone,
is a step-by-step how to guide on how to set up the environment and run a simple example available anywhere?
If not, I would like to try and build one.
The text was updated successfully, but these errors were encountered: