Hello, folks.
Currently I've been involved into research project of cellular automata. We
use pyopencl to run our models and currently I've trying to view how our
project will work under development preview version of windows 8. I realize
that since it's very early version and there is no sense to support it but
probably somebody will be able to help me. So I've setup my dev environment
(python, pyopengl, pygame, pyopencl, nvidia cuda toolkit) and have tried to
run the project. But it fails on very early state with traceback:
Traceback (most recent call last):
File "D:\return\dotbox\nayadra\nayadra\nayadra.py", line 134, in main
ctx = cl.Context(properties=[(cl.context_properties.PLATFORM, platform)]
+ get_gl_sharing_context_properties(), devices=[platform.get_devices()[0]])
pyopencl.LogicError: Context failed: invalid gl sharegroup reference khr
I'm totally dumb in cl insides but I'll be happy to provide any info or run
somekind of debug output code to get this.
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl