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 9c602be commit bc0ccafCopy full SHA for bc0ccaf
offload/plugins-nextgen/level_zero/include/L0Device.h
@@ -616,7 +616,7 @@ class L0DeviceTy final : public GenericDeviceTy {
616
Expected<InfoTreeNode> obtainInfoImpl() override;
617
uint64_t getClockFrequency() const override { return getClockRate(); }
618
uint64_t getHardwareParallelism() const override { return getTotalThreads(); }
619
- Error getDeviceMemorySize(uint64_t &DSize) {
+ Error getDeviceMemorySize(uint64_t &DSize) override {
620
DSize = getGlobalMemorySize();
621
return Plugin::success();
622
}
0 commit comments