Re: [Numpy-discussion] Recommended way to utilize GPUs via OpenCL, ROCm

2019-10-21 Thread Pankaj Jangid
Juan Nunez-Iglesias writes: > I have also used PyOpenCL quite profitably: > > https://github.com/inducer/pyopencl > > I philosophically prefer it to ROCm because it targets *all* GPUs, including > intel integrated graphics on most laptops, which can actually

Re: [Numpy-discussion] Recommended way to utilize GPUs via OpenCL, ROCm

2019-10-21 Thread Juan Nunez-Iglesias
I have also used PyOpenCL quite profitably: https://github.com/inducer/pyopencl I philosophically prefer it to ROCm because it targets *all* GPUs, including intel integrated graphics on most laptops, which can actually get quite decent (30x) speedups. > On