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 bd364c5 commit 0f59337Copy full SHA for 0f59337
offload/plugins-nextgen/level_zero/include/L0Device.h
@@ -614,7 +614,7 @@ class L0DeviceTy final : public GenericDeviceTy {
614
}
615
616
Expected<InfoTreeNode> obtainInfoImpl() override;
617
- uint64_t getClockFrequency() const override { return DeviceProperties.coreClockRate; }
+ uint64_t getClockFrequency() const override { return getClockRate(); }
618
uint64_t getHardwareParallelism() const override { return getTotalThreads(); }
619
Error getDeviceMemorySize(uint64_t &DSize) {
620
DSize = getGlobalMemorySize();
0 commit comments