You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: