BEGIN 1777951714.107689 EXEC /__w/rockrel/rockrel/build/profiler/aqlprofile/build /usr/local/therock-tools/bin/cmake -E env --unset=ROCM_PATH --unset=ROCM_DIR --unset=HIP_PATH --unset=HIP_DIR -- /usr/local/therock-tools/bin/cmake --build /__w/rockrel/rockrel/build/profiler/aqlprofile/build 0.4 [1/118] Building C object src/core/tests/CMakeFiles/aql-profile-v2-c-compatibility-test.dir/aql_profile_v2_c_test.c.o 1.3 [2/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/vega20_reg_init.cpp.o 1.4 [3/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/spm_decode.cpp.o 1.6 [4/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/vega20_reg_init.cpp.o 1.6 [5/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/ip_offset_table_init.cpp.o 1.6 [6/118] Building CXX object test/integration/CMakeFiles/intercept.dir/intercept.cpp.o 1.6 [7/118] cd /__w/rockrel/rockrel/build/profiler/aqlprofile/build && /usr/local/therock-tools/bin/cmake -E rm -f /__w/rockrel/rockrel/build/profiler/aqlprofile/stamp/stage.stamp 1.7 [8/118] Building CXX object test/CMakeFiles/ctrl.dir/pgen/test_pmgr.cpp.o 1.8 [9/118] Linking C executable src/core/tests/aql-profile-v2-c-compatibility-test 1.8 [10/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/memorymanager.cpp.o 1.8 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.cpp:23: 1.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 1.8 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 1.8 | ^ 1.8 1 warning generated. 1.8 [11/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/spm_data.cpp.o 1.8 [12/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/populate_aql.cpp.o 1.9 [13/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/navi_reg_init.cpp.o 1.9 [14/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/populate_aql.cpp.o 2.0 [15/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/ip_offset_table_init.cpp.o 2.1 [16/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx115x_factory.cpp.o 2.1 [17/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/memorymanager.cpp.o 2.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.cpp:23: 2.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 2.1 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 2.1 | ^ 2.1 1 warning generated. 2.2 [18/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/util/hsa_rsrc_factory.cpp.o 2.3 [19/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx940_factory.cpp.o 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:23: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 2.3 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 2.3 | ^ 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 2.3 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 2.3 | ^ 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 2.3 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 2.3 | ^ 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 2.3 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.3 | ^ 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 2.3 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.3 | ^ 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 2.3 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 2.3 | ^ 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 2.3 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 2.3 | ^ 2.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 2.3 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:89:20: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 89 | virtual uint32_t GetSpmSampleDelayMax() { return 0x27; }; 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: note: overridden virtual function is here 2.3 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:209:20: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.3 209 | virtual uint32_t GetSpmSampleDelayMax() { return 0x33; }; 2.3 | ^ 2.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:89:20: note: overridden virtual function is here 2.3 89 | virtual uint32_t GetSpmSampleDelayMax() { return 0x27; }; 2.3 | ^ 2.3 10 warnings generated. 2.3 [20/118] Building CXX object test/CMakeFiles/ctrl.dir/util/hsa_rsrc_factory.cpp.o 2.3 [21/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/pm4_factory.cpp.o 2.4 [22/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx940_factory.cpp.o 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:23: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 2.4 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 2.4 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 2.4 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 2.4 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 2.4 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 2.4 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 2.4 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 2.4 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:89:20: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 89 | virtual uint32_t GetSpmSampleDelayMax() { return 0x27; }; 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: note: overridden virtual function is here 2.4 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:209:20: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 209 | virtual uint32_t GetSpmSampleDelayMax() { return 0x33; }; 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx940_factory.cpp:89:20: note: overridden virtual function is here 2.4 89 | virtual uint32_t GetSpmSampleDelayMax() { return 0x27; }; 2.4 | ^ 2.4 10 warnings generated. 2.4 [23/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx908_factory.cpp.o 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:23: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 2.4 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 2.4 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 2.4 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 2.4 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 2.4 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 2.4 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 2.4 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 2.4 | ^ 2.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.4 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 2.4 | ^ 2.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 2.4 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 2.4 | ^ 2.4 8 warnings generated. 2.5 [24/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/navi_reg_init.cpp.o 2.7 [25/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx90a_factory.cpp.o 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:23: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 2.7 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 2.7 | ^ 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 2.7 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 2.7 | ^ 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 2.7 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 2.7 | ^ 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 2.7 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.7 | ^ 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 2.7 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.7 | ^ 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 2.7 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 2.7 | ^ 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 2.7 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 2.7 | ^ 2.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 2.7 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:38:20: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.7 38 | virtual uint32_t GetSpmSampleDelayMax() { return 0x3e; }; 2.7 | ^ 2.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 2.7 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 2.7 | ^ 2.7 9 warnings generated. 2.8 [26/118] Building CXX object test/CMakeFiles/ctrl.dir/simple_convolution/simple_convolution.cpp.o 2.8 [27/118] Building CXX object src/core/tests/CMakeFiles/gfx9-memory-manager-test.dir/__/memorymanager.cpp.o 2.8 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.cpp:23: 2.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 2.8 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 2.8 | ^ 2.8 1 warning generated. 2.8 [28/118] Building CXX object test/CMakeFiles/ctrl.dir/ctrl/test_hsa.cpp.o 2.9 [29/118] Building CXX object src/util/tests/CMakeFiles/utility_tests.dir/__/hsa_rsrc_factory.cpp.o 2.9 [30/118] Building CXX object src/pm4/tests/CMakeFiles/gfx9-command-builder-test.dir/gfx9_cmd_builder_tests.cpp.o 2.9 [31/118] Building CXX object src/pm4/tests/CMakeFiles/sqtt-builder-test.dir/sqtt_builder_tests.cpp.o 2.9 [32/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx90a_factory.cpp.o 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:23: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 2.9 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 2.9 | ^ 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 2.9 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 2.9 | ^ 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 2.9 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 2.9 | ^ 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 2.9 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.9 | ^ 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 2.9 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 2.9 | ^ 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 2.9 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 2.9 | ^ 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 2.9 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 2.9 | ^ 2.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:25: 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 2.9 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx90a_factory.cpp:38:20: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2.9 38 | virtual uint32_t GetSpmSampleDelayMax() { return 0x3e; }; 2.9 | ^ 2.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 2.9 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 2.9 | ^ 2.9 9 warnings generated. 3.0 [33/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/parse_ip_discovery.cpp.o 3.1 [34/118] Building CXX object src/core/tests/CMakeFiles/pm4-factory-test.dir/pm4_factory_tests.cpp.o 3.1 [35/118] Linking CXX executable src/pm4/tests/gfx9-command-builder-test 3.1 [36/118] Linking CXX executable src/pm4/tests/sqtt-builder-test 3.1 [37/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx908_factory.cpp.o 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:23: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 3.1 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 3.1 | ^ 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 3.1 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 3.1 | ^ 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 3.1 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 3.1 | ^ 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 3.1 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 3.1 | ^ 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 3.1 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 3.1 | ^ 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 3.1 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 3.1 | ^ 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 3.1 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 3.1 | ^ 3.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx908_factory.cpp:25: 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.1 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 3.1 | ^ 3.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 3.1 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 3.1 | ^ 3.1 8 warnings generated. 3.2 [38/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx115x_factory.cpp.o 3.2 [39/118] Building CXX object test/CMakeFiles/ctrl.dir/util/perf_timer.cpp.o 3.2 [40/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/pm4_factory.cpp.o 3.2 [41/118] Building CXX object test/integration/CMakeFiles/testv2.dir/counter.cpp.o 3.3 [42/118] Building CXX object src/core/tests/CMakeFiles/command-buffer-test.dir/command_buffer_tests.cpp.o 3.3 [43/118] Building CXX object src/core/tests/CMakeFiles/pm4-factory-test.dir/__/pm4_factory.cpp.o 3.4 [44/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/spm_data.cpp.o 3.4 [45/118] Building CXX object test/integration/CMakeFiles/testv2.dir/agent.cpp.o 3.4 [46/118] Linking CXX executable src/core/tests/command-buffer-test 3.4 [47/118] Building CXX object src/pm4/tests/CMakeFiles/trace-config-test.dir/trace_config_test.cpp.o 3.6 [48/118] Linking CXX executable src/pm4/tests/trace-config-test 3.8 [49/118] Building CXX object src/pm4/tests/CMakeFiles/pmc-builder-test.dir/pmc_builder_tests.cpp.o 3.8 [50/118] Building CXX object src/pm4/tests/CMakeFiles/command-builder-test.dir/cmd_builder_tests.cpp.o 3.9 [51/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/counters.cpp.o 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/counters.cpp:44: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 3.9 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 3.9 | ^ 3.9 1 warning generated. 3.9 [52/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx10_factory.cpp.o 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:271:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 271 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 3.9 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:332:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 332 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 3.9 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:341:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 341 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 3.9 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:343:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 343 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 3.9 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:23: 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 262 | void Enable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:63:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 3.9 63 | new pm4_builder::GpuPmcBuilder( 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 3.9 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 268 | void Disable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 3.9 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 3.9 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 262 | void Enable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:67:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 3.9 67 | new pm4_builder::GpuPmcBuilder( 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 3.9 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 268 | void Disable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 3.9 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 3.9 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 10 warnings generated. 3.9 [53/118] Building CXX object src/util/tests/CMakeFiles/utility_tests.dir/util_tests.cpp.o 3.9 [54/118] Linking CXX executable src/pm4/tests/pmc-builder-test 3.9 [55/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx9_factory.cpp.o 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:23: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 3.9 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 3.9 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 3.9 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 3.9 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 3.9 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 3.9 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 3.9 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 3.9 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 3.9 | ^ 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:23: 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:25: 3.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 262 | void Enable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:39:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 3.9 39 | new pm4_builder::GpuPmcBuilder( 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 3.9 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 268 | void Disable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 3.9 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 3.9 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 262 | void Enable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:43:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 3.9 43 | new pm4_builder::GpuPmcBuilder( 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 3.9 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 268 | void Disable(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 3.9 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 3.9 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 3.9 | ^ 3.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 3.9 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 3.9 | ^ 3.9 14 warnings generated. 4.0 [56/118] Linking CXX executable src/pm4/tests/command-builder-test 4.0 [57/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx10_factory.cpp.o 4.0 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:271:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 271 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 4.0 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 4.0 | ^ 4.0 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:332:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 332 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 4.0 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 4.0 | ^ 4.0 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:341:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 341 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 4.0 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 4.0 | ^ 4.0 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:25: 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx10_cmd_builder.h:343:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 343 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 4.0 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 4.0 | ^ 4.0 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:23: 4.0 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 262 | void Enable(CmdBuffer* cmd_buffer) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:63:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.0 63 | new pm4_builder::GpuPmcBuilder( 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.0 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 268 | void Disable(CmdBuffer* cmd_buffer) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.0 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.0 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 262 | void Enable(CmdBuffer* cmd_buffer) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx10_factory.cpp:67:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.0 67 | new pm4_builder::GpuPmcBuilder( 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.0 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 268 | void Disable(CmdBuffer* cmd_buffer) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.0 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.0 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.0 | ^ 4.0 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.0 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.0 | ^ 4.0 10 warnings generated. 4.1 [58/118] Linking CXX executable src/util/tests/utility_tests 4.1 [59/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx1250_factory.cpp.o 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:275:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 275 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 4.1 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 4.1 | ^ 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:297:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 297 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 4.1 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 4.1 | ^ 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:418:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 418 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 4.1 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 4.1 | ^ 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:502:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 502 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 4.1 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 4.1 | ^ 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:511:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 511 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 4.1 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 4.1 | ^ 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:24: 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 262 | void Enable(CmdBuffer* cmd_buffer) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:66:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.1 66 | new pm4_builder::GpuPmcBuilder( 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.1 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 268 | void Disable(CmdBuffer* cmd_buffer) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.1 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.1 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 262 | void Enable(CmdBuffer* cmd_buffer) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:70:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.1 70 | new pm4_builder::GpuPmcBuilder( 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.1 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 268 | void Disable(CmdBuffer* cmd_buffer) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.1 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.1 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.1 | ^ 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.1 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.1 | ^ 4.1 11 warnings generated. 4.1 [60/118] Building CXX object src/core/tests/CMakeFiles/gfx9-memory-manager-test.dir/memorymanager_tests.cpp.o 4.1 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/tests/memorymanager_tests.cpp:23: 4.1 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 4.1 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 4.1 | ^ 4.1 1 warning generated. 4.2 [61/118] Building CXX object test/integration/CMakeFiles/testv2.dir/workload.cpp.o 4.2 [62/118] Building CXX object src/pm4/tests/CMakeFiles/spm-builder-test.dir/spm_builder_test.cpp.o 4.2 [63/118] Building CXX object src/core/tests/CMakeFiles/counters-test.dir/counter_tests.cpp.o 4.2 [64/118] Linking CXX executable src/core/tests/gfx9-memory-manager-test 4.3 [65/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx11_factory.cpp.o 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:69:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 69 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 4.3 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 4.3 | ^ 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:203:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 203 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 4.3 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 4.3 | ^ 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:306:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 306 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 4.3 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 4.3 | ^ 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:315:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 315 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 4.3 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 4.3 | ^ 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:317:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 317 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 4.3 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 4.3 | ^ 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:23: 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.h:25: 4.3 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 262 | void Enable(CmdBuffer* cmd_buffer) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:39:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.3 39 | new pm4_builder::GpuPmcBuilder( 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.3 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 268 | void Disable(CmdBuffer* cmd_buffer) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.3 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.3 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 262 | void Enable(CmdBuffer* cmd_buffer) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:43:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.3 43 | new pm4_builder::GpuPmcBuilder( 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.3 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 268 | void Disable(CmdBuffer* cmd_buffer) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.3 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.3 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.3 | ^ 4.3 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.3 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.3 | ^ 4.3 11 warnings generated. 4.3 [66/118] Linking CXX executable src/pm4/tests/spm-builder-test 4.4 [67/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx9_factory.cpp.o 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:23: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:63:19: warning: 'GetSpmSampleDelayMax' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 63 | virtual uint32_t GetSpmSampleDelayMax() { return 0x34; } 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:160:20: note: overridden virtual function is here 4.4 160 | virtual uint32_t GetSpmSampleDelayMax() { return 0; } 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:118:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 118 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 4.4 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:120:8: warning: 'BuildWaitRegMemCommand' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 120 | void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, bool func_eq, 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:168:16: note: overridden virtual function is here 4.4 168 | virtual void BuildWaitRegMemCommand(CmdBuffer* cmdbuf, bool mem_space, uint64_t wait_addr, 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:166:8: warning: 'BuildWriteShRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 166 | void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:181:16: note: overridden virtual function is here 4.4 181 | virtual void BuildWriteShRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:217:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 217 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 4.4 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:327:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 327 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 4.4 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:336:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 336 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 4.4 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:25: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx9_cmd_builder.h:338:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 338 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 4.4 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 4.4 | ^ 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:23: 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.h:25: 4.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 262 | void Enable(CmdBuffer* cmd_buffer) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:39:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.4 39 | new pm4_builder::GpuPmcBuilder( 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.4 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 268 | void Disable(CmdBuffer* cmd_buffer) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.4 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.4 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 262 | void Enable(CmdBuffer* cmd_buffer) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx9_factory.cpp:43:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.4 43 | new pm4_builder::GpuPmcBuilder( 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.4 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 268 | void Disable(CmdBuffer* cmd_buffer) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.4 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.4 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.4 | ^ 4.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.4 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.4 | ^ 4.4 14 warnings generated. 4.5 [68/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/parse_ip_discovery.cpp.o 4.5 [69/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/spm_v2.cpp.o 4.5 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/spm_v2.cpp:4: 4.5 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 4.5 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 4.5 | ^ 4.5 1 warning generated. 4.5 [70/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/counters.cpp.o 4.5 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/counters.cpp:44: 4.5 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 4.5 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 4.5 | ^ 4.5 1 warning generated. 4.5 [71/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/aql_profile.cpp.o 4.7 [72/118] Building CXX object test/CMakeFiles/ctrl.dir/app/test.cpp.o 4.8 [73/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/threadtrace.cpp.o 4.8 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/threadtrace.cpp:39: 4.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/memorymanager.hpp:295:23: warning: base class 'MemoryManager' is uninitialized when used here to access 'MemoryManager::agent' [-Wuninitialized] 4.8 295 | : MemoryManager(agent, alloc, dealloc, data) { this->agent_handle = aql_agent; } 4.8 | ^ 4.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/threadtrace.cpp:210:14: warning: comparison of different enumeration types in switch statement ('hsa_ven_amd_aqlprofile_parameter_name_t' and 'aqlprofile_att_parameter_name_ext_t') [-Wenum-compare-switch] 4.8 185 | case AQLPROFILE_ATT_PARAMETER_NAME_NUM_BUFFERS: 4.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/threadtrace.cpp:207:14: warning: comparison of different enumeration types in switch statement ('hsa_ven_amd_aqlprofile_parameter_name_t' and 'aqlprofile_att_parameter_name_ext_t') [-Wenum-compare-switch] 4.8 185 | case AQLPROFILE_ATT_PARAMETER_NAME_RT_TIMESTAMP: 4.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/threadtrace.cpp:204:14: warning: comparison of different enumeration types in switch statement ('hsa_ven_amd_aqlprofile_parameter_name_t' and 'aqlprofile_att_parameter_name_ext_t') [-Wenum-compare-switch] 4.8 185 | case AQLPROFILE_ATT_PARAMETER_NAME_BUFFER_SIZE_HIGH: 4.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/threadtrace.cpp:204:14: warning: case value not in enumerated type 'hsa_ven_amd_aqlprofile_parameter_name_t' [-Wswitch] 4.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/threadtrace.cpp:207:14: warning: case value not in enumerated type 'hsa_ven_amd_aqlprofile_parameter_name_t' [-Wswitch] 4.8 207 | case AQLPROFILE_ATT_PARAMETER_NAME_RT_TIMESTAMP: 4.8 | ^ 4.8 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/threadtrace.cpp:210:14: warning: case value not in enumerated type 'hsa_ven_amd_aqlprofile_parameter_name_t' [-Wswitch] 4.8 210 | case AQLPROFILE_ATT_PARAMETER_NAME_NUM_BUFFERS: 4.8 | ^ 4.8 7 warnings generated. 4.8 [74/118] Linking CXX executable test/ctrl 4.9 [75/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx1250_factory.cpp.o 4.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:275:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 275 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 4.9 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 4.9 | ^ 4.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:297:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 297 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 4.9 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 4.9 | ^ 4.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:418:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 418 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 4.9 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 4.9 | ^ 4.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:502:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 502 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 4.9 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 4.9 | ^ 4.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:26: 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:511:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 511 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 4.9 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 4.9 | ^ 4.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:24: 4.9 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 262 | void Enable(CmdBuffer* cmd_buffer) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:66:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.9 66 | new pm4_builder::GpuPmcBuilder( 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.9 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 268 | void Disable(CmdBuffer* cmd_buffer) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.9 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.9 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 262 | void Enable(CmdBuffer* cmd_buffer) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx1250_factory.cpp:70:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 4.9 70 | new pm4_builder::GpuPmcBuilder( 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 4.9 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 268 | void Disable(CmdBuffer* cmd_buffer) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 4.9 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 4.9 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 4.9 | ^ 4.9 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 4.9 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 4.9 | ^ 4.9 11 warnings generated. 5.2 [76/118] Building CXX object src/core/tests/CMakeFiles/logger-test.dir/logger_tests.cpp.o 5.3 [77/118] Linking CXX executable src/core/tests/logger-test 5.4 [78/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx11_factory.cpp.o 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:69:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 69 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 5.4 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 5.4 | ^ 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:203:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 203 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 5.4 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 5.4 | ^ 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:306:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 306 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 5.4 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 5.4 | ^ 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:315:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 315 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) {} 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 5.4 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 5.4 | ^ 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:25: 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx11_cmd_builder.h:317:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 317 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 5.4 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 5.4 | ^ 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:23: 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.h:25: 5.4 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 262 | void Enable(CmdBuffer* cmd_buffer) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:39:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 5.4 39 | new pm4_builder::GpuPmcBuilder( 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 5.4 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 268 | void Disable(CmdBuffer* cmd_buffer) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 5.4 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 5.4 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 262 | void Enable(CmdBuffer* cmd_buffer) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx11_factory.cpp:43:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 5.4 43 | new pm4_builder::GpuPmcBuilder( 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 5.4 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 268 | void Disable(CmdBuffer* cmd_buffer) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 5.4 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.4 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 5.4 | ^ 5.4 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 5.4 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 5.4 | ^ 5.4 11 warnings generated. 5.6 [79/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/__/gfx12_factory.cpp.o 5.6 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:275:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 275 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 5.6 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 5.6 | ^ 5.6 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:297:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 297 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 5.6 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 5.6 | ^ 5.6 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:418:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 418 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 5.6 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 5.6 | ^ 5.6 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:502:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 502 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 5.6 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 5.6 | ^ 5.6 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:511:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 511 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 5.6 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 5.6 | ^ 5.6 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:23: 5.6 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 262 | void Enable(CmdBuffer* cmd_buffer) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:62:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 5.6 62 | new pm4_builder::GpuPmcBuilder( 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 5.6 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 268 | void Disable(CmdBuffer* cmd_buffer) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 5.6 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 5.6 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 262 | void Enable(CmdBuffer* cmd_buffer) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:66:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 5.6 66 | new pm4_builder::GpuPmcBuilder( 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 5.6 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 268 | void Disable(CmdBuffer* cmd_buffer) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 5.6 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.6 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 5.6 | ^ 5.6 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 5.6 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 5.6 | ^ 5.6 11 warnings generated. 5.7 [80/118] Building CXX object CMakeFiles/hsa-amd-aqlprofile64.dir/src/core/gfx12_factory.cpp.o 5.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:275:8: warning: 'BuildThreadTraceEventFinish' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 275 | void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:225:16: note: overridden virtual function is here 5.7 225 | virtual void BuildThreadTraceEventFinish(CmdBuffer* cmdBuf) = 0; 5.7 | ^ 5.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:297:8: warning: 'BuildWriteWaitIdlePacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 297 | void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) { BuildBarrierCommand(cmdbuf); } 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:159:16: note: overridden virtual function is here 5.7 159 | virtual void BuildWriteWaitIdlePacket(CmdBuffer* cmdbuf) = 0; 5.7 | ^ 5.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:418:8: warning: 'BuildWriteConfigRegPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 418 | void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:252:16: note: overridden virtual function is here 5.7 252 | virtual void BuildWriteConfigRegPacket(CmdBuffer* cmdbuf, uint32_t addr, uint32_t value) = 0; 5.7 | ^ 5.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:502:8: warning: 'BuildNopPacket' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 502 | void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:221:16: note: overridden virtual function is here 5.7 221 | virtual void BuildNopPacket(CmdBuffer* cmdbuf, uint32_t num_dwords) = 0; 5.7 | ^ 5.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:25: 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/gfx12_cmd_builder.h:511:8: warning: 'BuildIndirectBufferCmd' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 511 | void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, std::size_t cmd_size) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/cmd_builder.h:207:16: note: overridden virtual function is here 5.7 207 | virtual void BuildIndirectBufferCmd(CmdBuffer* cmdbuf, const void* cmd_addr, 5.7 | ^ 5.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:23: 5.7 In file included from /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/pm4_factory.h:42: 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 262 | void Enable(CmdBuffer* cmd_buffer) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:62:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 5.7 62 | new pm4_builder::GpuPmcBuilder( 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 5.7 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 268 | void Disable(CmdBuffer* cmd_buffer) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 5.7 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 5.7 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:262:8: warning: 'Enable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 262 | void Enable(CmdBuffer* cmd_buffer) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/core/gfx12_factory.cpp:66:13: note: in instantiation of template class 'pm4_builder::GpuPmcBuilder' requested here 5.7 66 | new pm4_builder::GpuPmcBuilder( 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:105:16: note: overridden virtual function is here 5.7 105 | virtual void Enable(CmdBuffer* cmd_buffer) = 0; 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:268:8: warning: 'Disable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 268 | void Disable(CmdBuffer* cmd_buffer) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:107:16: note: overridden virtual function is here 5.7 107 | virtual void Disable(CmdBuffer* cmd_buffer) = 0; 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:274:8: warning: 'WaitIdle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 5.7 274 | void WaitIdle(CmdBuffer* cmd_buffer) { 5.7 | ^ 5.7 /__w/rockrel/rockrel/rocm-systems/projects/aqlprofile/src/pm4/pmc_builder.h:109:16: note: overridden virtual function is here 5.7 109 | virtual void WaitIdle(CmdBuffer* cmd_buffer) = 0; 5.7 | ^ 5.7 11 warnings generated. 5.8 [81/118] Linking CXX shared library libhsa-amd-aqlprofile64.so.1.0.0 5.9 [82/118] Creating library symlink libhsa-amd-aqlprofile64.so.1 libhsa-amd-aqlprofile64.so 6.4 [83/118] Linking CXX executable src/core/tests/counters-test 6.4 [84/118] Linking CXX executable src/core/tests/pm4-factory-test 6.4 [85/118] Building gfx1010_simple_convolution.hsaco... 6.4 [86/118] Building gfx1011_simple_convolution.hsaco... 6.4 [87/118] Building gfx1030_simple_convolution.hsaco... 6.4 [88/118] Building gfx1032_simple_convolution.hsaco... 6.4 [89/118] Building gfx1033_simple_convolution.hsaco... 6.4 [90/118] Building gfx1036_simple_convolution.hsaco... 6.4 [91/118] Building gfx1012_simple_convolution.hsaco... 6.4 [92/118] Building gfx1031_simple_convolution.hsaco... 6.4 [93/118] Building gfx1035_simple_convolution.hsaco... 6.4 [94/118] Building gfx1034_simple_convolution.hsaco... 6.4 [95/118] Building gfx1102_simple_convolution.hsaco... 6.4 [96/118] Building gfx1101_simple_convolution.hsaco... 6.4 [97/118] Building gfx1100_simple_convolution.hsaco... 6.5 [98/118] Building gfx900_simple_convolution.hsaco... 6.5 [99/118] Linking CXX shared library test/integration/libintercept.so 6.6 [100/118] Building gfx1153_simple_convolution.hsaco... 6.6 [101/118] Building gfx1150_simple_convolution.hsaco... 6.6 [102/118] Building gfx1152_simple_convolution.hsaco... 6.6 [103/118] Building gfx1103_simple_convolution.hsaco... 6.6 [104/118] Building gfx906_simple_convolution.hsaco... 6.6 [105/118] Building gfx908_simple_convolution.hsaco... 6.6 [106/118] Building gfx1151_simple_convolution.hsaco... 6.6 [107/118] Building gfx1200_simple_convolution.hsaco... 6.6 [108/118] Building gfx90c_simple_convolution.hsaco... 6.6 [109/118] Building CXX object src/core/tests/CMakeFiles/aqlprofile-test.dir/aql_profile_tests.cpp.o 6.7 [110/118] Building gfx90a_simple_convolution.hsaco... 6.7 [111/118] Building gfx1201_simple_convolution.hsaco... 6.7 [112/118] Building gfx942_simple_convolution.hsaco... 6.8 [113/118] Linking CXX executable src/core/tests/aqlprofile-test 6.8 [114/118] Building gfx950_simple_convolution.hsaco... 8.1 [115/118] Building CXX object src/core/tests/CMakeFiles/aql-profile-v2-test.dir/aql_profile_v2_tests.cpp.o 8.2 [116/118] Linking CXX executable src/core/tests/aql-profile-v2-test 48.2 [117/118] Building HIP object test/integration/CMakeFiles/testv2.dir/main.cpp.o 48.3 [118/118] Linking HIP executable test/integration/testv2 END 1777951762.3826368 48.27494788169861 0