Forum Discussion
shubham10
New Contributor
4 years agoHi,
Is there any way by which we can get/request more than one physical compute unit on the underlying FPGA chip (say S10PAC)?
Thanks
HRZ
Frequent Contributor
4 years agoWhat exactly are you trying to achieve by that? An FPGA design is not fixed and the underlying FPGA architecture does not have any notion of a "compute unit"; "compute unit" is simply an OpenCL terminology which doesn't necessarily map to anything meaningful on an FPGA.
You can always compile and synthesize multiple kernels into one bitstream and run them in parallel in different queues, if that is what you are trying to achieve. There are also ways to automatically create/duplicate compute units in both Single Work-item and NDRange kernels.