oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

How to use oneAPI to implement regular matching on FPGA?

Open XYFsunny opened this issue 1 year ago • 2 comments

How to use oneAPI to implement regular matching on FPGA?Can you provide demo for this.

XYFsunny avatar Jul 26 '24 01:07 XYFsunny

We would like to implement regex matching (such as /[a-zA-Z0-9_-]+/) on FPGA using oneAPI for our IDS system. However, we do not have FPGA engineers in our company and intend to use oneAPI for implementation. Do you provide any demos related to this in the oneAPI-samples?

XYFsunny avatar Jul 29 '24 01:07 XYFsunny

You can have a look at the /DirectProgramming/C++SYCL_FPGA/ samples, but I can't think of anything related to regex matching

yuguen avatar Nov 25 '24 19:11 yuguen