File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
sycl/include/CL/sycl/INTEL/esimd/detail/emu Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,12 @@ ESIMDDeviceInterface *getESIMDDeviceInterface() {
85
85
// versions of PluginOpaqueData is not backward compatible, unlike
86
86
// layout of the ESIMDDeviceInterface.
87
87
88
- std::cerr
89
- << __FUNCTION__ << std::endl
90
- << " Opaque data returned by ESIMD Emu plugin is incompatible with"
91
- << " the one used in current implementation." << std::endl
92
- << " Returned version : " << OpaqueData->version << std::endl
93
- << " Required version : " << ESIMD_EMU_PLUGIN_OPAQUE_DATA_VERSION
94
- << std::endl;
88
+ std::cerr << __FUNCTION__ << std::endl
89
+ << " Opaque data returned by ESIMD Emu plugin is incompatible with"
90
+ << " the one used in current implementation." << std::endl
91
+ << " Returned version : " << OpaqueData->version << std::endl
92
+ << " Required version : " << ESIMD_EMU_PLUGIN_OPAQUE_DATA_VERSION
93
+ << std::endl;
95
94
throw cl::sycl::feature_not_supported ();
96
95
}
97
96
// Opaque data version is OK, can cast the 'data' field.
You can’t perform that action at this time.
0 commit comments