From 4fe920468317e023a31ed0fb739d24012c3f4c9b Mon Sep 17 00:00:00 2001 From: alexandresablayrolles Date: Fri, 26 Jan 2018 10:35:49 +0100 Subject: [PATCH] Update INSTALL.md (#319) --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ed404a6f5..cf062bfa3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.