Forum Discussion
amaltaha
Occasional Contributor
4 years agoSorting a vector on FPGA device using dpc++
Hello, I want to sort a vector using DPC++, but on an FPGA device in parallel. The merge sort example on reference designs for DPC++ FPGA is very complex and I can't seem to understand it. I woul...
aikeu
Regular Contributor
4 years agohi amaltaha,
Can refer to the below:
The sorting method should be found in the following files merge_sort/src/sorting_networks.hpp, method ‘BitonicSortNetwork’. (line 71-90)
For additional information related to oneAPI developer guide:
https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-library-guide/top.html
Thanks.
Regards,
Aik Eu