Skip to content

Commit

Permalink
Merge pull request #718 from aleksmesh/cover_gap_accessor_user_define…
Browse files Browse the repository at this point in the history
…d_data_type

Cover gap in accessor tests
  • Loading branch information
bader authored Jun 22, 2023
2 parents 041851c + 2399663 commit 4164be0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/accessor/accessor_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "../common/common.h"
#include "../common/once_per_unit.h"
#include "../common/section_name_builder.h"
#include "../common/type_list.h"
#include "../common/value_operations.h"

// FIXME: re-enable when marrray is implemented in hipsycl
Expand Down Expand Up @@ -213,6 +214,8 @@ void common_run_tests() {
for_all_types<action, actionArgsT...>(types);
for_type_vectors_marray_reduced<action, int, actionArgsT...>("int");
#endif
for_all_types<action, actionArgsT...>(
named_type_pack<user_struct>::generate("user_struct"));
}

/**
Expand Down

0 comments on commit 4164be0

Please sign in to comment.