AutoDMP
AutoDMP copied to clipboard
I was trying to build AutoDMP and successfully was able to build with the Dockerfile that was provided. However, I am unable to run the dockerfile with my GPU (RTX...
- CUDA-11.3 - torch 1.12.1 with 11.3 run ./tuner/run_tuner.sh meet error `(autodmp) ljj@ljj-System-Product-Name:~/ljj/AutoDMP$ sudo -E ./tuner/run_tuner.sh 1 1 test/nvdla_nangate45_51/configspace.json test/nvdla_nangate45_51/NV_NVDLA_partition_c.aux test/nvdla_nangate45_51/nvdla_ppa.json \"\" 20 2 0 0 10 ./tuner test/nvdla_nangate45_51/mobohb_log Parameters:...
Hello, When I run the following command in the AutoDMP docker env. ``` ./tuner/run_tuner.sh 1 1 test/nvdla_nangate45_51/configspace.json test/nvdla_nangate45_51/NV_NVDLA_partition_c.aux test/nvdla_nangate45_51/nvdla_ppa.json \"\" 20 2 0 0 10 ./tuner test/nvdla_nangate45_51/mobohb_log ``` The master...
I have this error with `make` command ``` [ 69%] Building NVCC (Device) object dreamplace/ops/pin_pos/CMakeFiles/pin_pos_cuda_segment_cuda_tmp.dir/src/pin_pos_cuda_segment_cuda_tmp_generated_pin_pos_cuda_segment_kernel.cu.o ..... cuda12-3-0/include/cub/util_namespace.cuh:46:2: error: #error CUB requires a definition of CUB_NS_QUALIFIER when CUB_NS_PREFIX/POSTFIX are defined. #error...
Linux hoon 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux python: 3.11.4 torch: 2.0.0+cu117 gcc: 7.5.0 cuda: 11.6 Python is higher version than required but...
I used the docker image from limbo018/dreamplace:cuda. And when I try to build AutoDMP, several functions are not matched or not found, the log is below. In file included from...
@agnesina Can I verify that this is the version of ariane_ng45 (lefdef) that is used in the paper's experiments? Also, would be nice if you could provide the bookshelf format...
https://github.com/TILOS-AI-Institute/MacroPlacement/blob/main/Flows/NanGate45/ariane133/netlist/ariane.v this case but 
Dear author, I'm a Ph.D. student supervised by Yibo Lin. I've encountered some issues when trying to run AutoDMP using Docker and build a docker image. - dockerfile error The...