Skip to content

Commit

Permalink
Remove comment in zip_iterator_sort.pass regarding FPGAs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Michel <matthew.michel@intel.com>
  • Loading branch information
mmichel11 committed Oct 14, 2024
1 parent 33376ed commit be70331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel_api/iterator/zip_iterator_sort.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ void
test_usm_and_buffer()
{
using ValueType = std::int32_t;
// sorting with zip iterator does not meet limits of RAM usage on FPGA.
// TODO: try to investigate and reduce RAM consumption
PRINT_DEBUG("test_stable_sort");
test2buffers<alloc_type, test_stable_sort<ValueType>>();
}
Expand Down

0 comments on commit be70331

Please sign in to comment.