intel / xpumanager

MIT License
95 stars 20 forks source link

Can not get memory read/write bandwidth on ARC A770 #83

Open wejgan opened 3 months ago

wejgan commented 3 months ago

In previous versions, such as 1.2.27, it can get memory read/write bandwidth through the GPUDeviceStub::toGetMemoryReadWrite member function. image

But in the latest release version, such as 1.2.36, it can not get memory read/write bandwidth on ARC A770. This is because the maxBandwidth value obtained from the driver is 0. image

So it better to decouple Read/Write bandwidth from total bandwidth utilization. Thanks.