Lawrence Stewart <stew...@serissa.com> writes:

> I’m interested in using PyOpenCL with a Bittware 520MX board that has an 
> Intel Stratix 10 with HBM memory.  This shows up as 32 banks of 256 MB rather 
> than as a single DDR memory system.
>
> In order to use it, you must specify the flag CL_MEM_HETEROGENEOUS_INTELFPGA 
> in calls to clCreateBuffer.
>
> This seems like an easy addition to PyOpenCl and I wonder if anyone has done 
> it already?

Not as far as I know.

> Otherwise, I suppose I need to get a PyOpenCL source kit, add the flag
> and use that rather than install with PIP?  So far I haven’t found
> instructions for how to install from source.

Once you've got the git tree cloned,

pip install .

should do it.

("." for "current directory")

Andreas


Attachment: signature.asc
Description: PGP signature

_______________________________________________
PyOpenCL mailing list -- pyopencl@tiker.net
To unsubscribe send an email to pyopencl-le...@tiker.net

Reply via email to