inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.06k stars 241 forks source link

ImmediateAllocator fix kwarg #366

Closed iperov closed 4 years ago

iperov commented 4 years ago

cl.tools.ImmediateAllocator(queue, mem_flags=cl.mem_flags.READ_WRITE)

if mem_flags explicitly specified then an error occured

inducer commented 4 years ago

Thanks for the report!