Skip to content

Commit

Permalink
Merge pull request #135 from tcbrindle/pr/fix_multidim_benchmark
Browse files Browse the repository at this point in the history
Fix multidim benchmark CI failure
  • Loading branch information
tcbrindle authored Nov 27, 2023
2 parents bc97bee + 5a512b7 commit 2754de5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmark/multidimensional_memset_benchmark_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
#include <flux/op/for_each.hpp>
#include <flux/op/filter.hpp>

#if __cpp_lib_ranges_cartesian_product >= 202207L
#include <ranges>
#else
#include "ranges_cartesian_product.hpp"
#endif

#include <ranges>
#include <algorithm>
Expand Down

0 comments on commit 2754de5

Please sign in to comment.