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 8ceefe5 commit 732f724Copy full SHA for 732f724
sycl/unittests/helpers/PiMock.hpp
@@ -355,7 +355,7 @@ class PiMock {
355
auto RTPlugin =
356
std::make_shared<sycl::detail::pi::PiPlugin>(sycl::detail::pi::PiPlugin{
357
"pi.ver.mock", "plugin.ver.mock", /*Targets=*/nullptr,
358
- getProxyMockedFunctionPointers()});
+ getProxyMockedFunctionPointers(), _PI_SANITIZE_TYPE_NONE});
359
360
MMockPluginPtr = std::make_shared<detail::plugin>(RTPlugin, Backend,
361
/*Library=*/nullptr);
0 commit comments