Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Recovered powerVR mention in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OuadiElfarouki committed Jan 1, 2024
1 parent b46de5f commit eee89a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ the project.
- [Compile with DPC++](#compile-with-dpc)
- [Compile with hipSYCL](#compile-with-hipsycl)
- [Instaling portBLAS](#instaling-portBLAS)
- [POWER\_VR support](#power_vr-support-computecpp-only)
- [Doxygen](#doxygen)
- [CMake options](#cmake-options)
- [Tests and benchmarks](#tests-and-benchmarks)
Expand Down Expand Up @@ -427,6 +428,12 @@ To install the portBLAS library (see `CMAKE_INSTALL_PREFIX` below)
ninja install
```

### POWER_VR support

To enable the PowerVR target tuning, pass: `-DTUNING_TARGET=POWER_VR`

To use the neural network library from Imagination, pass: `-DIMGDNN_DIR=path/to/library`

### Doxygen

Doxygen documentation can be generated by running:
Expand Down

0 comments on commit eee89a0

Please sign in to comment.