-
Notifications
You must be signed in to change notification settings - Fork 202
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
bug while building #195
Comments
You may check this issue for the solution. |
I have solve this problem, but another one is here. [100%] Linking CXX executable abacus_unittest near 100% |
It looks like your libtorch_cuda wrongly links to the libnccl.so under MATLAB rather than cuda. Can you avoid |
Morning professor! Sincerely thank you for your help. I have run the demo and I get the placement of the demo adaptec1.log. (1) Is My dreamplace 4.1.0 ? But the project mentioned the HPWL is much lower than mine. Waiting for your help. It's my first time to do this topic. Sorry to bother you |
The log looks OK. You can use Which baseline are you comparing too? If you are comparing with some numbers in published papers, they may use other tools to report HPWL, like NTUplace3 or NTUplace4dr. |
But the result in log is about [INFO ] K-reorder time: 888.724 ms |
I think you need to modify the benchmarks by removing the @Constwelve Please double check if this is the correct way. |
See #195 (comment) You need to modify the case a little bit. |
where can I modify the benchmarks by removing the FIXED and FIXED_NI keywords… |
Open the input |
Here, do we need to remove the keyword "fixed" from all files ending with ".pl"? And in the "nodes" section, only the keyword "terminal" is present, so it doesn't need to be touched, right? |
[INFO ] Kernel time: 968.246 ms Professor I have get the result, it seems that my result is the same as Dreamplace 4.0 |
Hi, we have uploaded the modified ISPD2005 benchmark. You can download it from here. |
@Constwelve could you modify the README and add this link? |
But I can't open this link~~~~https://www.dropbox.com/scl/fi/01jvzui9hv0aa4krnd8lm/ispd2005free.zip?rlkey=ijwspusl9onncnsu5j4na4tqe&st=l44f3dnw&dl=0 |
You need 科学上网 to access dropbox. |
已经挂了laddar了啊 |
不然git都很卡 |
Try this one |
@Constwelve could I please have your wechat, we want to do a search on this project about the optimizer~~~~ |
Sure. You can send me your WeChat ID by email. |
cd /home/spcen/project/FSL/EDA/DREAMPlace/build/thirdparty/OpenTimer && /usr/bin/c++ -D_GLIBCXX_USE_CXX11_ABI=0 -I/home/spcen/project/FSL/EDA/DREAMPlace/thirdparty/flute -I/home/spcen/project/FSL/EDA/DREAMPlace/thirdparty/OpenTimer -fPIC -O3 -DNDEBUG -std=c++17 -MD -MT thirdparty/OpenTimer/CMakeFiles/util.dir/unittest/utility.cpp.o -MF CMakeFiles/util.dir/unittest/utility.cpp.o.d -o CMakeFiles/util.dir/unittest/utility.cpp.o -c /home/spcen/project/FSL/EDA/DREAMPlace/thirdparty/OpenTimer/unittest/utility.cpp
In file included from /home/spcen/project/FSL/EDA/DREAMPlace/thirdparty/OpenTimer/unittest/utility.cpp:3:
/home/spcen/project/FSL/EDA/DREAMPlace/thirdparty/OpenTimer/unittest/doctest.h:4008:47: error: size of array ‘altStackMem’ is not an integral constant-expression
4008 | static char altStackMem[4 * SIGSTKSZ];
| ^
make[2]: *** [thirdparty/OpenTimer/CMakeFiles/util.dir/build.make:79: thirdparty/OpenTimer/CMakeFiles/util.dir/unittest/utility.cpp.o] Error 1
make[2]: Leaving directory '/home/spcen/project/FSL/EDA/DREAMPlace/build'
make[1]: *** [CMakeFiles/Makefile2:3819: thirdparty/OpenTimer/CMakeFiles/util.dir/all] Error 2
make[1]: Leaving directory '/home/spcen/project/FSL/EDA/DREAMPlace/build'
make: *** [Makefile:139: all] Error 2
Please teach me how to fix it. thanks
The text was updated successfully, but these errors were encountered: