Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
477 Discussions

Host-to-Intel arria streaming over PCIe

SBioo
Beginner
2,047 Views

Hi,

 

I've just learned that the intel new BSPs support streaming data from host to FPGAs and vice-versa over the PCIe. I'm still wondering what are the use cases or specific applications that can benefit from such feature! Is there any specific scenario, either in Deep Learning, Reinforcement Learning, Big-Data, or Streaming Processing that can take advantage of such technology?

 

Thanks

0 Kudos
8 Replies
SengKok_L_Intel
Moderator
1,197 Views
Hi Saman, Could you please provide more information? What new BSP that you are referring to? Is this related to the programmable acceleration card? Regards -SK
0 Kudos
SBioo
Beginner
1,197 Views

for the A10_ref, there is a BSP with suffix "hostch". In this mode we have a direct channel from the host to the device, which bypasses the FPGA main memory.

0 Kudos
SBioo
Beginner
1,197 Views

Hi SK Lim,

 

Thanks much for sharing the paper with me. Unfortunately the link does not work. Could you please share the title of the paper with me?

 

Thanks,

Saman

0 Kudos
SengKok_L_Intel
Moderator
1,197 Views

​Hi Saman,

 

Here is the title: Host Pipes: Direct Streaming Interface Between OpenCL Host

and Kernel

 

Regards -SK

0 Kudos
HRZ
Valued Contributor III
1,197 Views

To answer the original question, this feature is very useful for "out-of-core processing"; i.e. processing data that is too big to fit on the FPGA external memory but can fit on the host memory. There is a large body of work in HPC and Big Data using GPUs where overlapping/pipelining of compute and PCI-E transfer is implemented using double buffering on the GPU memory. For applications that can be "streamed", host channels on FPGAs can be used to efficiently implement out-of-core processing without the need for double-buffering. However, for applications that cannot be streamed, this feature is not applicable and double buffering will have to be used as is done on GPUs.

0 Kudos
MAstr
Novice
1,197 Views

Could you provide a link to an example of this double buffering mechanism?

 

0 Kudos
HRZ
Valued Contributor III
1,197 Views

I do not know of any such example that you can directly use right now. You might be able to find something if you search in google, especially if you look for CUDA code used for out-of-core processing.

0 Kudos
Reply