oneAPI-samples
oneAPI-samples copied to clipboard
How to use oneAPI to implement regular matching on FPGA?
How to use oneAPI to implement regular matching on FPGA?Can you provide demo for this.
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?
You can have a look at the /DirectProgramming/C++SYCL_FPGA/ samples, but I can't think of anything related to regex matching