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 af1945f commit 3dba3c3Copy full SHA for 3dba3c3
offload/plugins-nextgen/level_zero/include/L0Device.h
@@ -309,9 +309,6 @@ class L0DeviceTy final : public GenericDeviceTy {
309
static L0DeviceTy &makeL0Device(GenericDeviceTy &Device) {
310
return static_cast<L0DeviceTy &>(Device);
311
}
312
- static L0DeviceTy &makeL0Device(ompt_device_t *Device) {
313
- return *static_cast<L0DeviceTy *>(Device);
314
- }
315
316
auto &getPlugin() { return (LevelZeroPluginTy &)Plugin; }
317
L0DeviceTLSTy &getTLS();
0 commit comments