Skip to content

Commit

Permalink
Fix missing symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen committed Jul 17, 2024
1 parent dcb1420 commit b173311
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/group_functions/group_functions_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,10 @@ using ExtendedTypes =
concatenation<FundamentalTypes,
std::tuple<bool, sycl::vec<unsigned int, 4>,
sycl::vec<long long int, 2>>>::type;
using ExtendedTypePack concatenation<
FundamentalTypes, unnamed_type_pack<bool, sycl::vec<unsigned int, 4>,
sycl::vec<long long int, 2>>>::type;
using ExtendedTypePack =
concatenation<FundamentalTypes,
unnamed_type_pack<bool, sycl::vec<unsigned int, 4>,
sycl::vec<long long int, 2>>>::type;
#else
using ExtendedTypes = concatenation<
FundamentalTypes,
Expand Down

0 comments on commit b173311

Please sign in to comment.