Commit 4fe92046 authored by alexandresablayrolles's avatar alexandresablayrolles Committed by Matthijs Douze

Update INSTALL.md (#319)

parent 7cc879c7
...@@ -257,7 +257,7 @@ Python example with GPU support ...@@ -257,7 +257,7 @@ Python example with GPU support
------------------------------- -------------------------------
The auto-tuning example above also runs on the GPU. Edit 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 ```python
keys_to_test = keys_gpu keys_to_test = keys_gpu
...@@ -268,7 +268,7 @@ and you can run ...@@ -268,7 +268,7 @@ and you can run
``` ```
export PYTHONPATH=. export PYTHONPATH=.
python/demo_auto_tune.py python tests/demo_auto_tune.py
``` ```
to test the GPU code. to test the GPU code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment