Hongbo Rong

Results 6 comments of Hongbo Rong

Thanks! That return success in emulation mode. Let me try synthesis.

No. There is still some problem. ``` git pull disable channel promotion in Lower.cpp make cd t2s/tests/performance ./test.sh devcloud qrd a10 tiny emulator ``` Here is the error in the...

I chose a devcloud node with A10 OneAPI, and did the follows: ``` s001-n081:~/a10-intelLabs-t2sp/t2s/preprocessor/src$ make clang++ -std=c++17 -fno-exceptions -fno-rtti -O3 -Os t2spreprocessor.cpp `/home/u89062/a10-intelLabs-t2sp/install/bin/llvm-config --cxxflags --ldflags` -I /home/u89062/a10-intelLabs-t2sp/downloads/llvm9.0/tools/clang/include/ -I /home/u89062/a10-intelLabs-t2sp/install -I...

Xiaochen has merged your changes into his fork, and will push to main repo in future together with his changes.

I pulled the latest LLVM project from https://github.com/llvm/llvm-project.git. Here is the head: ``` $ git log commit 82f479ba315a417b6cd01a8c2efdc15c26689f2e (HEAD -> main, origin/main, origin/HEAD) Author: Usama Hameed Date: Mon Apr 15...

Good point! Thanks, Aiden.