Skip to content

Commit

Permalink
Trying to appease Apple Clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed Jan 19, 2024
1 parent a8aa3bc commit 5df8936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_eval_ta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class rand_tensor_yield {

auto const outer_extent = make_extents(nested.outer);
auto const outer_tr = TA::TiledRange{outer_extent | transform([](auto&& e) {
return TA::TiledRange1{0, e};
return TA::TiledRange1(0, e);
}) |
ranges::to_vector};
auto const outer_r = TA::Range(outer_extent);
Expand Down

0 comments on commit 5df8936

Please sign in to comment.