We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec481b commit 51c5343Copy full SHA for 51c5343
src/core/gfx9_factory.h
@@ -51,8 +51,12 @@ class Gfx9Factory : public Pm4Factory {
51
class Mi100Factory : public Gfx9Factory {
52
public:
53
explicit Mi100Factory(const AgentInfo* agent_info);
54
+
55
+ virtual int GetAccumLowID() const override { return 1; }
56
57
+ virtual int GetAccumHiID() const override { return 158; }
58
- virtual uint32_t GetSpmSampleDelayMax() { return 0x34; }
59
+ virtual uint32_t GetSpmSampleDelayMax() { return 0x34; }
60
61
protected:
62
static const GpuBlockInfo* block_table_[AQLPROFILE_BLOCKS_NUMBER];
0 commit comments