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 7efb692 commit cee7110Copy full SHA for cee7110
sycl/source/detail/device_image_impl.hpp
@@ -47,7 +47,7 @@ class device_image_impl {
47
48
// Collect kernel names for the image
49
pi_device_binary DevBin =
50
- const_cast<pi_device_binary>(&BinImage->getRawData());
+ const_cast<pi_device_binary>(&MBinImage->getRawData());
51
for (_pi_offload_entry EntriesIt = DevBin->EntriesBegin;
52
EntriesIt != DevBin->EntriesEnd; ++EntriesIt) {
53
0 commit comments