When following the instructions to build the custom version of LLVM as well as MCA Daemon itself, I get compilation errors of the form
LLVM-MCA-Daemon/MCAViews/SummaryView.h:31:10: fatal error: llvm/MCA/View.h: No such file or directory
Indeed, the LLVM-13 in the provided repository does not include such header file. Does the latest code in this repository assume a different version of LLVM?
@simeonkr if you're still looking to experiment with MCAD, we pushed some improvements to branch broker-improvements that works with the dev-incremental-mca branch of this repo.
When following the instructions to build the custom version of LLVM as well as MCA Daemon itself, I get compilation errors of the form
Indeed, the LLVM-13 in the provided repository does not include such header file. Does the latest code in this repository assume a different version of LLVM?