JuliaPerf / MCAnalyzer.jl

A set of tools for machine code analyzing of Julia code
Other
46 stars 9 forks source link

Remove IACA specific byte marks #29

Open Seelengrab opened 1 year ago

Seelengrab commented 1 year ago

The reasoning for this is due to IACA being EOL:

April 2019: Intel® Architecture Code Analyzer has reached its End Of Life. Users may want to try LLVM-MCA. This is NOT a recommendation to use LLVM-MCA nor a comment on its accuracy or usefulness. Thanks for being faithful users of Intel Architecture Code Analyzer throughout the years. We hope it was useful for you.

This needs https://github.com/maleadt/LLVM.jl/issues/320 and possibly modifications due to that before it can be merged. This PR is just so we don't forget about it.