summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:48:25 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-19 09:48:25 -0400
commit8389e8ba4a57a837073f3f56e081118a1a0f31f7 (patch)
tree6e387a2dd28add62fe070a9d6473d98d726879b5
parent5d0e537f59ed8b06c018dd8b781895397ae89b42 (diff)
parent5dc118e68f25ec0f042d4b58a8a1c575a7b83428 (diff)
Merge branch 'master' of https://github.com/pommicket/AutoArtGPU
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 64f0da5..ff85fae 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,16 @@ To run AutoVideos:
To run AutoAudio:
`python AutoAudioGPU.py`
+If you are getting this error:
+```
+pyopencl.LogicError: Context failed: invalid value
+```
+Just uncomment (remove the # at the start of the line) the following lines in AutoAudioGPU.py, AutoImagesGPU.py, and AutoVideosGPU.py:
+```
+GPU.platform_id = -1
+```
+
+
Don't worry if when you run it, it gives the following message:
```
/usr/lib/python2.7/dist-packages/pyopencl/__init__.py:61: