We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58affd commit 3053147Copy full SHA for 3053147
sycl/test-e2e/syclcompat/launch/launch.cpp
@@ -119,7 +119,7 @@ void test_ptr_arg_launch() {
119
std::cout << __PRETTY_FUNCTION__ << std::endl;
120
LaunchTest lt;
121
122
- int *int_ptr;
+ int *int_ptr = nullptr;
123
124
syclcompat::launch<int_ptr_kernel>(lt.range_1_, int_ptr);
125
syclcompat::launch<int_ptr_kernel>(lt.range_2_, int_ptr);
0 commit comments