diff --git a/projects/aqlprofile/src/core/gfx9_factory.h b/projects/aqlprofile/src/core/gfx9_factory.h index 03f995abaa..08812416b9 100644 --- a/projects/aqlprofile/src/core/gfx9_factory.h +++ b/projects/aqlprofile/src/core/gfx9_factory.h @@ -51,8 +51,12 @@ class Gfx9Factory : public Pm4Factory { class Mi100Factory : public Gfx9Factory { public: explicit Mi100Factory(const AgentInfo* agent_info); + + virtual int GetAccumLowID() const override { return 1; } + + virtual int GetAccumHiID() const override { return 158; } - virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } + virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } protected: static const GpuBlockInfo* block_table_[AQLPROFILE_BLOCKS_NUMBER];