Calculate Throughput with LLVM's Scheduling Modelmyhsu.xyz 26 pointsstosssik1 year ago2 commentsSaveHideCopy link On HNComments−pornel1yAs mentioned in a previous post in these series, this is implemented in the LLVM MCA tool:https://llvm.org/docs/CommandGuide/llvm-mca.htmlI particularly like the wrapper for it https://lib.rs/cargo-show-asm `cargo asm --mca function_name` that makes it easy to isolate a specific function from an arbitrarily large project.−mochomocha1yNothing substantive to add to the discussion, but to praise Min's blog posts which I have found very well written and instructive.
Comments
As mentioned in a previous post in these series, this is implemented in the LLVM MCA tool:
https://llvm.org/docs/CommandGuide/llvm-mca.html
I particularly like the wrapper for it https://lib.rs/cargo-show-asm `cargo asm --mca function_name` that makes it easy to isolate a specific function from an arbitrarily large project.
Nothing substantive to add to the discussion, but to praise Min's blog posts which I have found very well written and instructive.