Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with link to intel 3.0 docs #14

Merged
merged 2 commits into from
Jun 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ analyze(mysum, Tuple{Vector{Float64}})

## Notes

`MCAnalyzer.jl` only supports version 3.0 of `iaca` at the time of this writing there has been no documentation released for version 3.0.
`MCAnalyzer.jl` only supports version 3.0 of `iaca`. The [online documentation for version 3.0](https://software.intel.com/sites/default/files/managed/3d/23/intel-architecture-code-analyzer-3.0-users-guide.pdf) is easily available, and contains a few more detailed explanations that this README.
miguelraz marked this conversation as resolved.
Show resolved Hide resolved

- Version 3.0 only support [`Throughput Analysis`](https://software.intel.com/en-us/articles/intel-architecture-code-analyzer#Throughput Analysis)
- The user guide for version 2.0 is available at https://progforperf.github.io/MCAnalyzer-Guide.pdf
Expand Down