987ae3cc47
* cmake formatting (cmake-format) (#188) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#189) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: design of the pc sampling data struct; guarding parts of code that uses ROCr marker packets * source formatting (clang-format v11) (#191) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#192) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: shadow variable fix * pcs: fix for compiler errors reported by CI/CD * source formatting (clang-format v11) (#193) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: docs fix; samples uses rocprofiler::rocprofiler library * cmake formatting (cmake-format) (#195) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: client in samples folder fixed * pcs: client requires rocprofiler package as dependency * pcs: client uses single context * source formatting (clang-format v11) (#196) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: client using single buffer; no buffer destroy in client * pcs: client::setup explicitly called from the example * pcs: rocprofiler_pc_sample_record_t updated * pcs: fixed init of external correlation id * source formatting (clang-format v11) (#198) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: remove outdated files; update CMakeLists * cmake formatting (cmake-format) (#212) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: using rocprofiler_agent_id_t * pcs: Removing trailing whitespaces Co-authored-by: Jonathan R. Madsen <jrmadsen@users.noreply.github.com> * source formatting (clang-format v11) (#214) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: mapping agent_id to the agent * source formatting (clang-format v11) (#215) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: const while iterating over agents * source formatting (clang-format v11) (#216) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: calling get_buffer instead of get_buffers * pcs: workgroup typo * pcs: documentation for the public PC sampling API * pcs: queue_cb_t signature adaptation * pcs: mocks removed * pcs: updating HsaApiTable with HSA/ROCr PC sampling API * pcs: querying available PC sampling configs through IOCTL * pcs: create the PCS session in IOCTL * pcs: first actual PC samples delivered to the rocprofiler's client :) * pcs: works with marker packet too * pcs: using HSA table to call pc sampling related functions * pcs: using ioctl instead of kfd in naming * pcs: configuration service test fixed * pcs: sample processing test fixed * pcs: marker packet macro wrapper removed * pcs: marker packet is part of the rocprofiler_packet union * pcs: one fixme added * pcs: client that uses pc-sampling and code obj tracing * pcs: client that supprts PC sampling and code obj tracing refactored * pcs: show more info for each PC sample * pcs: hex output for the samples that do not belong to the matmul kernel * pcs: querying avail configuration happens immediately before configuring * pcs: hsa_ven_amd_pcs_create_from_id renamed * pcs: using hsa_stop; accessing a buffer by id from parser * pcs: includes reworked, tests returned to life * pcs: rocrofiler dir removed as outdated * cmake formatting (cmake-format) (#271) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#272) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: some warnings fixed * source formatting (clang-format v11) (#273) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#274) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: show MI200 relevant information in the sample * pcs: queue cb fixed; rocr.h include fixed * source formatting (clang-format v11) (#296) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: getting hsa_agent and the doorbell_id from hsa_queue * source formatting (clang-format v11) (#297) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: correlation ID logic fixed * source formatting (clang-format v11) (#303) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: pure pc sampling example fixed * source formatting (clang-format v11) (#307) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#308) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: interval value if the PC sampling is already configured * pcs: ROCPROFILER_STATUS_ERROR_PC_SAMPLING_ALREADY_CONFIGURED New status code if another process configured PC sampling service with different configuration. Samples are extended to consider this case and retry if it happens. * pcs: hsa_amd_queue_get_info mocked in tests * source formatting (clang-format v11) (#328) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs (tests): query configs after configuring service * source formatting (clang-format v11) (#329) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: sample checks workgroup_id_* and wave_id * source formatting (clang-format v11) (#330) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs samples: running samples on the device 0 * pcs: kfd_ioctl updated * pcs: ioctl config struct changed fields names * pcs: status when PC sampling is configured by another process is renamed * pcs: HSA PC sampling API table fixed * pcs: tmp hack to be able to use HSA pc sampling table * source formatting (clang-format v11) (#443) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs service use CIDs generated by HIP API tracing service * source formatting (clang-format v11) (#455) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#456) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: CID manager * pcs: explicit flush with no delivered data executes retirement logic * source formatting (clang-format v11) (#464) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: rocprofiler_query_pc_sampling_agent_configurations docs update * source formatting (clang-format v11) (#465) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: rocprofiler_configure_pc_sampling_service docs update * pcs: explicit sync introduced in PCSCIDManager * pcs: new logic for retiring CIDs in PC sampling service documented * pcs: queue interception cb signature updated * source formatting (clang-format v11) (#471) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: if no agents supports PC sampling, fail gracefully * elaborating when KFD returns EBUSY and EEXIST * pcs: the second PC sampling examples fails gracefully * code samples use only single kernel for now * pcs: CID manager refactored * source formatting (clang-format v11) (#481) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: ioctl update * source formatting (clang-format v11) (#531) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs:code sample to test PC sampling applied on concurrent kernels * source formatting (clang-format v11) (#533) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: pc sampling strest test included * cmake formatting (cmake-format) (#539) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#540) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: standalone benchmark * cmake formatting (cmake-format) (#555) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: glance in external correlation IDs * source formatting (clang-format v11) (#557) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * another change in ioctl interface * pcs: update queue interceptor callbacks and samples accroding to the agent 0 version * source formatting (clang-format v11) (#611) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: avoid running problematic PC sampling test * pcs: guarding tests not to fail on architectures not supporting PC sampling * source formatting (clang-format v11) (#617) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: check IOCTL version prior to each KFD call * pcs: ioctl refactoring * pcs: PC sampling service increases the ref_count of the correlation ID of the kernel dispatch * cmake formatting (cmake-format) (#631) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#632) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: PC sampling service provides external correlation IDs * source formatting (clang-format v11) (#644) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: use rocprofiler_dim3_t for workgrou_ip * source formatting (clang-format v11) (#645) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: minor fixes * pcs: updating the documentation for the pc sampling API functions * pcs: api table and queue controller fix * pcs: don't generate marker packets for the agent if PC sampling is not configured on it * pcs: multi-GPU and single-GPU clients * source formatting (clang-format v11) (#700) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: warning and errors fixed * source formatting (clang-format v11) (#702) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: clang compiler errors and warnings fixed * source formatting (clang-format v11) (#716) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: const reference in cid manager * source formatting (clang-format v11) (#717) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: const & func in manager explicit * pcs: test to cover creating PC sampling service of agent that does not exist * pcs: generate marker packets if service is active * source formatting (clang-format v11) (#719) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: refactoring hsa_adapter; use the correlation_id->thread_idx * Update source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/utils.cpp * Update utils.cpp * moving pc-sampling tests and samples to pc-sampling label * Format fix * pcs: use configured instead of active service * Update source/lib/rocprofiler-sdk/pc_sampling/service.cpp * pcs: ensure configuring PC sampling on the HSA level is called only once * pcs: minor fix * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * pcs: refactoring IOCTL integration * Update source/lib/rocprofiler-sdk/pc_sampling/tests/CMakeLists.txt Co-authored-by: Ammar ELWazir <ammar.elwazir@amd.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: reverting back what bot doubled * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: retesting the bot * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: why bot fails on this IOCTL status * pcs: why failing on <vector> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: returning commits removed by bot * pcs: formatting locally * pcs: clients are flushing buffers inside the tool_fini * pcs: sync function in public API * pcs: sync prior to unloading the code object * pcs: sync function requires context * pcs: client uses CID retirement service * pcs: test for flusing internal ROCr buffers * pcs: source formatting * Update source/lib/rocprofiler-sdk/pc_sampling/tests/CMakeLists.txt Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: code samples refactoring * pcs: public API header refactored * pcs: rocprofiler_buffer_flush drains internal PC sampling buffers too * pcs: remove unnecessary functions * pcs: do not call hsa's copytables * pcs: include reordering * pcs: using ROCP_ERROR inside PC sampling implementation * pcs: pc_sampling sample uses ostream instean of printfs * pcs: pc_sampling_codeobj tracing using ostream instead of prints * pcs: registering once for interceptor callbacks * pcs: do not generate internal CIDs if not in debug mode * pcs: rebasing fixed; missing external correlation IDs * pcs: code formatting * enable kernel tracing service to receive external correlation IDs * pcs: using ROCPROFILER_STATUS_ERROR_INCOMPATIBLE_KERNEL * pcs: polishing parser * formatting * updating parser to use workgroup_id * kfd_ioctl.h extracted in details folder * refactoring * pcs: preparing to generate code object information * flush internal buffers prior to unloading code object * pcs: generating marker records * pcs: wrap code_object's shutdown function * ROCR_VISIBLE_DEVICES and HIP_VISISBLE_DEVICES unsupported at the moment * documenting the ignorance of ROCR/HIP_VISIBLE_DEVICES * pcs: separate structs for code object loading/unloading markers * pcs: inst_pkt_t changed the namespace * pcs: removing wrapper around the shutdown function * pcs: size in record field * pcs: documentation refactoring + typdefs * renaming PCSAgentConfig to PCSAgentSession * pcs: service does not keep a pointer to the context * pcs: static assertions related to the versioning * pcs: rocprofiler_pc_sampling_configuration_t size field * pcs: report API unimplemented unleass explicitly enabled * pcs: skip tests if KFD does not support PC sampling * pcs: if ROCr hides some devices, no PC samples will be delivered for it * pcs: hip error check after kernel launch * formatting * removing PCS info from agent.h * fix based on review * Update continuous integration workflow - use mi200 runner for code coverage (supports PC sampling) - split sanitizer jobs across navi3, vega20, and mi300 * Updating pc sampling test labels * ROCP_PC_SAMPLING_ENABLED env in CI * ROCP_PC_SAMPLING_ENABLED for all CI mi200 jobs * Rearrange sanitizer assignments * fixes according to review * removed unused functions * pcs: rocprofiler_agent_id_t instead of handle as a key in map * Update source/lib/rocprofiler-sdk/context/context.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * removing drm_fd from the agent.h * pcs: removing one sample due to complexity * pcs: refactoring sample * simplifying sample * new lines * Improve queue_control enable intercepter logic * Update lib/rocprofiler-sdk/hsa/types.hpp - handle amd_ext size for HSA 1.12.0 * ROCP_PC_SAMPLING_ENABLED -> ROCPROFILER_PC_SAMPLING_BETA_ENABLED * Update hsa_adapter.cpp - anonymous namespace + remove debug * parser update * Apply suggestions from code review --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> Co-authored-by: vlaindic <vladimir.indic@amd.com> Co-authored-by: vlaindic <vlaindic@amd.com> Co-authored-by: Vladimir Indic <139573562+vlaindic@users.noreply.github.com> Co-authored-by: Jonathan R. Madsen <jrmadsen@users.noreply.github.com> Co-authored-by: gobhardw <gopesh.bhardwaj@amd.com> Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
409 строки
17 KiB
C++
409 строки
17 KiB
C++
// MIT License
|
|
//
|
|
// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved.
|
|
//
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
// of this software and associated documentation files (the "Software"), to deal
|
|
// in the Software without restriction, including without limitation the rights
|
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
// copies of the Software, and to permit persons to whom the Software is
|
|
// furnished to do so, subject to the following conditions:
|
|
//
|
|
// The above copyright notice and this permission notice shall be included in
|
|
// all copies or substantial portions of the Software.
|
|
//
|
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
// THE SOFTWARE.
|
|
|
|
#ifdef NDEBUG
|
|
# undef NDEBUG
|
|
#endif
|
|
|
|
#include "lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.hpp"
|
|
#include "lib/rocprofiler-sdk/pc_sampling/parser/tests/mocks.hpp"
|
|
|
|
#include <rocprofiler-sdk/cxx/operators.hpp>
|
|
|
|
#include <gtest/gtest.h>
|
|
#include <cassert>
|
|
#include <cstddef>
|
|
|
|
#define GFXIP_MAJOR 9
|
|
|
|
#define TYPECHECK(x) \
|
|
snapshots.push_back(rocprofiler_pc_sampling_snapshot_v1_t{.dual_issue_valu = 0, \
|
|
.inst_type = ::PCSAMPLE::x, \
|
|
.reason_not_issued = 0, \
|
|
.arb_state_issue = 0, \
|
|
.arb_state_stall = 0});
|
|
#define UNROLL_TYPECHECK() \
|
|
TYPECHECK(TYPE_VALU); \
|
|
TYPECHECK(TYPE_MATRIX); \
|
|
TYPECHECK(TYPE_SCALAR); \
|
|
TYPECHECK(TYPE_TEX); \
|
|
TYPECHECK(TYPE_LDS); \
|
|
TYPECHECK(TYPE_FLAT); \
|
|
TYPECHECK(TYPE_EXP); \
|
|
TYPECHECK(TYPE_MESSAGE); \
|
|
TYPECHECK(TYPE_BARRIER); \
|
|
TYPECHECK(TYPE_BRANCH_NOT_TAKEN); \
|
|
TYPECHECK(TYPE_BRANCH_TAKEN); \
|
|
TYPECHECK(TYPE_JUMP); \
|
|
TYPECHECK(TYPE_OTHER); \
|
|
TYPECHECK(TYPE_NO_INST);
|
|
|
|
#define REASONCHECK(x) \
|
|
snapshots.push_back(rocprofiler_pc_sampling_snapshot_v1_t{.dual_issue_valu = 0, \
|
|
.inst_type = 0, \
|
|
.reason_not_issued = ::PCSAMPLE::x, \
|
|
.arb_state_issue = 0, \
|
|
.arb_state_stall = 0});
|
|
#define UNROLL_REASONCHECK(x) \
|
|
REASONCHECK(REASON_NOT_AVAILABLE); \
|
|
REASONCHECK(REASON_ALU); \
|
|
REASONCHECK(REASON_WAITCNT); \
|
|
REASONCHECK(REASON_INTERNAL); \
|
|
REASONCHECK(REASON_BARRIER); \
|
|
REASONCHECK(REASON_ARBITER); \
|
|
REASONCHECK(REASON_EX_STALL); \
|
|
REASONCHECK(REASON_OTHER_WAIT);
|
|
|
|
#define ARBCHECK1(x, y) \
|
|
snapshots.push_back( \
|
|
rocprofiler_pc_sampling_snapshot_v1_t{.dual_issue_valu = 0, \
|
|
.inst_type = 0, \
|
|
.reason_not_issued = 0, \
|
|
.arb_state_issue = 1 << ::PCSAMPLE::x, \
|
|
.arb_state_stall = 1 << ::PCSAMPLE::y});
|
|
#define ARBCHECK2(x) \
|
|
ARBCHECK1(x, ISSUE_VALU); \
|
|
ARBCHECK1(x, ISSUE_MATRIX); \
|
|
ARBCHECK1(x, ISSUE_SCALAR); \
|
|
ARBCHECK1(x, ISSUE_VMEM_TEX); \
|
|
ARBCHECK1(x, ISSUE_LDS); \
|
|
ARBCHECK1(x, ISSUE_FLAT); \
|
|
ARBCHECK1(x, ISSUE_EXP); \
|
|
ARBCHECK1(x, ISSUE_MISC);
|
|
|
|
#define UNROLL_ARBCHECK() \
|
|
ARBCHECK2(ISSUE_VALU); \
|
|
ARBCHECK2(ISSUE_MATRIX); \
|
|
ARBCHECK2(ISSUE_SCALAR); \
|
|
ARBCHECK2(ISSUE_VMEM_TEX); \
|
|
ARBCHECK2(ISSUE_LDS); \
|
|
ARBCHECK2(ISSUE_FLAT); \
|
|
ARBCHECK2(ISSUE_EXP); \
|
|
ARBCHECK2(ISSUE_MISC);
|
|
|
|
class WaveSnapTest
|
|
{
|
|
public:
|
|
WaveSnapTest()
|
|
{
|
|
buffer = std::make_shared<MockRuntimeBuffer>();
|
|
queue = std::make_shared<MockQueue>(16, buffer);
|
|
dispatch = std::make_shared<MockDispatch>(queue);
|
|
}
|
|
|
|
void Test()
|
|
{
|
|
FillBuffers();
|
|
CheckBuffers();
|
|
}
|
|
|
|
virtual void FillBuffers() = 0;
|
|
virtual void CheckBuffers() = 0;
|
|
|
|
void genPCSample(int wave_cnt, int inst_type, int reason, int arb_issue, int arb_stall)
|
|
{
|
|
wave_cnt &= 0x3F;
|
|
inst_type &= 0xF;
|
|
reason &= 0x7;
|
|
arb_issue &= 0xFF;
|
|
arb_stall &= 0xFF;
|
|
|
|
perf_sample_snapshot_v1 snap;
|
|
::memset(&snap, 0, sizeof(snap));
|
|
snap.pc = dispatch->unique_id;
|
|
snap.correlation_id = dispatch->getMockId().raw;
|
|
|
|
snap.perf_snapshot_data = (inst_type << 3) | (reason << 7);
|
|
snap.perf_snapshot_data |= (arb_issue << 10) | (arb_stall << 18);
|
|
snap.perf_snapshot_data1 = wave_cnt;
|
|
|
|
assert(dispatch.get());
|
|
dispatch->submit(packet_union_t{.snap = snap});
|
|
};
|
|
|
|
std::shared_ptr<MockRuntimeBuffer> buffer;
|
|
std::shared_ptr<MockQueue> queue;
|
|
std::shared_ptr<MockDispatch> dispatch;
|
|
};
|
|
|
|
class WaveCntTest : public WaveSnapTest
|
|
{
|
|
public:
|
|
void FillBuffers() override
|
|
{
|
|
// Loop over all possible wave_cnt
|
|
buffer->genUpcomingSamples(max_wave_number);
|
|
for(size_t i = 0; i < max_wave_number; i++)
|
|
genPCSample(i, GFX9::TYPE_LDS, GFX9::REASON_ALU, GFX9::ISSUE_VALU, GFX9::ISSUE_VALU);
|
|
}
|
|
|
|
void CheckBuffers() override
|
|
{
|
|
auto parsed = buffer->get_parsed_buffer(9); // GFXIP==9
|
|
assert(parsed.size() == 1);
|
|
assert(parsed[0].size() == max_wave_number);
|
|
|
|
for(size_t i = 0; i < max_wave_number; i++)
|
|
assert(parsed[0][i].wave_count == i);
|
|
}
|
|
|
|
const size_t max_wave_number = 64;
|
|
std::vector<rocprofiler_pc_sampling_snapshot_v1_t> snapshots;
|
|
};
|
|
|
|
class InstTypeTest : public WaveSnapTest
|
|
{
|
|
public:
|
|
void FillBuffers() override
|
|
{
|
|
// Loop over inst_type_issued
|
|
UNROLL_TYPECHECK();
|
|
buffer->genUpcomingSamples(GFX9::TYPE_LAST);
|
|
for(int i = 0; i < GFX9::TYPE_LAST; i++)
|
|
genPCSample(i, i, GFX9::REASON_ALU, GFX9::ISSUE_MATRIX, GFX9::ISSUE_MATRIX);
|
|
}
|
|
|
|
void CheckBuffers() override
|
|
{
|
|
auto parsed = buffer->get_parsed_buffer(9); // GFXIP==9
|
|
assert(parsed.size() == 1);
|
|
assert(parsed[0].size() == GFX9::TYPE_LAST);
|
|
assert(snapshots.size() == GFX9::TYPE_LAST);
|
|
|
|
for(size_t i = 0; i < GFX9::TYPE_LAST; i++)
|
|
assert(snapshots[i].inst_type == parsed[0][i].snapshot.inst_type);
|
|
}
|
|
|
|
std::vector<rocprofiler_pc_sampling_snapshot_v1_t> snapshots;
|
|
};
|
|
|
|
class StallReasonTest : public WaveSnapTest
|
|
{
|
|
public:
|
|
void FillBuffers() override
|
|
{
|
|
// Loop over reason_not_issued
|
|
UNROLL_REASONCHECK();
|
|
buffer->genUpcomingSamples(GFX9::REASON_LAST);
|
|
for(int i = 0; i < GFX9::REASON_LAST; i++)
|
|
genPCSample(i, GFX9::TYPE_MATRIX, i, GFX9::ISSUE_MATRIX, GFX9::ISSUE_MATRIX);
|
|
}
|
|
|
|
void CheckBuffers() override
|
|
{
|
|
auto parsed = buffer->get_parsed_buffer(9); // GFXIP==9
|
|
assert(parsed.size() == 1);
|
|
assert(parsed[0].size() == GFX9::REASON_LAST);
|
|
assert(snapshots.size() == GFX9::REASON_LAST);
|
|
|
|
for(size_t i = 0; i < GFX9::REASON_LAST; i++)
|
|
assert(snapshots[i].reason_not_issued == parsed[0][i].snapshot.reason_not_issued);
|
|
}
|
|
|
|
std::vector<rocprofiler_pc_sampling_snapshot_v1_t> snapshots;
|
|
};
|
|
|
|
class ArbStateTest : public WaveSnapTest
|
|
{
|
|
public:
|
|
void FillBuffers() override
|
|
{
|
|
// Loop over arb_state_issue
|
|
UNROLL_ARBCHECK();
|
|
buffer->genUpcomingSamples(GFX9::ISSUE_LAST * GFX9::ISSUE_LAST);
|
|
for(int i = 0; i < GFX9::ISSUE_LAST; i++)
|
|
for(int j = 0; j < GFX9::ISSUE_LAST; j++)
|
|
genPCSample(i, GFX9::TYPE_MATRIX, GFX9::REASON_ALU, 1 << i, 1 << j);
|
|
}
|
|
|
|
void CheckBuffers() override
|
|
{
|
|
auto parsed = buffer->get_parsed_buffer(9); // GFXIP==9
|
|
assert(parsed.size() == 1);
|
|
assert(parsed[0].size() == GFX9::ISSUE_LAST * GFX9::ISSUE_LAST);
|
|
assert(snapshots.size() == GFX9::ISSUE_LAST * GFX9::ISSUE_LAST);
|
|
|
|
for(size_t i = 0; i < GFX9::ISSUE_LAST * GFX9::ISSUE_LAST; i++)
|
|
{
|
|
auto& snap = snapshots[i];
|
|
assert(snap.arb_state_issue == parsed[0][i].snapshot.arb_state_issue);
|
|
assert(snap.arb_state_stall == parsed[0][i].snapshot.arb_state_stall);
|
|
}
|
|
}
|
|
|
|
std::vector<rocprofiler_pc_sampling_snapshot_v1_t> snapshots;
|
|
};
|
|
|
|
class WaveIssueAndErrorTest : public WaveSnapTest
|
|
{
|
|
void FillBuffers() override
|
|
{
|
|
buffer->genUpcomingSamples(16);
|
|
for(int valid = 0; valid <= 1; valid++)
|
|
for(int issued = 0; issued <= 1; issued++)
|
|
for(int dual = 0; dual <= 1; dual++)
|
|
for(int error = 0; error <= 1; error++)
|
|
genPCSample(valid, issued, dual, error);
|
|
}
|
|
|
|
void CheckBuffers() override
|
|
{
|
|
const int num_combinations = 16;
|
|
auto parsed = buffer->get_parsed_buffer(9); // GFXIP==9
|
|
assert(parsed.size() == 1);
|
|
assert(parsed[0].size() == num_combinations);
|
|
assert(compare.size() == num_combinations);
|
|
|
|
for(size_t i = 0; i < num_combinations; i++)
|
|
{
|
|
assert(compare[i].flags.valid == parsed[0][i].flags.valid);
|
|
assert(compare[i].wave_issued == parsed[0][i].wave_issued);
|
|
assert(compare[i].snapshot.dual_issue_valu == parsed[0][i].snapshot.dual_issue_valu);
|
|
}
|
|
}
|
|
|
|
union trap_snapshot_v1
|
|
{
|
|
struct
|
|
{
|
|
uint32_t valid : 1;
|
|
uint32_t issued : 1;
|
|
uint32_t dual : 1;
|
|
uint32_t reserved : 23;
|
|
uint32_t error : 1;
|
|
uint32_t reserved2 : 5;
|
|
};
|
|
uint32_t raw;
|
|
};
|
|
|
|
void genPCSample(bool valid, bool issued, bool dual, bool error)
|
|
{
|
|
rocprofiler_pc_sampling_record_t sample;
|
|
::memset(&sample, 0, sizeof(sample));
|
|
sample.pc = dispatch->unique_id;
|
|
sample.correlation_id.internal = dispatch->getMockId().raw;
|
|
|
|
sample.flags.valid = valid && !error;
|
|
sample.wave_issued = issued;
|
|
sample.snapshot.dual_issue_valu = dual;
|
|
|
|
assert(dispatch.get());
|
|
|
|
compare.push_back(sample);
|
|
|
|
trap_snapshot_v1 snap;
|
|
snap.valid = valid;
|
|
snap.issued = issued;
|
|
snap.dual = dual;
|
|
snap.error = error;
|
|
|
|
perf_sample_snapshot_v1 pss;
|
|
pss.perf_snapshot_data = snap.raw;
|
|
pss.correlation_id = dispatch->getMockId().raw;
|
|
dispatch->submit(std::move(pss));
|
|
};
|
|
|
|
std::vector<rocprofiler_pc_sampling_record_t> compare;
|
|
};
|
|
|
|
class WaveOtherFieldsTest : public WaveSnapTest
|
|
{
|
|
void FillBuffers() override
|
|
{
|
|
buffer->genUpcomingSamples(3);
|
|
genPCSample(1, 2, 3, 4, 5, 6, 7, 8); // Counting
|
|
genPCSample(3, 5, 7, 11, 13, 17, 19, 23); // Some prime numbers
|
|
genPCSample(23, 19, 17, 13, 11, 7, 5, 3); // Some reversed primes
|
|
}
|
|
|
|
void CheckBuffers() override
|
|
{
|
|
auto parsed = buffer->get_parsed_buffer(9); // GFXIP==9
|
|
assert(parsed.size() == 1);
|
|
assert(parsed[0].size() == 3);
|
|
assert(compare.size() == 3);
|
|
|
|
for(size_t i = 0; i < 3; i++)
|
|
{
|
|
assert(parsed[0][i].flags.has_stall_reason == true);
|
|
assert(parsed[0][i].flags.has_wave_cnt == true);
|
|
assert(parsed[0][i].flags.reserved == false);
|
|
|
|
assert(compare[i].exec_mask == parsed[0][i].exec_mask);
|
|
assert(compare[i].workgroup_id == parsed[0][i].workgroup_id);
|
|
|
|
assert(compare[i].chiplet == parsed[0][i].chiplet);
|
|
assert(compare[i].wave_id == parsed[0][i].wave_id);
|
|
assert(compare[i].hw_id == parsed[0][i].hw_id);
|
|
assert(compare[i].correlation_id.internal == parsed[0][i].correlation_id.internal);
|
|
}
|
|
}
|
|
|
|
void genPCSample(int pc, int exec, int blkx, int blky, int blkz, int chip, int wave, int hwid)
|
|
{
|
|
rocprofiler_pc_sampling_record_t sample;
|
|
::memset(&sample, 0, sizeof(sample));
|
|
|
|
sample.exec_mask = exec;
|
|
sample.workgroup_id.x = blkx;
|
|
sample.workgroup_id.y = blky;
|
|
sample.workgroup_id.z = blkz;
|
|
|
|
sample.chiplet = chip;
|
|
sample.wave_id = wave;
|
|
sample.hw_id = hwid;
|
|
sample.correlation_id.internal = dispatch->unique_id;
|
|
|
|
compare.push_back(sample);
|
|
|
|
perf_sample_snapshot_v1 snap;
|
|
::memset(&snap, 0, sizeof(snap));
|
|
snap.exec_mask = exec;
|
|
|
|
snap.workgroup_id_x = blkx;
|
|
snap.workgroup_id_y = blky;
|
|
snap.workgroup_id_z = blkz;
|
|
snap.chiplet_and_wave_id = (chip << 8) | (wave & 0x3F);
|
|
snap.hw_id = hwid;
|
|
snap.correlation_id = dispatch->getMockId().raw;
|
|
|
|
assert(dispatch.get());
|
|
dispatch->submit(snap);
|
|
|
|
(void) pc;
|
|
};
|
|
|
|
std::vector<rocprofiler_pc_sampling_record_t> compare;
|
|
};
|
|
|
|
TEST(pcs_parser, gfx9_test)
|
|
{
|
|
WaveCntTest{}.Test();
|
|
InstTypeTest{}.Test();
|
|
StallReasonTest{}.Test();
|
|
ArbStateTest{}.Test();
|
|
WaveIssueAndErrorTest{}.Test();
|
|
WaveOtherFieldsTest{}.Test();
|
|
|
|
std::cout << "GFX9 Test Done." << std::endl;
|
|
}
|