Update INSTALL.md (#319)

pull/326/head
alexandresablayrolles 2018-01-26 10:35:49 +01:00 committed by Matthijs Douze
parent 7cc879c70c
commit 4fe9204683
1 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ Python example with GPU support
-------------------------------
The auto-tuning example above also runs on the GPU. Edit
`python/demo_auto_tune.py` around line 100 with the values
`tests/demo_auto_tune.py` around line 100 with the values
```python
keys_to_test = keys_gpu
@ -268,7 +268,7 @@ and you can run
```
export PYTHONPATH=.
python/demo_auto_tune.py
python tests/demo_auto_tune.py
```
to test the GPU code.