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 e91f643 commit 1e7f5e6Copy full SHA for 1e7f5e6
sycl/source/detail/device_image_impl.hpp
@@ -211,9 +211,6 @@ struct KernelCompilerBinaryInfo {
211
Result->MIncludePairs.push_back(IncludePair);
212
}
213
214
- Result->MIncludePairs.insert(Result->MIncludePairs.end(),
215
- RTCInfo->MIncludePairs.begin(),
216
- RTCInfo->MIncludePairs.end());
217
218
Result->MDeviceGlobalRegistries.insert(
219
Result->MDeviceGlobalRegistries.end(),
0 commit comments