Skip to content

Commit c5cc2f3

Browse files
committed
Comments for literal arguments
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 921a7c8 commit c5cc2f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/source/detail/jit_compiler.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,8 @@ sycl_device_binaries jit_compiler::createDeviceBinaryImage(
11261126
// Create an offload entry for each kernel.
11271127
// It seems to be OK to set zero for most of the information here, at least
11281128
// that is the case for compiled SPIR-V binaries.
1129-
OffloadEntryContainer Entry{Symbol.c_str(), nullptr, 0, 0, 0};
1129+
OffloadEntryContainer Entry{Symbol.c_str(), /*Addr=*/nullptr, /*Size=*/0,
1130+
/*Flags=*/0, /*Reserved=*/0};
11301131
Binary.addOffloadEntry(std::move(Entry));
11311132
}
11321133

0 commit comments

Comments
 (0)