Skip to content

Commit 90bb9ad

Browse files
authored
[SYCL][E2E] Fix kernel argument doesn't match handler::set_args. (#19108)
1 parent 022b58a commit 90bb9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/FreeFunctionKernels/template_specialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ int main() {
163163
test_func_custom_type<A::B::C::TestClass>();
164164
test_func<F<float>, float>();
165165
test_func<F<uint32_t>, uint32_t>();
166-
test_func<variadic_templated<double>, int>();
166+
test_func<variadic_templated<double>, double>();
167167
test_func<sum1<3, float>, float>();
168168
test_accessor();
169169
test_shared();

0 commit comments

Comments
 (0)