Skip to content

Commit 936016a

Browse files
[SYCL] Fix self-build compilation after PR intel#9873 (intel#10018)
1 parent 8c4e3cd commit 936016a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ urKernelSetArgMemObj(ur_kernel_handle_t hKernel, uint32_t argIndex,
302302

303303
UR_ASSERT(hKernel, UR_RESULT_ERROR_INVALID_NULL_HANDLE);
304304

305+
std::ignore = Properties;
306+
305307
// Below sets kernel arg when zero-sized buffers are handled.
306308
// In such case the corresponding memory is null.
307309
if (hArgValue == nullptr) {

0 commit comments

Comments
 (0)