Skip to content
Prev Previous commit
Add a line about minimum version of LLVM
  • Loading branch information
Krzysztof Parzyszek committed Apr 10, 2020
commit 2296b94babfd0b9f0ced0fd0d0d8646f4efd7c35
2 changes: 2 additions & 0 deletions src/runtime/hexagon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The TVM runtime that contains Hexagon runtime is the one executing on host. In

The prerequisite is to have Hexagon SDK installed, preferably version 3.5.0 or later. The Hexagon SDK can be downloaded from https://developer.qualcomm.com/software/hexagon-dsp-sdk.

It is also recommended to use as recent version of LLVM as possible, version 7.0.0 being the minimum (based on community feedback).

### Compiling TVM runtime for x86

This will use Hexagon simulator, which is provided in the Hexagon SDK.
Expand Down