Skip to content

Commit

Permalink
Collateral fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed May 19, 2024
1 parent 9a51f7f commit 59f8c24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/internals/optimize_pattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ TTS_CASE("Check broadcast patterns get optimized")
{
using eve::detail::find_optimized_shuffle_pattern;
using eve::detail::bound;
using eve::callable_broadcast_;

// Test all broadcast of size 1->64 with every index from 1->64
[&]<std::ptrdiff_t... R>(std::integer_sequence<std::ptrdiff_t,R...>)
Expand All @@ -133,7 +132,7 @@ TTS_CASE("Check broadcast patterns get optimized")
{
auto val = [](auto,auto i) { return i; };
TTS_EXPR_IS ( (find_optimized_shuffle_pattern< sizeof...(Q), val(Q,i)... >())
, (bound< callable_broadcast_
, (bound< eve::tag_t<eve::broadcast>
, eve::index_t<i>
, eve::fixed<sizeof...(Q)>
>
Expand Down

0 comments on commit 59f8c24

Please sign in to comment.