You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Activity
XYFsunny commentedon Jul 29, 2024
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?
yuguen commentedon Nov 25, 2024
You can have a look at the
/DirectProgramming/C++SYCL_FPGA/
samples, but I can't think of anything related to regex matching