Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyopencl

Pyopencl, Opencl, Can't Build Program On Gpu

I have a piece of kernel source which runs on the G970 on my PC but won't compile on my early 2… Read more Pyopencl, Opencl, Can't Build Program On Gpu

Different Ways To Optimize With Gpu Pyopencl A Python Code : Extern Function Inside Kernel Gpu/pyopencl

I have used the following command to profile my Python code : python2.7 -m cProfile -o X2_non_flat_… Read more Different Ways To Optimize With Gpu Pyopencl A Python Code : Extern Function Inside Kernel Gpu/pyopencl

Struct Alignment With Pyopencl

update: the int4 in my kernel was wrong. I am using pyopencl but am unable to get struct alignment … Read more Struct Alignment With Pyopencl