We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5a191 commit ccd1639Copy full SHA for ccd1639
sycl/unittests/helpers/PiMock.hpp
@@ -204,7 +204,7 @@ class PiMock {
204
// Copy the PiPlugin, thus untying our to-be mock platform from other
205
// platforms within the context. Reset our platform to use the new plugin.
206
NewPluginPtr = std::make_shared<detail::plugin>(
207
- OriginalPiPlugin.getPiPluginPtr(), OriginalPiPlugin.getBackend(),
+ OriginalPiPlugin.getPiPluginPtr(), Backend,
208
OriginalPiPlugin.getLibraryHandle());
209
// Save a copy of the platform resource
210
OrigFuncTable = OriginalPiPlugin.getPiPlugin().PiFunctionTable;
0 commit comments