Add reference to TOOLS in README
Fix typo in TOOLS Change-Id: I1524319ff60d33aa97c736e128f0a05cd05d29ec
This commit is contained in:
parent
d9d169eb94
commit
7bc1bc3c9c
|
@ -51,6 +51,7 @@ A maintainer will contact you if there are questions or concerns.
|
||||||
* Building and installation:
|
* Building and installation:
|
||||||
* [Ubuntu 16.04](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md)
|
* [Ubuntu 16.04](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md)
|
||||||
* [Centos 7](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md)
|
* [Centos 7](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md)
|
||||||
|
* Interoperability with Intel Tools: [TOOLS.md](https://github.com/intel/compute-runtime/blob/master/documentation/TOOLS.md)
|
||||||
* Contribution guidelines: [CONTRIB.md](https://github.com/intel/compute-runtime/blob/master/documentation/CONTRIB.md)
|
* Contribution guidelines: [CONTRIB.md](https://github.com/intel/compute-runtime/blob/master/documentation/CONTRIB.md)
|
||||||
* Known issues and limitations: [LIMITATIONS.md](https://github.com/intel/compute-runtime/blob/master/documentation/LIMITATIONS.md)
|
* Known issues and limitations: [LIMITATIONS.md](https://github.com/intel/compute-runtime/blob/master/documentation/LIMITATIONS.md)
|
||||||
* Frequently asked questions: [FAQ.md](https://github.com/intel/compute-runtime/blob/master/documentation/FAQ.md)
|
* Frequently asked questions: [FAQ.md](https://github.com/intel/compute-runtime/blob/master/documentation/FAQ.md)
|
||||||
|
|
|
@ -39,7 +39,7 @@ This should return 2 lines. Otherwise follow sepdk installation in VTune documen
|
||||||
## Running VTune
|
## Running VTune
|
||||||
|
|
||||||
```
|
```
|
||||||
/opt/intel/vtune_amplifier_2018/bin64/amplxe-gui'
|
/opt/intel/vtune_amplifier_2018/bin64/amplxe-gui
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: If you built Metrics Discovery with libstdc++ > 3.4.20, please use the following workaround:
|
Note: If you built Metrics Discovery with libstdc++ > 3.4.20, please use the following workaround:
|
||||||
|
|
Loading…
Reference in New Issue