search for: cannada

Displaying 2 results from an estimated 2 matches for "cannada".

Did you mean: canada
2020 Jan 06
2
[EXTERNAL] Get llvm-mca results inside opt?
...-Andrea [1] https://github.com/llvm-mirror/llvm/blob/master/include/llvm/MCA/InstrBuilder.h [2] https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-mca/llvm-mca.cpp [3] https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-mca/Views/SummaryView.h On Tue, Dec 24, 2019 at 5:08 PM Lewis, Cannada via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi, I am trying to generate performance models for specific pieces of code like an omp.outlined function. Lets say I have the following code: start_collect_parallel_for_data(-1.0,-1.0,-1.0, size, “tag...
2019 Dec 24
2
Get llvm-mca results inside opt?
...timate of the performance of that region. Is there any reasonable way to do this from inside opt? I already have everything in place to find the start_collect_parallel_for_data calls and find the functions called between start and stop, but I could use some help with the rest of my idea. Thanks -Cannada Lewis