oneapi-src / oneAPI-samples

Samples for Intel® oneAPI Toolkits
https://oneapi-src.github.io/oneAPI-samples/
MIT License
915 stars 678 forks source link

FPGA: fix incorrectly placed event wait when using REAL_IO_PIPES in mvdr #2316

Closed yuguen-intel closed 3 months ago

yuguen-intel commented 3 months ago

This PR moved a dma wait event inside the appropriate if statement it is attached to, fixing a compile error when using REAL_IO_PIPES.

Addresses https://github.com/oneapi-src/oneAPI-samples/issues/2201