From 972e6b8052da175c5db224f19c1480b6238447f6 Mon Sep 17 00:00:00 2001 From: HÃ¥vard Pettersen Date: Thu, 14 Jan 2021 15:28:22 +0000 Subject: forward index when joining a mixed tensor with a dense one --- eval/src/tests/instruction/generic_join/generic_join_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eval/src/tests/instruction/generic_join') diff --git a/eval/src/tests/instruction/generic_join/generic_join_test.cpp b/eval/src/tests/instruction/generic_join/generic_join_test.cpp index f4046b3d059..7083f4d7eb7 100644 --- a/eval/src/tests/instruction/generic_join/generic_join_test.cpp +++ b/eval/src/tests/instruction/generic_join/generic_join_test.cpp @@ -40,7 +40,9 @@ std::vector join_layouts = { {x({"a","b","c"}),y(5)}, {y(5),z({"i","j","k","l"})}, float_cells({x({"a","b","c"}),y(5)}), {y(5),z({"i","j","k","l"})}, {x({"a","b","c"}),y(5)}, float_cells({y(5),z({"i","j","k","l"})}), - float_cells({x({"a","b","c"}),y(5)}), float_cells({y(5),z({"i","j","k","l"})}) + float_cells({x({"a","b","c"}),y(5)}), float_cells({y(5),z({"i","j","k","l"})}), + {x({"a","b","c"}),y(5)}, float_cells({y(5)}), + {y(5)}, float_cells({x({"a","b","c"}),y(5)}) }; bool join_address(const TensorSpec::Address &a, const TensorSpec::Address &b, TensorSpec::Address &addr) { -- cgit v1.2.3