pyopencl icon indicating copy to clipboard operation
pyopencl copied to clipboard

OpenCL integration for Python, plus shiny features

Results 91 pyopencl issues
Sort by recently updated
recently updated
newest added

It currently does, cf. the crashes observed for #377. As far as I can tell, the problem with [this style](https://github.com/inducer/pyopencl/blob/master/test/test_wrapper.py#L1033-L1051) of SVM usage is that the `SVM` object holds on...

https://travis-ci.org/github/inducer/pyopencl/builds/718407423 This time it's i386 and s390. @isuruf, could you take a look?

This would be the pattern to follow: https://github.com/inducer/pyopencl/blob/21b09e316b00765d9c1612d4ad6b078003939049/src/c_wrapper/command_queue.cpp#L42-L66

Currently, when we set the `PYOPENCL_COMPILER_OUTPPUT=1`, the compiler output can be printed to terminal. However, it's also wanted that our python script can also capture the compiler output with a...

E.g. say that a kernel has this struct as an argument, with 2 arrays: ```C typedef struct { uint x[2]; float y; uint z[3]; } my_struct; ``` I can not...

Is it possible to fill a custom struct (or an array of custom structs) with random values after I have registered its type? For a "primitive" type, I can to...

seeking-patch
enhancement

Re: https://github.com/geggo/gpyfft/pull/32 Right now, it seems PooledBuffers can't be sliced like normal buffers, which means `gpyfft` can't turn PooledBuffers with offsets into new buffers without them (as required for clfft)....

Looks like there's no example using vector types defined in cltypes while the doc itself for these types are not so understandable. There are many examples having kernels taking vector...

seeking-patch

**Hi there! Pretty new to opencl and trying to run a nengo neural net with an OCL simulator. When I run the program I get this error message:** RuntimeError: clBuildProgram...

need-info