Skip to content

Commit c6d92a5

Browse files
test/support/utils_invoke.h - simplify new_kernel_name implementation in tests
1 parent f17523d commit c6d92a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/utils_invoke.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ template <typename Op, ::std::size_t CallNumber>
3535
struct unique_kernel_name;
3636

3737
template <typename Policy, int idx>
38-
using new_kernel_name = unique_kernel_name<::std::decay_t<Policy>, idx>;
38+
using new_kernel_name = unique_kernel_name<typename std::decay_t<Policy>::kernel_name, idx>;
3939

4040
/**
4141
* make_policy functions test wrappers

0 commit comments

Comments
 (0)