"Keith R. Brafford" <[email protected]> writes: > Wait...it was my fault! I forgot I had commented out the context > acquisition line and replaced it with my own before I realized I had a > wrongly compiled pyopencl: > > #context = cl.Context(properties=[(cl.context_properties.PLATFORM, > platform)] + get_gl_sharing_context_properties()) > context = cl.Context(properties=[(cl.context_properties.PLATFORM, > platform)] ) > > I returned it to its correct state and it works fine now. > > Any idea why the pip thing doesn't do it for me though?
Hmm, I did have a typo in the file name. It should be ".aksetup-defaults.py". Andreas
pgpnx2Byt63Vt.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
